Use this file for short, dated architecture/process decisions that matter to agents.
## YYYY-MM-DD - Decision title
Context:
- Why the decision was needed.
Decision:
- What was chosen.
Consequences:
- Tradeoffs, follow-up work, or constraints.
Context:
- Agent guidance had grown into a single
AGENTS.mdfile with mixed policy and reference content. - The team wanted
AGENTS.mdto stay lean and stable while preserving comprehensive instructions.
Decision:
- Keep
AGENTS.mdas a gateway doc containing only a TOC to.agent/docs and stop conditions. - Move detailed architecture, workflow, testing, and standards content into dedicated files under
.agent/.
Consequences:
- Discoverability improves and topic ownership becomes clearer.
- Future policy or architecture changes should update only the relevant
.agent/*file.