record_fix
Record a confirmed fix and close an issue. Provide a summary of the fix and optionally specify the issue ID or location.
Instructions
Record a confirmed fix and close an issue.
Only call AFTER you have evidence the fix works: test passes, error is gone,
or the user confirmed.
If `issue_id` is provided, the fix is attached to that specific issue.
If `issue_id` is omitted, the active issue is closed.
Side effects: appends a `fix` event and updates summary.md. The active-issue
marker is cleared only when the active issue is the issue being fixed.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | One-line description of the confirmed fix (e.g., 'guarded submit handler with isSubmitting ref'). | |
| issue_id | No | Optional zero-padded issue ID (e.g., '0042') to close. When omitted, closes the active issue. Numeric strings without padding are accepted. | |
| location | No | Optional file path or component where the fix was applied. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |