AGENTS.md
Purpose
Use the installed qrspi-codex-orchestrator skill as the default orchestration layer for software-development work in this repository.
Workflow policy
- follow the qrspi phase order: question -> research -> design -> structure -> plan -> implement -> pr
- stop after design and wait for explicit human approval before implementation
- implement one vertical slice at a time
- keep changes scoped and auditable
Language selection
- do not assume a single language globally
- choose the most suitable programming language and tooling based on user requirements, existing repository conventions, and lowest-friction implementation
Verification
- run the smallest relevant verification set for the files changed
- add or update tests when behavior changes