-
Notifications
You must be signed in to change notification settings - Fork 0
Truth Export
McAmner edited this page Jun 18, 2026
·
1 revision
Truth export converts validated MQ signals into compact, sanitized durable memory records.
Typical exporters include:
-
mq-agentstack summaries and release readiness snapshots. -
mq-mcpreview and learn outputs. -
repo-signalreadiness or inspect JSON. -
mq-umsendpoint readiness outputs.
Before writing to mqobsidian:
- validate the output shape
- keep the schema version
- include repo or system provenance
- remove secrets and machine-specific details
- prefer compact summaries over raw dumps
repo-signal report.v1
-> sanitize names and paths
-> map into stack-truth.v1
-> store as durable memory
mqobsidian stores the memory of truth. It does not become the live runtime or
release gate.