What problem does it solve?
Keeps post-ship project documentation accurate and consistent with what actually shipped, so users and contributors don’t get out-of-date setup steps, APIs, or descriptions.
Core Features & Use Cases
- Cross-doc diff syncing: Reads all project docs and aligns README/architecture/contributing/project instructions with the changes introduced by the shipped code.
- Evidence-based updates: Cross-references the diff to update only what’s warranted (paths, capabilities, commands, and factual statements).
- Release hygiene: Polishes CHANGELOG voice, cleans up TODOs, and can optionally bump the project VERSION when docs warrant a release.
- Use Case: After merging a feature PR that changes commands, configuration, or structure, run this to ensure the docs and changelog reflect the new reality instead of relying on manual edits.
Quick Start
Ask your AI to run the document-release workflow to update the repository documentation to match what shipped on the current feature branch.