Export the machine-readable utility corpus (ai/corpus.json) for LLM training and RAG.
Usage#
terminal
npx nakshora export:ai --out ai/corpus.jsonFlags#
| Flag | Meaning |
|---|---|
--out <file> | Output corpus path (default ai/corpus.json) |
What to expect#
Serializes the full utility registry to JSON: class, compiled CSS, description, category, examples. This powers llms.txt tooling, embeddings and SFT datasets.
Troubleshooting#
- Huge file → expected; the 3.1 corpus covers 11,417 utilities
See also#
cli/index|CLI hub · configuration/index|Configuration reference
