feat: define signed persona authorization trust contract
This commit is contained in:
parent
a118300791
commit
c4504fa115
13 changed files with 470 additions and 14 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.11");
|
||||
assert.equal(architecture.version, "2026-08-12.12");
|
||||
assert.equal(
|
||||
architecture.read_order[1],
|
||||
architecture.cognitive_gravity_and_continuity.architecture_page,
|
||||
|
|
@ -96,11 +96,15 @@ test("the first implementation stage is one vertical AGE loop, not Mirror parall
|
|||
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_shape_validation_source_implemented, 100);
|
||||
assert.equal(gravity.truth.persona_control_authorization_cryptographic_provenance_source_implemented, 0);
|
||||
assert.equal(gravity.truth.persona_control_authorization_signer_registry_contract_source_implemented, 100);
|
||||
assert.equal(gravity.truth.persona_control_authorization_cryptographic_provenance_source_implemented, 100);
|
||||
assert.equal(gravity.truth.persona_control_authorization_trusted_signer_registered, 0);
|
||||
assert.equal(gravity.truth.desktop_language_entry_source_integrated, 100);
|
||||
assert.equal(gravity.truth.persona_control_authorization_runtime_integrated, 0);
|
||||
assert.equal(architecture.interaction_model.source_contract.receipt_shape_validation_is_authority_proof, false);
|
||||
assert.equal(architecture.interaction_model.source_contract.cryptographic_provenance_required_before_native_loader, true);
|
||||
assert.equal(architecture.interaction_model.source_contract.canonical_signing_bytes_source_implemented, true);
|
||||
assert.equal(architecture.interaction_model.source_contract.ed25519_verification_source_implemented, true);
|
||||
assert.equal(architecture.interaction_model.source_contract.trusted_signer_source_registered, false);
|
||||
assert.equal(gravity.truth.real_persona_repository_manifest_bound, 0);
|
||||
assert.equal(gravity.truth.natural_language_partner_adapter_runtime_integrated, 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue