feat: verify signed persona control receipts natively
This commit is contained in:
parent
9281587a0f
commit
75b6262c91
11 changed files with 562 additions and 98 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "hololake.current-architecture/v1",
|
||||
"architecture_id": "HLP-CURRENT-ARCH-001",
|
||||
"version": "2026-08-12.13",
|
||||
"version": "2026-08-12.14",
|
||||
"state": "CURRENT_CANONICAL",
|
||||
"product": {
|
||||
"formal_name": "光湖语言系统 · 通用人工智能操作平台",
|
||||
|
|
@ -120,6 +120,7 @@
|
|||
"persona_control_authorization_cryptographic_provenance_source_implemented": true,
|
||||
"persona_control_authorization_registry_source_published": true,
|
||||
"native_persona_control_authorization_registry_loader_source_integrated": true,
|
||||
"native_persona_control_authorization_receipt_verifier_source_integrated": true,
|
||||
"persona_control_authorization_trusted_signer_registered": false,
|
||||
"desktop_language_entry_source_integrated": true,
|
||||
"persona_control_authorization_runtime_integrated": false,
|
||||
|
|
@ -407,7 +408,8 @@
|
|||
"ed25519_verification_source_implemented": true,
|
||||
"trusted_signer_source_registered": false,
|
||||
"native_authorization_registry_loader_integrated": true,
|
||||
"native_authorization_receipt_loader_integrated": false,
|
||||
"native_authorization_receipt_loader_integrated": true,
|
||||
"native_authorization_verifier_wired_to_language_controller": false,
|
||||
"partner_deliberation_required": true,
|
||||
"human_utterance_is_direct_command": false,
|
||||
"allowed_dispositions": [
|
||||
|
|
@ -419,7 +421,7 @@
|
|||
"focused_tests": "11_OF_11_PASS",
|
||||
"authorization_focused_tests": "13_OF_13_PASS",
|
||||
"authorization_cryptographic_tests": "7_OF_7_PASS",
|
||||
"native_authorization_registry_loader_tests": "4_OF_4_PASS"
|
||||
"native_authorization_registry_and_receipt_verifier_tests": "6_OF_6_PASS"
|
||||
},
|
||||
"ui_plugin_system": {
|
||||
"record_id": "HLP-HOT-PLUGGABLE-UI-001",
|
||||
|
|
|
|||
Loading…
Reference in a new issue