docs: require signed persona authorization provenance
This commit is contained in:
parent
099ed036b2
commit
a118300791
9 changed files with 31 additions and 17 deletions
|
|
@ -179,9 +179,11 @@ callback, and hides the reality confirmation surface because no durable confirma
|
|||
proves source integration, not a real persona manifest binding, installed desktop runtime, or acceptance.
|
||||
|
||||
`src/lib/personaControlAuthorization.ts` removes the desktop coordinator's caller-supplied authorization boolean.
|
||||
It accepts only a current `GUANGHU_OS` verification receipt bound to the exact persona, human responsibility
|
||||
subject, repository head, model instance, request and language anchor. Missing, stale or mismatched evidence
|
||||
remains system-direct. This is a source contract; it does not claim persona-primary runtime control exists.
|
||||
It validates the structure and exact bindings of a current receipt that claims `GUANGHU_OS` verification: persona,
|
||||
human responsibility subject, repository head, model instance, request and language anchor must all agree. This
|
||||
renderer validation does not prove the issuer or verify a signature. A native loader must first verify signed
|
||||
provenance against a registered Guanghu OS trust source; neither that trust source nor the loader exists in the
|
||||
current desktop source. Missing, stale, mismatched or merely local evidence therefore remains system-direct.
|
||||
|
||||
Tolaria is a personal knowledge and life management desktop app. It reads a vault of markdown files with YAML frontmatter and presents them in a four-panel UI inspired by Bear Notes.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue