docs: require signed persona authorization provenance
This commit is contained in:
parent
099ed036b2
commit
a118300791
9 changed files with 31 additions and 17 deletions
|
|
@ -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