record_attempt
Log each fix attempt immediately after it is tried, stating whether it worked, failed, or partially succeeded, with optional issue and location links.
Instructions
Record a fix attempt IMMEDIATELY after it fails, partially works, or works. Each distinct approach is its own call — never batch them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome | No | 'worked' | 'failed' | 'partial'. | failed |
| summary | Yes | What was tried and why. | |
| issue_id | No | Attach to a specific issue, e.g. '0042'. | |
| location | No | file:line or component. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |