axint.session.start
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 args. Use: call at the start of a tool-enabled agent session or after context compaction. Inputs: cwd scopes session files; prior token and context inputs preserve continuity after compaction. Effects: writes .axint/session and rehydration artifacts; no auth or network required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Agent target for the session. Defaults to all. | |
| format | No | Output format. Defaults to markdown. | |
| platform | No | Target Apple platform, such as macOS, iOS, visionOS, or all. | |
| targetDir | No | Project directory where .axint/session/current.json and token-scoped session. | |
| ttlMinutes | No | How long the session token remains valid. Defaults to 720 minutes. | |
| projectName | No | Project name to embed in the session and returned context. | |
| expectedVersion | No | Expected Axint package version. Defaults to the running MCP version. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| isError | No |