axint.feedback.create
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 can inspect the JSON before sending it to Axint Cloud. Use: create a privacy-safe issue packet when output was weak, or read the latest packet; never use it to send source. Inputs: latest reads instead of creates; outcome and diagnostic fields stay source-free unless excerpts are explicit. 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. | |
| agent | No | Active host/tool lane. | |
| issue | No | Bug, weak Axint output, or failed repair behavior. | |
| format | No | Output format. Defaults to json. | |
| latest | No | When true, return the latest local feedback packet instead of creating a new. | |
| source | No | Optional inline Swift source used locally only. | |
| fileName | No | Display file name when passing inline source. | |
| platform | No | Target Apple platform hint. | |
| sourcePath | No | Optional suspected Swift file path used locally only. | |
| testFailure | No | Optional focused unit/UI-test failure text. | |
| changedFiles | No | Changed files to pin into the context pack. | |
| xcodeBuildLog | No | Optional Xcode build/test log evidence. | |
| actualBehavior | No | Optional actual behavior. | |
| runtimeFailure | No | Optional crash, freeze, hang, or runtime failure text. | |
| expectedBehavior | No | Optional expected behavior. | |
| projectContextPath | No | Optional .axint/context/latest.json path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| isError | No |