check_delta
Compare documented features with actual code implementation to identify discrepancies and gaps.
Instructions
Compares what's documented versus what's actually in the code. Shows the delta between documentation claims and implementation reality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | The absolute path to the local project. | |
| docPath | Yes | The path to the documentation file. | |
| includeCodeSnippets | No | Optional. Include actual code in diff (default: true). |