Tutorials
Step-by-step pipeline derived from package.json scripts and RC validation chain.
Full knowledge pipeline
| Step | Command | Purpose |
|---|---|---|
| 1 | npm run boot:atlas | Initialize Atlas OS pipeline |
| 2 | npm run validate:knowledge | Validate module contracts and knowledge base |
| 3 | npm run verify:knowledge | Run verification trust gate |
| 4 | npm run change:knowledge | Compute change intelligence diff |
| 5 | npm run build:module | Build reference module artifacts |
| 6 | npm run publish:knowledge | Publish to publish/current and sync sites |
| 7 | npm run atlas:registry | Sync module registry snapshot |
| 8 | npm run atlas:docs | Regenerate documentation website |
Create a new module
`bash
npm run atlas:create-module -- housing-france
npm run atlas:build-module -- housing-france
npm run atlas:registry
`
RC validation (CI)
`bash
npm run atlas:rc2-validate
`
Runs build, contract validation, verification, change intelligence, publish dry-run, registry sync, and tests.
Explore in Studio
1. Open Executive Dashboard for platform metrics
2. Open Module Registry for installed + planned modules
3. Trace a claim: Claim Inspector
---
_Generated 2026-07-02T22:08:15.164Z · Platform 2.0.0-rc2 · Sources: package.json, FutureModules.md_