docs/design/DESIGN.md: complete feature behavior inventory.README.md: user-facing overview and quickstart.docs/design/+docs/developer/: architecture/usage/reference docs.docs/tips/: tactical, practical AI-agent notes.ai-state.md: compact onboarding cache for next AI run.
- Keep it short and high-signal.
- Replace stale sections; do not append historical timelines.
- Link out to stable docs instead of duplicating detailed explanations.
- Update behavior docs in the same change as code.
- Update
docs/design/DESIGN.mdfeatures section when behavior/flags/tools change. - Add a tip doc when you uncover non-obvious workflow knowledge.
- Keep examples executable and paths current.
rg -n "TODO|TBD|FIXME" AGENTS.md ai-state.md docs/tips
rg -n "docs/tips" AGENTS.md ai-state.md