feat: project native persona authorization status
This commit is contained in:
parent
584f38b478
commit
8f18c3fba3
38 changed files with 268 additions and 40 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "hololake.current-architecture/v1",
|
||||
"architecture_id": "HLP-CURRENT-ARCH-001",
|
||||
"version": "2026-08-12.15",
|
||||
"version": "2026-08-12.16",
|
||||
"state": "CURRENT_CANONICAL",
|
||||
"product": {
|
||||
"formal_name": "光湖语言系统 · 通用人工智能操作平台",
|
||||
|
|
@ -122,7 +122,9 @@
|
|||
"native_persona_control_authorization_registry_loader_source_integrated": true,
|
||||
"native_persona_control_authorization_receipt_verifier_source_integrated": true,
|
||||
"native_persona_control_authorization_verifier_wired_to_language_controller_source": true,
|
||||
"persona_control_authorization_read_only_status_projection_source_integrated": true,
|
||||
"persona_control_authorization_trusted_signer_registered": false,
|
||||
"persona_control_authorization_candidate_receipt_source_mounted": false,
|
||||
"desktop_language_entry_source_integrated": true,
|
||||
"persona_control_authorization_runtime_integrated": false,
|
||||
"real_persona_repository_manifest_bound": false,
|
||||
|
|
@ -394,6 +396,7 @@
|
|||
"pncc_lifecycle_adapter_tests": "product-source/hololake-platform/src/lib/personaLanguageGoal.test.ts",
|
||||
"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",
|
||||
"persona_control_authorization_status_projection_tests": "product-source/hololake-platform/src/lib/personaControlAuthorizationStatus.test.ts",
|
||||
"persona_control_authorization_signer_registry_and_verifier": "product-source/guanghu-knowledge-base/server/persona-control-authorization.ts",
|
||||
"persona_control_authorization_signer_registry_and_verifier_tests": "product-source/guanghu-knowledge-base/server/persona-control-authorization.test.ts",
|
||||
"native_persona_control_authorization_registry_loader": "product-source/hololake-platform/src-tauri/src/persona_control_authorization.rs",
|
||||
|
|
@ -411,6 +414,8 @@
|
|||
"native_authorization_registry_loader_integrated": true,
|
||||
"native_authorization_receipt_loader_integrated": true,
|
||||
"native_authorization_verifier_wired_to_language_controller": true,
|
||||
"read_only_empty_trust_status_projection_integrated": true,
|
||||
"candidate_authorization_receipt_source_mounted": false,
|
||||
"partner_deliberation_required": true,
|
||||
"human_utterance_is_direct_command": false,
|
||||
"allowed_dispositions": [
|
||||
|
|
@ -423,7 +428,8 @@
|
|||
"authorization_focused_tests": "11_OF_11_PASS",
|
||||
"language_controller_authorization_wiring_tests": "10_OF_10_PASS",
|
||||
"authorization_cryptographic_tests": "7_OF_7_PASS",
|
||||
"native_authorization_registry_and_receipt_verifier_tests": "6_OF_6_PASS"
|
||||
"native_authorization_registry_and_receipt_verifier_tests": "6_OF_6_PASS",
|
||||
"authorization_status_projection_tests": "6_OF_6_PASS"
|
||||
},
|
||||
"ui_plugin_system": {
|
||||
"record_id": "HLP-HOT-PLUGGABLE-UI-001",
|
||||
|
|
|
|||
Loading…
Reference in a new issue