Why a pack?
LLMs consume plain text best. The pack is the exact same documentation the Actae team uses for AI-assisted development — curated, public-safe markdown with every internal anchor stripped. Paste it into any chat and the model knows the product surface: features, routes, JSON fields, defaults, failure semantics, SDKs, adapters, and testing.
Copy everything
The full pack concatenates all 15 references into one file (242 KB, ~5,205 lines). For most conversations this is the one to grab.
Prefer a file?
Every artifact below is also served as a plain file — fetch it with curl, download it, or reference it by URL: /llm/actae-pack.md
Per-topic dumps
When a conversation only needs one area, copy the matching reference instead of the whole pack.
How it stays current
The pack is regenerated from the repository documentation on every build (npm run sync-llm-docs). The curated manifest includes only public-safe references; internal runbooks, plans, and server internals are excluded by design.
Start with the quickstart, then fork, coordinate, and measure — with the pack in your chat, the LLM is never guessing about Actae.