feat: bind persona control to authorization receipts
This commit is contained in:
parent
22095d6848
commit
099ed036b2
12 changed files with 248 additions and 15 deletions
|
|
@ -14,7 +14,7 @@ const age = readJson("routing/hololake-age-runtime-architecture.json");
|
|||
const rules = readJson("routing/hololake-engineering-rules.json");
|
||||
|
||||
test("B0 is restored before product organs and remains resident in every cognition step", () => {
|
||||
assert.equal(architecture.version, "2026-08-12.9");
|
||||
assert.equal(architecture.version, "2026-08-12.10");
|
||||
assert.equal(
|
||||
architecture.read_order[1],
|
||||
architecture.cognitive_gravity_and_continuity.architecture_page,
|
||||
|
|
@ -95,7 +95,9 @@ test("the first implementation stage is one vertical AGE loop, not Mirror parall
|
|||
assert.equal(gravity.truth.persona_repository_binding_discovery_source_implemented, 100);
|
||||
assert.equal(gravity.truth.persona_language_wake_binding_compiler_source_implemented, 100);
|
||||
assert.equal(gravity.truth.persona_language_shell_controller_source_implemented, 100);
|
||||
assert.equal(gravity.truth.persona_control_authorization_receipt_source_implemented, 100);
|
||||
assert.equal(gravity.truth.desktop_language_entry_source_integrated, 100);
|
||||
assert.equal(gravity.truth.persona_control_authorization_runtime_integrated, 0);
|
||||
assert.equal(gravity.truth.real_persona_repository_manifest_bound, 0);
|
||||
assert.equal(gravity.truth.natural_language_partner_adapter_runtime_integrated, 0);
|
||||
assert.equal(gravity.truth.single_age_vertical_loop_implemented, 0);
|
||||
|
|
@ -117,8 +119,10 @@ test("natural language enters partner deliberation before any execution organ",
|
|||
assert.match(entry.repository_binding_discovery, /personaRepositoryBinding\.ts$/);
|
||||
assert.match(entry.language_wake_binding_compiler, /personaLanguageGoalBinding\.ts$/);
|
||||
assert.match(entry.language_shell_controller, /personaLanguageShellController\.ts$/);
|
||||
assert.match(entry.persona_control_authorization_receipt, /personaControlAuthorization\.ts$/);
|
||||
assert.match(entry.desktop_language_shell, /PersonaLanguageShellPanel\.tsx$/);
|
||||
assert.equal(entry.human_utterance_is_direct_command, false);
|
||||
assert.equal(entry.caller_supplied_persona_authorization_boolean_allowed, false);
|
||||
assert.equal(entry.language_home_destruction_is_executable, false);
|
||||
assert.equal(entry.integrity_gate_may_absorb_human_sovereignty, false);
|
||||
assert.deepEqual(entry.required_before_capability_execution, [
|
||||
|
|
|
|||
Loading…
Reference in a new issue