feat(schema): Multiverseal Twin — federation-facing identity/reputation projection - #268
Merged
Merged
Conversation
…on projection Integrates the Multiverseal Twin into the digital-soul family (extends ADR-0013): - TwinAttestation: foreign claims admitted only as bind(object, r_c) with a provenance envelope (reference-at-ingest / Powell-Stetson); bare scores never summed. Carries the bound purpose+authorization (the capture-time receipt; the only place the purpose bit can live per reidentification-economy A.5). Coherence-length grounding gate. - MultiversealTwin: reference-gated holographic bundle projecting the private core (DigitalSoulIdentity). One epsilon = capacity = crosstalk = unlinkability = reversibility distance. QEC [[n,k,d]] sharing where d = access-control policy. VRF mint/verify anchored to ProofOfSelfToken. Impersonation wall + phase-retrieval hardening as top invariant. - InterferometricDiff: the primary read is the fringe (Delta-phi), not the score — leading indicator + global tamper-evidence. AscensionReading is its on-device self-directed case. + ADR-0014, canonical examples, and an invariant validator wired into make validate. Substrate is linear by design; Sybil/nonlinear trust policy stays in a separate layer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Multiverseal Twin — the federation-facing identity/reputation projection
Extends ADR-0013 (digital soul). ADR-0013 built the private core and the reputation plane; this adds the hardened object that actually touches the untrusted, federated world — on one reference-gated holographic substrate — and unifies three loose threads (bind-reputation-to-evidence, the reversibility-distance privacy metric, and "read movement not score").
Contracts
TwinAttestationbind(object, r_c)+ provenance envelope (reference-at-ingest / Powell–Stetson). Bare scores are never summed. Carries the bound purpose + authorization — the capture-time receipt, which per the reidentification-economy analysis is the only place the purpose bit can live. Coherence-length grounding gate.MultiversealTwinDigitalSoulIdentity. One ε = capacity = crosstalk = unlinkability = reversibility distance. QEC[[n,k,d]]sharing where d = access-control policy. VRF mint/verify anchored toProofOfSelfToken. Impersonation wall + phase-retrieval hardening.InterferometricDiffAscensionReadingis its on-device self-directed special case.Guarantees (rigor-tiered, per source spec)
1 ≤ d ≤ n; access = code wedge.urn:srcos:proof-of-self:); forgery reduces to breaking VRF.umints only underu's key or au-signed capability; phase-retrieval hardening asserted.Verification
fmt/schema validation pass;tools/validate_multiverseal_twin_examples.py(invariant checks) wired intomake validate; duplicate-$idguard clean (352 schemas). Built in an isolated worktree.🤖 Generated with Claude Code