framework
Version:
The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.
7 lines • 371 B
TypeScript
/**
* The workspace's flat backlog file: the root `TODO_AGENTS.md`, or `undefined` when it does not
* exist. The pre-#682 spellings (`TODO-DRIVERS.md`, `tickets/TODO.md`, root `TODO.md`) are no
* longer read — one convention, one location.
*/
export declare function findFlatTodo(cwd: string): Promise<string | undefined>;
//# sourceMappingURL=tickets-file.d.ts.map