axint.context.docs
Reload project-local Axint docs context after new chats or context compaction to keep the agent aware of workflow documentation without reading the entire site.
Instructions
Return the project-local Axint docs context that agents should reload after new chats or context compaction. This is the durable docs memory that keeps the agent using Axint instead of forgetting the workflow. Use: use after compaction when the agent needs workflow docs without rereading the whole site. Effects: read-only generated docs context; writes no files and uses no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | No | Project name to include in the docs context. | |
| 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. |