axint.fix-packet
After a local compile or watch run, retrieve the repair artifact with verdict, findings, diagnostics, next steps, and an AI-ready fix prompt.
Instructions
Read the latest Fix Packet that Axint emitted locally after a compile or watch run. Returns the exact repair artifact that AI tools or Xcode helpers should consume next: verdict, top findings, full diagnostics, next steps, and an AI-ready fix prompt.... Use: use after a local compile/watch/check emitted a packet; not a new analysis pass. Effects: read-only local artifact read; writes no files and uses no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory to search from. Axint walks upward from this directory until it finds... | |
| packetDir | No | Optional explicit packet directory override. Use this if the latest packet lives somewhere other than... | |
| format | No | Output format. json returns the full packet, markdown returns the human-readable report, and prompt returns... |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Primary Axint tool response text, matching the first text content block. | |
| isError | No | Whether Axint marked the tool response as an error. |