axint.context.docs
Return project-local docs context for agents after new chats or context compaction. Use this to reload workflow documentation without rereading 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. |