This guide explains how the repository workflow benefits maintainers and users.
The branch-plan-doc workflow improves:
- clarity of changes
- predictability of behavior
- security review quality
- trust in AI-assisted updates
High-quality changes in this repository should include:
- a scoped feature branch
- a plan file under
.agents/plans/ - synchronized docs in
docs/ - updated diagrams when architecture/workflow changes
flowchart TD
A["Scoped Workflow"] --> B["Cleaner Changes"]
B --> C["Easier Review"]
C --> D["Fewer Regressions"]
D --> E["Higher Trust"]
- Check the matching baseline file:
- Codex workflows:
AGENTS.md - Claude CLI workflows:
CLAUDE.md
- Codex workflows:
- Open relevant feature docs under
docs/<feature>/. - Verify matching diagrams in
docs/mermaid/. - Confirm docs and implementation were updated together.