Record a fix outcome
submit_fix_resultRecord fix outcome by providing branch, PR URL, files changed, and lines changed. Marks the fix attempt as completed.
Instructions
Record a fix outcome (branch, PR, files, lines) from an external agent. Creates a fix_attempt then patches it to completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The report UUID | |
| branch | Yes | Git branch name | |
| prUrl | No | GitHub PR URL | |
| filesChanged | Yes | Files modified | |
| linesChanged | Yes | Total lines changed | |
| summary | Yes | Fix summary | |
| idempotencyKey | No | Optional UUID — resend the same key to safely retry without creating duplicate fix rows |