elenchus_apply_fix
Apply fixes to identified issues within the current verification session. Creates checkpoints, updates issue status, refreshes file context, and optionally triggers re-verification to maintain fix-verify continuity.
Instructions
Apply a fix for an issue within the current session. Creates checkpoint, updates issue status, refreshes file context, and optionally triggers re-verification. Use this to maintain fix-verify continuity without starting new sessions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| issueId | Yes | Issue ID being fixed | |
| fixDescription | Yes | Description of the fix applied | |
| filesModified | Yes | List of files modified | |
| triggerReVerify | No | Whether to trigger re-verification after fix |