export_agent_context
Generate agent-native documentation context files (AGENTS.md, CLAUDE.md, llms.txt, docs-map.md) grounded in project dependency versions and authoritative documentation references.
Instructions
Deterministically generate and export agent-native documentation context files (AGENTS.md, CLAUDE.md, skill.md, llms.txt, docs-map.md) grounded in project dependency versions and authoritative documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Target agent file format to generate (default: "agents.md"). | |
| docVersion | No | Optional target documentation version (e.g. "v14", "v15"). | |
| projectDir | No | Optional project directory for resolving workspace dependency versions. | |
| targetSource | No | Optional library or skill name label. |