axint.fix-packet
Read the most recent local Fix Packet to retrieve diagnostic findings, verdict, and a repair prompt for AI tools. No new analysis is performed.
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. Inputs: cwd and path locate an existing packet; latest selects the newest artifact and never reruns analysis. 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. | |
| format | No | Output format. json returns the full packet, markdown returns the. | |
| packetDir | No | Optional explicit packet directory override. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| isError | No |