update_existing_documentation
Identify and update outdated or inaccurate documentation by comparing code and existing docs, with options to control aggressiveness and focus areas.
Instructions
Intelligently analyze and update existing documentation using memory insights and code comparison
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysisId | Yes | Repository analysis ID from analyze_repository tool | |
| docsPath | Yes | Path to existing documentation directory | |
| compareMode | No | Mode of comparison between code and documentation | comprehensive |
| updateStrategy | No | How aggressively to suggest updates | moderate |
| preserveStyle | No | Preserve existing documentation style and formatting | |
| focusAreas | No | Specific areas to focus updates on (e.g., "dependencies", "scripts", "api") |