axint.agent.release
Release active local file claims after finishing or abandoning a task to prevent blocking other agents and Xcode.
Instructions
Release active local Axint file claims for this agent after finishing or abandoning a task. This keeps parallel agents and Xcode from blocking each other on stale claims. Use: use after finishing or abandoning claimed files; use agent.claim before edits and agent.advice for next steps. Effects: updates local coordination claims under .axint/coordination; no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Release all matching active claims. | |
| 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. | |
| format | No | Output format. Defaults to markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| isError | No |