shadowgraph_repair_plan
Generate a non-destructive repair plan from current diagnostics, listing manual steps for execution. Ambiguous issues route to manual review.
Instructions
Return the non-destructive repair plan implied by the current diagnostics. Use after shadowgraph_validate; there is no apply tool, so the caller carries out every action with ordinary tools. Never mutates: the result always carries apply:false, and anything ambiguous is routed to manual_review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | Yes | Always false: this tool proposes, it never repairs. | |
| actions | Yes | One action per diagnostic. |