Ga naar inhoud

Module Guide

Create, build, and register modules

Module Guide

Module registry and roadmap from registry.json and FutureModules.md.

All modules

TitleIDStatusVersionPhase
Driving Licence France (NL→FR)driving-licence-francereference1.0.0installed
Healthcare Francehealthcare-francescaffold0.1.0installed
Rental, buying, tenant rightshousing-franceplannedplanned
CAF benefits, allocationscaf-franceplannedplanned
Income tax, declarationstaxes-franceplannedplanned
Carte grise, immatriculationvehicle-registration-franceplannedplanned
SIRET, auto-entrepreneur, URSSAFbusiness-franceplannedplanned

Module lifecycle

1. Planned — listed in docs/platform/FutureModules.md

2. Scaffoldnpm run atlas:create-module -- {id}

3. Research — add sources, evidence, claims under knowledge/modules/{id}/

4. Buildnpm run atlas:build-module -- {id}

5. Verifynpm run verify:knowledge

6. Publishnpm run publish:knowledge -- --module={id}

Module structure

`

knowledge/modules/{id}/

module.json # manifest + statistics

registry.json # local registry entry

datasets/ # sources, evidence, claims, …

api/openapi.json # API contract

publish/current/ # Publishing Engine output

`

Independence

Each module is self-contained. Cross-module links are declared as dependencies in registry.json, not shared code.

Module Registry in Studio → · Browse modules →

---

_Generated 2026-07-02T22:08:15.164Z · Platform 2.0.0-rc2 · Sources: registry.json, FutureModules.md_