/** * Task 176 — the tasks-file manual. * * Kept apart from the parser because it is a document, not code: it is seeded * into every new `Tasks.md`, carried verbatim into every prompt, and locked * against this repo's own file by a test — so the instructions a model reads * cannot drift from the grammar the parser enforces. */ /** * The manual, verbatim — one copy, in code, seeded into every new tasks file and * carried into every prompt. A test asserts this repo's own `Tasks.md` still * matches it, so the instructions a model reads cannot drift from the grammar * the parser enforces. */ export declare const TASKS_FORMAT_SECTION: string; //# sourceMappingURL=tasks-format.d.ts.map