turingmind_apply_fix
Records a repair action applied to a failed SpecNode and resets its stage to trigger re-verification. Call after applying a code patch, spec refinement, test expansion, or unblocking dependency.
Instructions
Record that a repair action was applied to a failed SpecNode. Resets the node stage so the execution loop re-runs verification. Must be called after the repair action (code patch, test expansion, spec refinement).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| fix_type | Yes | ||
| description | Yes | What was changed |