Update outdated documentation with current information
Updates documentation to reflect current codebase state and API changes.
/plugin marketplace add zircote/documentation-review/plugin install zircote-documentation-review@zircote/documentation-review[path]Update documentation to reflect current codebase state.
$IF($1, Update: @$1, Identify all outdated documentation in project )
Code-Documentation Drift
Version Drift
Link Rot
For code drift:
# Get actual function signatures
# Get current configuration schema
# Get current CLI help
Use Grep and Read to:
API Changes
Configuration Changes
Dependency Changes
Feature Changes
Use Edit tool to:
After updates:
## Documentation Update Report
**Target:** [file or scope]
**Changes Made:** [count]
### Updates Applied
#### [filename]
| Section | Change Type | Description |
|---------|------------|-------------|
| API Reference | Updated | Function signature changed |
| Configuration | Added | New option: feature_flag |
| Dependencies | Updated | Version bumped to 2.0 |
### Details
**[filename]:[section]**
- Before: [old content snippet]
- After: [new content snippet]
- Reason: [why changed]
### Validation Results
- [ ] Code examples verified
- [ ] Links validated
- [ ] Structure maintained
### Recommended Review
Changes should be reviewed for:
1. [specific concern]
2. [additional check]