Examples
All reference specs live inexamples/ and are validated by CI (npm test / scripts/examples.test.ts).
Tutorial that walks through the blog spec: CRUD walkthrough.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference .aip specs in the monorepo — Core smoke to full-tier CRUD
examples/ and are validated by CI (npm test / scripts/examples.test.ts).
| Spec | Focus | Doc page |
|---|---|---|
minimal.aip | Smallest Core smoke + emitter goldens | Minimal |
blog-crud.aip | Complete blog CRUD | Blog CRUD |
inventory-crud.aip | Inventory + jobs / queues | Inventory CRUD |
mysql-minimal.aip | MySQL (aip emit mysql) | MySQL minimal |
crm-reference.aip | CRM — policies, API, workflows | CRM reference |
ops-reference.aip | Seed, lifecycle, jobs, ai_context | Ops reference |
node packages/cli/dist/cli.js validate examples/minimal.aip
node packages/cli/dist/cli.js emit sql examples/blog-crud.aip
node packages/cli/dist/cli.js emit mysql examples/mysql-minimal.aip
node packages/cli/dist/cli.js emit workers examples/inventory-crud.aip
