fix(persona): gate runtime projection by repository binding
This commit is contained in:
parent
8412d0e458
commit
ebe12763f1
6 changed files with 111 additions and 15 deletions
|
|
@ -125,9 +125,11 @@ shows the exact repository, Git head, checkpoint, pinned model, and B0 evidence.
|
|||
sovereign repository, register a node, acquire a lease, wake an organ, or run inference. Unbound is never
|
||||
presented as proof that the persona does not exist, and multiple valid roots are not selected automatically.
|
||||
|
||||
The runtime projection independently queries each mounted path for `ICE-P-ZY001` through the native read
|
||||
model. The renderer validates the receipt identity and required evidence, preserves partial query errors,
|
||||
and displays the newest verified
|
||||
The runtime projection repeats the fail-closed discovery boundary and queries the native read model only
|
||||
after exactly one persona repository is evidence-bound. It passes only that canonical repository path into
|
||||
the runtime query; unavailable, unbound, and ambiguous discovery states never query ordinary mounted
|
||||
repositories and never become false runtime-receipt failures. The renderer validates the receipt identity
|
||||
and required evidence, preserves query errors from the bound repository, and displays the newest verified
|
||||
session with both a human state label and the raw state, Git and event-chain heads, node, organ, timestamp,
|
||||
and human responsibility subject. No matching session is reported as absence of matching evidence, never as
|
||||
proof that the persona is offline. This surface contains no wake, inference, lease, or execution control.
|
||||
|
|
|
|||
Loading…
Reference in a new issue