Module Guide
Module registry and roadmap from registry.json and FutureModules.md.
All modules
| Title | ID | Status | Version | Phase |
|---|---|---|---|---|
| Driving Licence France (NL→FR) | driving-licence-france | reference | 1.0.0 | installed |
| Healthcare France | healthcare-france | scaffold | 0.1.0 | installed |
| Rental, buying, tenant rights | housing-france | planned | — | planned |
| CAF benefits, allocations | caf-france | planned | — | planned |
| Income tax, declarations | taxes-france | planned | — | planned |
| Carte grise, immatriculation | vehicle-registration-france | planned | — | planned |
| SIRET, auto-entrepreneur, URSSAF | business-france | planned | — | planned |
Module lifecycle
1. Planned — listed in docs/platform/FutureModules.md
2. Scaffold — npm run atlas:create-module -- {id}
3. Research — add sources, evidence, claims under knowledge/modules/{id}/
4. Build — npm run atlas:build-module -- {id}
5. Verify — npm run verify:knowledge
6. Publish — npm 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_