turingmind_analyze_diff
Analyze a git diff to auto-generate an EditPlan with inferred intent, risk level, and suggested specs for continuous specification-driven development.
Instructions
Analyze a git diff and auto-generate an EditPlan. This enables continuous SDD where plans are inferred from changes rather than requiring upfront planning. Returns an auto-generated plan with inferred intent, risk level, and suggested specs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | Yes | Git diff content | |
| repo | Yes | Repository (owner/repo) | |
| context | No | Surrounding code context (optional) | |
| file_path | Yes | Path to the changed file | |
| commit_message | No | Commit message if available (optional) |