axint.session.start
Start an Axint agent session: writes session state and rehydration artifacts, then returns compact operating memory, documentation context, and a session token for subsequent tool calls.
Instructions
Start an enforced Axint agent session. Writes .axint/session/current.json plus token-scoped session history, refreshes .axint/AXINT_REHYDRATE.md, returns compact operating memory, docs context, a session token, and the exact axint.workflow.check... Use: call at the start of a tool-enabled agent session or after context compaction. Effects: writes .axint/session and rehydration artifacts; no auth or network required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetDir | No | Project directory where .axint/session/current.json and token-scoped session history should be written.... | |
| projectName | No | Project name to embed in the session and returned context. | |
| expectedVersion | No | Expected Axint package version. Defaults to the running MCP version. | |
| platform | No | Target Apple platform, such as macOS, iOS, visionOS, or all. | |
| agent | No | Agent target for the session. Defaults to all. | |
| ttlMinutes | No | How long the session token remains valid. Defaults to 720 minutes. | |
| 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. |