axint.agent.install
Creates .axint/agent, context, and coordination files to enable multiple AI agents and tools to coordinate through a shared local truth layer.
Instructions
Install the local Axint multi-agent project brain. Writes .axint/agent.json, .axint/context/latest.*, and .axint/coordination files so Codex, Claude, Cursor, Xcode, OpenClaw, and humans coordinate through the same local truth layer. Use: use once per project to create local multi-agent coordination; not needed for one-off compile. Effects: writes .axint/agent, context, and coordination files; no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the MCP process cwd. | |
| projectName | No | Optional project name override. | |
| agent | No | Active host/tool lane. Defaults to all. | |
| privacyMode | No | Privacy posture for this project. Defaults to local_only; source sharing is never enabled by default. | |
| providerMode | No | Optional model-provider posture for future AI-enhanced advice. Defaults to none. | |
| force | No | Rewrite the existing local agent config if present. | |
| 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. |