axint.feedback.create
Create privacy-safe issue packets for Axint repair intelligence. Document weak output with diagnostics, redacted evidence, and project context, without source code.
Instructions
Create or read a privacy-safe learning packet for Axint repair intelligence. Packets include project shape, diagnostic codes, issue class, redacted evidence, and likely product owner, but never include source code. Users... Use: use when Axint output was weak and you need a privacy-safe issue packet; not for sending source. Effects: writes or reads redacted .axint/feedback packets; never includes source by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the MCP process cwd. | |
| latest | No | When true, return the latest local feedback packet instead of creating a new one. | |
| issue | No | Bug, weak Axint output, or failed repair behavior. | |
| source | No | Optional inline Swift source used locally only. | |
| sourcePath | No | Optional suspected Swift file path used locally only. | |
| fileName | No | Display file name when passing inline source. | |
| platform | No | Target Apple platform hint. | |
| agent | No | Active host/tool lane. | |
| expectedBehavior | No | Optional expected behavior. | |
| actualBehavior | No | Optional actual behavior. | |
| xcodeBuildLog | No | Optional Xcode build/test log evidence. | |
| testFailure | No | Optional focused unit/UI-test failure text. | |
| runtimeFailure | No | Optional crash, freeze, hang, or runtime failure text. | |
| changedFiles | No | Changed files to pin into the context pack. | |
| projectContextPath | No | Optional .axint/context/latest.json path. | |
| format | No | Output format. Defaults to json. |
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. |