axint.context.memory
Restore compact operating memory for Axint agents after session restart or long coding drift, without rereading full documentation.
Instructions
Return the compact Axint operating memory that agents should reload at new chat start, after context compaction, or after long coding drift. Use this to keep Axint top-of-mind without rereading the full docs. Use: use after compaction or session restart when the agent needs compact operating rules. Effects: read-only generated context; writes no files and uses no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | No | Project name to include in the memory. | |
| expectedVersion | No | Expected Axint version to compare against axint.status. | |
| platform | No | Target Apple platform, such as macOS, iOS, visionOS, or all. |
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. |