Imported from hoidn/agent-orchestration (
examples/demo_scaffold/AGENTS.md). Install upstream withnpx skills add hoidn/agent-orchestration --skill demo_scaffold. Copyright stays with the author.
AGENTS.md
Read docs/index.md before making changes.
Repo expectations:
- Treat
state/task.mdas the canonical task description. - Write plans under
docs/plans/before large edits. - Keep changes scoped to the task; avoid unrelated refactors.
- Run visible checks before claiming completion.
- Prefer the narrowest relevant
pytestselectors first. - If you add or rename tests, run
pytest --collect-onlyon those modules. - Run commands from the repo root so paths and imports resolve consistently.
- Record what you changed and how you verified it.
Do not assume success from inspection alone when runnable checks are available. Do not weaken verification just to make a failure disappear.