| name | documentation-sync |
| description | Use when major refactors or feature additions may have changed behavior, APIs, setup, or plans and documentation needs to be validated against the current repo. |
Documentation Sync
Intent
Automatically triggered or manually requested to verify that the README.md, docs/, and OPENAPI specs match the current codebase.
Checklist
- README Consistency: Check if the "Getting Started" or "Architecture" sections in
README.md are still accurate after recent changes.
- API Alignment: Verify that server routes in
apps/agent_server/src/main.py match descriptions in docs (for example docs/ and README.md).
- Plan Updates: If a task in
project/plans/ is completed, ensure implementation details are reflected in final documentation.
- Environment Variables: Check if new
.env variables have been added to README.md or .env.example.
Output Format
Documentation Status
- Files Checked: list of files
- Sync Issues:
- [File]: [What is missing or outdated]
- Suggested Updates:
- [Snippet of updated documentation]