record_fix
Close an issue after confirming a fix works, appending a fix record and clearing the active issue marker to prevent future conflicts.
Instructions
Record a confirmed fix and close the current issue.
Only call AFTER you have evidence the fix works (test passes, error
gone, user confirmed). Closing the issue clears the active-issue
marker so the next record_attempt won't silently latch onto this
closed issue (L-027a).
Side effects: appends a `fix` event, closes the active issue, and
clears the active-issue marker so the next record_attempt won't
silently latch onto a closed issue.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | One-line description of the confirmed fix (e.g., 'guarded submit handler with isSubmitting ref'). | |
| location | No | Optional file path or component where the fix was applied. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |