axint.context.docs
Reload project-specific documentation context for Axint agents after chat compaction to maintain workflow knowledge without full site reread.
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. Inputs: cwd selects project docs context; include sections only when the longer runbook is needed. Effects: read-only generated docs context; writes no files and uses no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Target Apple platform, such as macOS, iOS, visionOS, or all. | |
| projectName | No | Project name to include in the docs context. | |
| expectedVersion | No | Expected Axint version to compare against axint.status. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| isError | No |