axint.agent.release
Release active local file claims after finishing or abandoning a task to unblock other agents like Codex, Claude, Cursor, and Xcode.
Instructions
Release active local Axint file claims for this agent after finishing or abandoning a task. This keeps Codex, Claude, Cursor, and Xcode from blocking each other on stale claims. Use: use after finishing or abandoning claimed files so other agents are unblocked. Effects: updates local coordination claims under .axint/coordination; no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the MCP process cwd. | |
| agent | No | Agent lane releasing claims. | |
| files | No | Optional files to release. Omit to release this agent's claims. | |
| all | No | Release all matching active claims. | |
| 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. |