Compliance Source Map
// DEMO CONTEXT
WHAT THIS PROVES
Trust is not implicit — it flows from verifiable sources through policy to the gate.
EXPECTED OUTPUT
A resolved topology of obligations, policies, and gate configurations.
STANDARD TRACE
COMPLIANCE SOURCE MAP
Active
Stale
Pending
Run the demo to generate an Evidence Pack
Integrate
L3: Multi-party Authority + Tamper Proof
import { resolveCompliance } from "@mindburn/helm/compliance";
const topology = resolveCompliance({
jurisdiction: "EU",
sources: registeredSources,
});
// → { obligations, policyBindings, gateConfig }