feat: mount persona language planning entry
This commit is contained in:
parent
d9abf241a6
commit
5d465115cb
11 changed files with 294 additions and 16 deletions
|
|
@ -17,7 +17,9 @@ it does not pretend that deterministic keyword matching can perform persona reas
|
|||
utterance as a bounded `FACT_SENSE` partner-deliberation question, accepts only a completed and schema-valid
|
||||
PNCC lifecycle receipt, maps the eleven-field snake-case gravity frame into `PartnerDeliberation`, and only
|
||||
then calls `compileLanguageGoal`. A failed, malformed, non-fact, or purpose-less receipt never becomes a goal.
|
||||
The adapter is not yet mounted to the desktop language entry and has no live-product acceptance claim.
|
||||
`PersonaLanguageShellPanel` now mounts this adapter in the Fifth Domain desktop source. That source wiring is
|
||||
still gated by a unique manifest-valid persona repository, the manifest-pinned configured model, and public
|
||||
device identity; it has no installed-desktop or live-product acceptance claim.
|
||||
|
||||
`compilePersonaLanguageGoalBinding` builds the exact native wake envelope only after a single clean persona
|
||||
repository, its B0 and organ contracts, a registered local device identity, and the manifest-pinned model all
|
||||
|
|
@ -217,7 +219,10 @@ The source-level authority-order coordinator for one natural-language goal. It f
|
|||
discovery yields one clean persona binding and the configured provider/model matches that repository manifest.
|
||||
Only then may it read the public node identity, compile the exact PNCC wake binding, and request B0 partner
|
||||
deliberation. The result contains a plan and evidence binding only; it exposes no execution callback and performs
|
||||
no reality action. Source implementation is distinct from desktop mounting and native acceptance.
|
||||
no reality action. `PersonaLanguageShellPanel` mounts it through the capability-limited `LanguageShellBridge`,
|
||||
passes only already-mounted Git roots and configured provider metadata, and deliberately keeps persona authority
|
||||
false until a desktop authorization receipt exists. The panel does not expose an approval control because this
|
||||
slice has no durable confirmation consumer. Source mounting remains distinct from native acceptance.
|
||||
|
||||
Key abstractions and domain models in Tolaria.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue