swarmvault export ai
Export the compiled wiki as static files for agents, crawlers, documentation systems, and other tools that should not need a running viewer or MCP server.
Usage
swarmvault export ai [--out <dir>] [--max-full-chars <n>] [--no-page-siblings]Options
--out <dir>- Output directory. Defaults towiki/exports/ai.--max-full-chars <n>- Maximum characters to include inllms-full.txt. Defaults to5000000.--no-page-siblings- Skip per-page.txtand.jsonsibling files.
Examples
swarmvault export ai
swarmvault export ai --out ./exports/ai
swarmvault export ai --out ./exports/ai --max-full-chars 10000000
swarmvault export ai --out ./exports/ai --no-page-siblingsOutput Files
The export pack writes:
llms.txt- Compact wiki index and orientation filellms-full.txt- Full bounded text bundle for static ingestiongraph.jsonld- JSON-LD representation of graph nodes, edges, and page metadatamanifest.json- File inventory with sizes and hashesai-readme.md- Human-readable notes for consuming the packpages/*.txtandpages/*.json- Optional per-page sibling files
Run swarmvault compile first if the wiki or graph artifacts are missing. Use `graph export` when you need an interactive or interoperable graph artifact instead of a text-first AI handoff pack.