Synchronize documentation with code changes
Automates documentation synchronization by detecting code changes, analyzing impact, delegating updates to doc-writer agents, and validating quality. Use this when you need to keep documentation in sync with code changes across multiple files.
/plugin marketplace add ari1110/doc-manager-mcp/plugin install doc-manager@doc-manager-suiteSynchronize documentation with code changes.
doc-expert agent Please run a documentation sync workflow.
Execute the full sync process:
docmgr_detect_changes with include_semantic=true to understand what changedaction_items and config_field_changes from output to prioritize workdocmgr_sync mode="resync" or docmgr_update_baselineProvide progress updates at each step and a final summary:
## Documentation Sync Complete
**Changes Detected**: {count} files
**Config Field Changes**: {count} fields
**Action Items**: {count} (critical: N, high: N)
**Documentation Updated**: {count} files
**Validation**: {pass | issues_found}
**Quality Score**: {overall_assessment}
**Baseline**: {updated | not_updated}
### Next Steps
- {any manual actions needed}
If no changes detected:
## Documentation Sync
**Status**: Documentation is up to date
**No changes** detected since last sync.