Ga naar inhoud

Tutorials

Step-by-step pipeline walkthrough

Tutorials

Step-by-step pipeline derived from package.json scripts and RC validation chain.

Full knowledge pipeline

StepCommandPurpose
1npm run boot:atlasInitialize Atlas OS pipeline
2npm run validate:knowledgeValidate module contracts and knowledge base
3npm run verify:knowledgeRun verification trust gate
4npm run change:knowledgeCompute change intelligence diff
5npm run build:moduleBuild reference module artifacts
6npm run publish:knowledgePublish to publish/current and sync sites
7npm run atlas:registrySync module registry snapshot
8npm run atlas:docsRegenerate 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_