sync_documentation
Automatically generate or update documentation for code changes, including new methods and changed signatures, by scanning your local project.
Instructions
Automatically creates or updates documentation based on code changes. Detects new methods, changed signatures, and generates doc stubs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | The absolute path to the local project. | |
| filePaths | No | Optional. Specific files that changed (default: auto-detect from git). | |
| updateMode | No | Optional. 'create', 'update', or 'both' (default: 'update'). |