axint.fix-packet
Retrieve the latest repair artifact from Axint's compile or watch run, including verdict, findings, diagnostics, and an AI-ready fix prompt. No new analysis required.
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 this after axint compile or axint watch when you want the latest packet without copy-paste or another compile pass. 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. | |
| 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 |