This project uses a structured backlog system located in the backlog/ directory, with a central dashboard at Backlog.md in the root.
backlog/tasks/: Individual task files. Each task is a Markdown file describing the goal, status, priority, and acceptance criteria.backlog/decisions/: Architectural Decision Records (ADRs). These document “why” a significant architectural change was made.backlog/docs/: Technical and operational documentation. All documentation from the legacy docs/ folder has been consolidated here.backlog/completed/: Historical task files that have been finished.backlog/archive/: Outdated or superseded documentation and tasks.Backlog.md and backlog/tasks/ for existing items.backlog/tasks/.backlog/completed/ and update the Backlog.md summary.All significant architectural changes must be preceded by an ADR in backlog/decisions/. This ensures that the rationale for changes is preserved for future maintainers.