axint.agent.install
Install local configuration files (.axint/agent, context, coordination) to enable multi-agent coordination among AI tools, Xcode, and human developers.
Instructions
Install the local Axint multi-agent project brain. Writes .axint/agent.json, .axint/context/latest.*, and .axint/coordination files so AI agents, Xcode, 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. | |
| agent | No | Active host/tool lane. Defaults to all. | |
| force | No | Rewrite the existing local agent config if present. | |
| format | No | Output format. Defaults to markdown. | |
| privacyMode | No | Privacy posture for this project. | |
| projectName | No | Optional project name override. | |
| providerMode | No | Optional model-provider posture for future AI-enhanced advice. Defaults to none. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| isError | No |