Developer Guide
Commands and workflow — generated from package.json.
Prerequisites
- Node.js 20+
npm installat repository root
Atlas commands
| Script | Command |
|---|---|
| atlas:build-module | npx tsx knowledge/core/module/scripts/build-module.ts |
| atlas:create-module | npx tsx knowledge/core/module/scripts/create-module.ts |
| atlas:demo | npx tsx scripts/atlas-demo-prep.ts && next dev |
| atlas:demo:prep | npx tsx scripts/atlas-demo-prep.ts |
| atlas:docs | npx tsx scripts/generate-documentation-site.ts |
| atlas:investor | npx tsx scripts/generate-investor-pack.ts |
| atlas:rc1-validate | npm run boot:atlas && npm run validate:knowledge && npm run verify:knowledge && … |
| atlas:rc2-validate | npm run build && npm run atlas:validate-contract && npm run validate:knowledge &… |
| atlas:registry | npx tsx knowledge/core/module/scripts/sync-registry.ts |
| atlas:site | npx tsx scripts/generate-platform-site.ts |
| atlas:validate-contract | npx tsx knowledge/core/validation/scripts/validate-all-modules.ts |
| boot:atlas | npx tsx knowledge/core/os/scripts/boot.ts |
| change:knowledge | npx tsx knowledge/core/change-intelligence/scripts/run-change-intelligence.ts |
| export:knowledge | npx tsx knowledge/modules/driving-licence-france/scripts/export-json.ts |
| generate:knowledge | npx tsx knowledge/modules/driving-licence-france/scripts/generate-pages.ts |
| publish:knowledge | npx tsx knowledge/core/publishing/scripts/run-publishing.ts |
| publish:knowledge:dry-run | npx tsx knowledge/core/publishing/scripts/run-publishing.ts --dry-run |
| stats:knowledge | npx tsx knowledge/modules/driving-licence-france/scripts/stats.ts |
| test:knowledge | npx tsx --test knowledge/modules/driving-licence-france/tests/*.test.ts knowledg… |
| validate:knowledge | npm run atlas:validate-contract && npx tsx -e "import { validateKnowledgeBase } … |
| verify:knowledge | npm run atlas:validate-contract && npx tsx knowledge/core/verification/scripts/r… |
Repository layout
| Path | Role |
|---|---|
knowledge/modules/ | Knowledge modules |
knowledge/core/ | Engines (verification, publishing, OS) |
src/core/atlas-os/ | Studio adapter layer |
src/app/studio/ | Studio UI |
atlas/docs/publish/current/ | Generated documentation site |
atlas/site/publish/current/ | Generated platform site |
Synchronization
Documentation regenerates automatically when you run:
`bash
npm run publish:knowledge # includes site + docs sync
npm run atlas:docs # documentation only
`
Last generated: 2026-07-02T22:08:15.164Z
---
_Generated 2026-07-02T22:08:15.164Z · Platform 2.0.0-rc2 · Sources: package.json_