Reference Runtime: v0.1.0
This minimal demo proves:
1) Append domain activity to MANAGEMENT_LOG
2) Read SCHEMA_LOG as reference
3) Form evidence as E+ / E-
4) Run a governance evaluation layer (beyond omission detection)
5) Write canonical governance events to AUDIT_LOG only through an Audit Writer boundary
From this folder:
node demo.jsFrom repo root:
node runtimes/demo-node/demo.jsCHANGE_PROPOSED, evaluates, emits OMISSION_DETECTED with E- into AUDIT_LOGCHANGE_PROPOSED + HUMAN_DECISION, evaluates, emits HUMAN_DECISION_REGISTERED with E+ into AUDIT_LOGThis runtime is a reference proof of the Janus Core Lite model, not a production runtime.