These instructions apply to the entire repository tree.
- Treat
NEXT_TASKS.mdas the single source of truth for sequencing. - Work strictly top-to-bottom through tasks unless a task is explicitly blocked.
- Keep exactly one task marked as in progress at any time (
[-]). - Complete each task in its own branch and pull request.
- After opening a PR for a task:
- mark the task as done (
[x]), - add PR number/link next to the task,
- set the next task to in progress if work continues.
- mark the task as done (
- Do not silently skip tasks; if blocked, record blocker details under the task.
- Prefer small, reviewable PRs that include tests or checks relevant to the task.
- If task scope changes, update
NEXT_TASKS.mdin the same PR. - Keep roadmap/status docs synchronized with implementation claims.