record_attempt
Record each fix attempt with its outcome and summary immediately after trying. Attach to a specific issue or auto-create one to track debugging history.
Instructions
Record a fix attempt on the current issue.
MANDATORY: call IMMEDIATELY after each distinct fix attempt — do NOT
batch multiple attempts into one call.
`outcome` must be 'worked', 'failed', or 'partial'. Pass `issue_id`
explicitly to attach to a specific issue; otherwise the attempt
attaches to the active issue. If no active issue exists, an implicit
parent issue is auto-created from this attempt's text (L-008).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| outcome | No | failed | |
| location | No | ||
| issue_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |