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.mdare still accurate after recent changes. - •API Alignment: Verify that server routes in
apps/agent_server/src/main.pymatch descriptions in docs (for exampledocs/andREADME.md). - •Plan Updates: If a task in
project/plans/is completed, ensure implementation details are reflected in final documentation. - •Environment Variables: Check if new
.envvariables have been added toREADME.mdor.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]