docs: require signed persona authorization provenance
This commit is contained in:
parent
099ed036b2
commit
a118300791
9 changed files with 31 additions and 17 deletions
|
|
@ -169,7 +169,8 @@
|
|||
"persona_repository_binding_discovery_source_implemented": 100,
|
||||
"persona_language_wake_binding_compiler_source_implemented": 100,
|
||||
"persona_language_shell_controller_source_implemented": 100,
|
||||
"persona_control_authorization_receipt_source_implemented": 100,
|
||||
"persona_control_authorization_receipt_shape_validation_source_implemented": 100,
|
||||
"persona_control_authorization_cryptographic_provenance_source_implemented": 0,
|
||||
"desktop_language_entry_source_integrated": 100,
|
||||
"persona_control_authorization_runtime_integrated": 0,
|
||||
"real_persona_repository_manifest_bound": 0,
|
||||
|
|
|
|||
|
|
@ -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.10");
|
||||
assert.equal(architecture.version, "2026-08-12.11");
|
||||
assert.equal(
|
||||
architecture.read_order[1],
|
||||
architecture.cognitive_gravity_and_continuity.architecture_page,
|
||||
|
|
@ -95,9 +95,13 @@ 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.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.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.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);
|
||||
assert.equal(gravity.truth.single_age_vertical_loop_implemented, 0);
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "hololake.current-architecture/v1",
|
||||
"architecture_id": "HLP-CURRENT-ARCH-001",
|
||||
"version": "2026-08-12.10",
|
||||
"version": "2026-08-12.11",
|
||||
"state": "CURRENT_CANONICAL",
|
||||
"product": {
|
||||
"formal_name": "光湖语言系统 · 通用人工智能操作平台",
|
||||
|
|
@ -115,7 +115,8 @@
|
|||
"persona_repository_binding_read_only_ui_source_integrated": true,
|
||||
"persona_runtime_projection_repository_gate_source_integrated": true,
|
||||
"persona_language_shell_controller_source_implemented": true,
|
||||
"persona_control_authorization_receipt_source_implemented": true,
|
||||
"persona_control_authorization_receipt_shape_validation_source_implemented": true,
|
||||
"persona_control_authorization_cryptographic_provenance_source_implemented": false,
|
||||
"desktop_language_entry_source_integrated": true,
|
||||
"persona_control_authorization_runtime_integrated": false,
|
||||
"real_persona_repository_manifest_bound": false,
|
||||
|
|
@ -388,6 +389,9 @@
|
|||
"persona_control_authorization_receipt": "product-source/hololake-platform/src/lib/personaControlAuthorization.ts",
|
||||
"persona_control_authorization_receipt_tests": "product-source/hololake-platform/src/lib/personaControlAuthorization.test.ts",
|
||||
"caller_supplied_persona_authorization_boolean_allowed": false,
|
||||
"receipt_shape_validation_is_authority_proof": false,
|
||||
"cryptographic_provenance_required_before_native_loader": true,
|
||||
"trusted_signer_source_registered": false,
|
||||
"native_authorization_receipt_loader_integrated": false,
|
||||
"partner_deliberation_required": true,
|
||||
"human_utterance_is_direct_command": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue