Forge Intelligence

Versioned knowledge modules

Immutable vendor bundle content stays under bundles/human-life-v4.1-audited/. Current domain knowledge that changes over time lives here as versioned modules — never by editing the bundle.

Updated

Layout

knowledge/
  registry.yaml          # index of module_id → path + effective dates
  modules/               # one YAML/JSON file per module revision

Schema

schemas/knowledge-module.schema.json — required fields: module_id, version, effective_from, jurisdiction.

Registry

See registry.yaml. CI will validate module files against the schema when modules are added (Phase 1 scaffold: empty registry).