Ga naar inhoud

Developer Guide

Commands and repository layout

Developer Guide

Commands and workflow — generated from package.json.

Prerequisites

  • Node.js 20+
  • npm install at repository root

Atlas commands

ScriptCommand
atlas:build-modulenpx tsx knowledge/core/module/scripts/build-module.ts
atlas:create-modulenpx tsx knowledge/core/module/scripts/create-module.ts
atlas:demonpx tsx scripts/atlas-demo-prep.ts && next dev
atlas:demo:prepnpx tsx scripts/atlas-demo-prep.ts
atlas:docsnpx tsx scripts/generate-documentation-site.ts
atlas:investornpx tsx scripts/generate-investor-pack.ts
atlas:rc1-validatenpm run boot:atlas && npm run validate:knowledge && npm run verify:knowledge && …
atlas:rc2-validatenpm run build && npm run atlas:validate-contract && npm run validate:knowledge &…
atlas:registrynpx tsx knowledge/core/module/scripts/sync-registry.ts
atlas:sitenpx tsx scripts/generate-platform-site.ts
atlas:validate-contractnpx tsx knowledge/core/validation/scripts/validate-all-modules.ts
boot:atlasnpx tsx knowledge/core/os/scripts/boot.ts
change:knowledgenpx tsx knowledge/core/change-intelligence/scripts/run-change-intelligence.ts
export:knowledgenpx tsx knowledge/modules/driving-licence-france/scripts/export-json.ts
generate:knowledgenpx tsx knowledge/modules/driving-licence-france/scripts/generate-pages.ts
publish:knowledgenpx tsx knowledge/core/publishing/scripts/run-publishing.ts
publish:knowledge:dry-runnpx tsx knowledge/core/publishing/scripts/run-publishing.ts --dry-run
stats:knowledgenpx tsx knowledge/modules/driving-licence-france/scripts/stats.ts
test:knowledgenpx tsx --test knowledge/modules/driving-licence-france/tests/*.test.ts knowledg…
validate:knowledgenpm run atlas:validate-contract && npx tsx -e "import { validateKnowledgeBase } …
verify:knowledgenpm run atlas:validate-contract && npx tsx knowledge/core/verification/scripts/r…

Repository layout

PathRole
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_