sync_documentation
Sync documentation with codebase changes to detect outdated content and suggest updates, ensuring documentation stays current with source code modifications.
Instructions
Sync documentation with codebase changes, detect outdated content, and suggest updates
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docs_path | Yes | Path to documentation directory | |
| source_path | Yes | Path to source code | |
| auto_update | No | Automatically update outdated documentation |