HELIX SRI → MRI BRIDGE (Public Reference Edition v1.0)
The SRI → MRI Bridge converts verified Societal Resonance Index (SRI) outputs into a format consumable by Helix’s Metacognitive Resonance Index (MRI) and Quality Score Rubric (QSR) layers.
It ensures that all imported data from the SRI pipeline remains deterministic, verifiable, and traceable to its signed proof capsule.
The bridge performs four primary functions:
mri_input_sri.csv for ingestion by MRI/QSR pipelines.Supporting directories:
{INSTALL_PATH}/sri/out/ → SRI outputs (source){INSTALL_PATH}/ttd/mri/inbox/ → MRI ingest destinationInput: SRI Daily Data
Format: sri_daily.csv
Fields:
date — UTC date (YYYY-MM-DD)sri_global — numeric resonance score (0–100)top_tags — comma-separated list of dominant event tagsOutput: MRI Input (Bridge Product)
Format: mri_input_sri.csv
Fields:
ts_utc — end-of-day timestamp (YYYY-MM-DDT23:59:59Z)sri_global — same as inputsri_variance_7d — rolling variance of SRI over 7 daystop_tags — direct transfer from sourcesource_sha256 — hash of original proof capsule digestsource_sig — detached signature (verbatim, base64-armored)created_utc — timestamp of bridge executionCustody-before-trust is mandatory:
allowed_signers registry.Verification Command Example:
mri_input_sri.csv with provenance metadata.The bridge applies only deterministic, human-readable transformations:
date → end-of-day UTC timestamp.sri_global.source_sha256, source_sig, and creation timestamp.Helix-TTD Pillars Reinforced:
The bridge is typically scheduled shortly after each SRI run (e.g., within 1–2 minutes).
It operates independently and idempotently: rerunning with the same source data yields identical outputs.
allowed_signers).The SRI → MRI Bridge forms the verifiable interface between external societal telemetry and Helix’s internal metacognitive systems.
It operationalizes the Helix principle of custody before computation, ensuring that every data point influencing decision logic originates from a signed, transparent, and reproducible source.
This bridge closes the loop between collective human resonance and machine reasoning, reinforcing Helix-TTD’s commitment to accountable, human-first autonomy.