axint.agent.advice
Reads project context, proof, and file claims to return host-specific next steps for your agent lane.
Instructions
Ask the local Axint project brain what this agent should do next. Reads project context, latest run proof, latest repair plan, and active file claims, then returns host-specific guidance for Codex, Claude, Cursor, Xcode, or another agent lane. Use: use when multiple tools or agents need the next safest move from local proof. Effects: reads local Axint context/proof and may refresh advice artifacts; no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the MCP process cwd. | |
| issue | No | Optional bug, feature, or repair goal to turn into project-aware next moves. | |
| agent | No | Active host/tool lane. Axint adapts advice to the tools this agent can actually use. | |
| changedFiles | No | Files in scope. Axint uses these to detect claim conflicts and recommend proof. | |
| format | No | Output format. Defaults to markdown. |
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. |