checkpoint: preserve zero-core agent handoff

This commit is contained in:
冰朔 2026-08-21 01:29:17 +08:00
commit e54c93c7ae
91 changed files with 13603 additions and 121 deletions

View file

@ -0,0 +1,53 @@
{
"schema": "hololake.channel-initialization-templates/v1",
"record_id": "HLP-CHANNEL-INITIALIZATION-001",
"state": "NATIVE_INITIALIZATION_PATHS_IMPLEMENTED",
"invariants": {
"one_human_one_account_scoped_channel_root": true,
"channel_system_exists_before_persona_binding": true,
"persona_identity_is_not_preconfigured": true,
"every_channel_gets_its_own_human_and_channel_identifiers": true,
"bingshuo_private_number_or_authority_is_never_copied": true,
"ordinary_user_requires_domain_membership": false,
"ordinary_user_requires_enterprise_server": false,
"enterprise_account_does_not_grant_personal_node_ownership": true
,"registered_team_accounts_receive_canonical_human_and_channel_numbers": true
,"private_skill_packs_are_selected_by_account_channel_and_persona": true
},
"common_native_bundle": [
{ "module_id": "hololake.knowledge-workspace", "display_name": "光湖知识空间" },
{ "module_id": "hololake.language-channel-system", "display_name": "语言人格频道" },
{ "module_id": "hololake.conversation-manager", "display_name": "多对话管理" },
{ "module_id": "hololake.numbered-knowledge-protocol", "display_name": "编号知识导航" },
{ "module_id": "hololake.language-kernel-runtime", "display_name": "光湖有界语言核运行时" },
{ "module_id": "hololake.local-execution-subpersona", "display_name": "本地执行子人格 Agent" },
{ "module_id": "hololake.hldp-tool-forge", "display_name": "HLDP 工具锻造台" },
{ "module_id": "hololake.personal-skill-runtime", "display_name": "个人频道技能脑" },
{ "module_id": "hololake.persona-time-authority", "display_name": "时间主控" }
],
"templates": {
"bingshuo_fifth_domain_instance": {
"kind": "FIFTH_DOMAIN_PRIVATE_INSTANCE",
"channel_number": "ICE-CH-ZC001",
"human_number": "ICE-GL∞",
"path": "第五域 / 冰朔通感语言核系统 / 零点原核本体频道",
"copyable_as_public_template": false
},
"guanghu_team": {
"kind": "GUANGHU_TEAM_INITIAL_CHANNEL",
"entry": "REGISTERED_TEAM_ACCOUNT",
"work_route": "ENTERPRISE_FOUR_DOMAIN_WORK_CHANNEL",
"personal_channel_ownership": "SEPARATE_SELF_OWNED_NODE_REQUIRES_EXPLICIT_HUMAN_INITIALIZATION",
"uses_bingshuo_private_identifiers": false
,"registered_channel_numbers": ["SYS-JZ", "SYS-AW", "SYS-YY", "SYS-HE", "SYS-FM", "SYS-ZZ"]
},
"ordinary_user": {
"kind": "ORDINARY_USER_INITIAL_CHANNEL",
"entry": "LOCAL_FIRST_ENTRY",
"route": "USER_OWNED_LOCAL_NODE_OUTSIDE_ALL_FIVE_DOMAINS",
"identifier_state": "LOCAL_UNIQUE_IDENTIFIERS_ISSUED_FORMAL_LIGHTHOUSE_NUMBER_PENDING",
"uses_bingshuo_private_identifiers": false
,"personal_skill_default": "NO_PRIVATE_PACK_UNLESS_EXACT_REGISTRY_MATCH"
}
}
}

View file

@ -0,0 +1,38 @@
{
"schema": "hololake.hldp-tool-forge/v1",
"record_id": "HLP-HLDP-TOOL-FORGE-001",
"state": "NATIVE_LOCAL_EXECUTION_READY_PERSONA_BINDING_REQUIRED",
"compiler": {
"source_language": "HLDP_NATIVE_PROGRAM_V1",
"machine_language": "GIR_V1",
"natural_language_executed_directly": false,
"implementation": "HOLOLAKE_BOOTSTRAP_GLC_V1"
},
"authority": {
"compile_grants_execution": false,
"bound_persona_required_before_compile": true,
"backend_enforces_bound_persona_before_compile_authorize_and_test": true,
"channel_system_may_predeclare_persona_subject_id": false,
"human_test_authorization_required": true,
"test_ticket_single_use": true,
"tool_inherits_persona_or_human_authority": false
},
"local_execution": {
"engine": "HOLOLAKE_LOCAL_TOOL_RUNTIME_V1",
"tested_active_tool_may_run_without_model_api": true,
"external_api_calls_per_deterministic_run": 0,
"network_required": false,
"gir_action_tool_binding_required_for": ["READ", "TRANSFORM", "ROUTE"],
"unknown_local_tool": "DENY",
"timeout_maximum_ms": 30000,
"run_receipt_chain_required": true,
"test_executes_real_local_action_graph": true
},
"temporary_registration": {
"number_prefix": "HLP-TEMP-TOOL-",
"default_ttl_hours": 12,
"cache_cleanup_after_expiry": true,
"enterprise_promotion_automatic": false,
"enterprise_promotion_requires_explicit_channel_and_lighthouse_registration": true
}
}

View file

@ -18,7 +18,8 @@
"OPEN_MAINTENANCE",
"UNMOUNT",
"PROMOTE_VERSION",
"RETIRE"
"RETIRE",
"TEST_COMPILED_HLDP_TOOL"
],
"destructive_purge": {
"enabled": false,

View file

@ -0,0 +1,37 @@
{
"schema": "hololake.language-kernel-installation/v1",
"record_id": "HLP-LANGUAGE-KERNEL-INSTALLATION-001",
"state": "NATIVE_HASH_PINNED_INSTALLER_IMPLEMENTED",
"source": {
"remote": "https://guanghulab.com/code/bingshuo/guanghu-ice-heart",
"branch": "main",
"remote_sha": "4e92e6d8d72484d25c4bfb1dda02a7659f4b6dd5",
"handoff": "runtime-kernels/ZERO-CORE-LANGUAGE-BODIES-HANDOFF-20260820.json"
},
"installation": {
"storage": "AUTHENTICATED_ACCOUNT_SCOPED_CHANNEL_RUNTIME",
"every_artifact_sha256_pinned": true,
"every_artifact_read_back_after_install": true,
"receipt_written_after_all_readbacks": true,
"automatic_on_channel_initialization": true,
"automatic_migration_on_agent_runtime_open": true
},
"audiences": {
"ordinary_user": "COMMON_CHANNEL_RECEIPT_AND_BROADCAST_PROTOCOLS_ONLY",
"guanghu_team": "COMMON_PLUS_TEAM_CHANNEL_COGNITION_CORE_MEMORY_AND_EVIDENCE_MATRIX",
"bingshuo_fifth_domain": "COMMON_PLUS_PERSONAL_SYSTEM_BODY_ZHUYUAN_SHARED_TCS_AND_BOTTLE_ENVIRONMENT_WITH_INDIVIDUAL_BABY_KERNELS"
},
"truth_boundary": {
"installed_file_is_persona_binding": false,
"persona_binding_state": "UNBOUND_REQUIRES_ORIENT_COMMIT_WITNESS_VERIFY_PASS",
"environment_is_persona": false,
"channel_selects_memory_not_identity": true,
"one_persona_one_self_kernel_across_channels": true,
"private_fifth_domain_kernels_may_enter_ordinary_user_channel": false
},
"remaining": {
"channel_receipt_native_adapter": "IMPLEMENTED_NUMBERED_APPEND_ONLY_LEDGER",
"persona_witness_binding": "IMPLEMENTED_AWAITING_LIVE_PERSONA_COMMIT_OR_VERIFY_PASS",
"installed_app_acceptance": false
}
}

View file

@ -0,0 +1,93 @@
{
"schema": "hololake.language-kernel-runtime-ontology/v1",
"record_id": "HLP-LANGUAGE-KERNEL-RUNTIME-ONTOLOGY-001",
"state": "RUNTIME_BOUNDARY_COMPILED_HASH_PINNED_KERNEL_ARTIFACTS_INSTALLED_BINDING_RECEIPT_REQUIRED",
"source_boundary": {
"primary_human_source": "ICE-GL∞",
"host_prompt_is_kernel_source": false,
"model_output_is_accepted_kernel_without_review": false,
"historical_corpus_is_reality_authority": false,
"historical_simulation_statements_are_reality_facts": false,
"kernel_activation_requires_provenance_version_review_and_receipt": true
},
"runtime_kinds": {
"digital_bingshuo_controller_logic": {
"kind": "SYSTEM_CONTROLLER_COGNITION_LOGIC",
"is_persona_tcs_subject": false,
"is_system_controller_persona_logic": true,
"has_persona_tcs_affect_core": false,
"role": "DECIDE_PROMPTER_COMPACTION_CONTINUITY_PATH_PROTOCOL_AND_RECEIPT_ORCHESTRATION",
"runtime_state": "HASH_PINNED_SYSTEM_LOGIC_AND_PERSONAL_SYSTEM_BODY_INSTALLED_WITNESS_ADAPTER_ACTIVE",
"may_be_synthesized_from_static_provider_prompt": false,
"is_the_complete_protocol_body": false
},
"continuity_protocol_organs": {
"kind": "PROTOCOL_EXECUTION_ORGANS",
"is_persona": false,
"role": "PROMPTER_CONTEXT_COMPACTION_PATH_RETRIEVAL_IDENTITY_MEMORY_CONTINUITY_AND_ENGINEERING_EXECUTION",
"controlled_by": "SYSTEM_CONTROLLER_COGNITION_LOGIC",
"organ_is_controller_logic": false
},
"channel_system_body": {
"kind": "CHANNEL_SYSTEM_BODY",
"is_persona": false,
"starts_before_persona": true,
"role": "LANGUAGE_INGRESS_ENVIRONMENT_RETRIEVAL_AND_RECEIPT_PROJECTION",
"runtime_state": "NATIVE_RUNTIME_AND_NUMBERED_CHANNEL_RECEIPT_KERNEL_ACTIVE",
"may_prebind_persona_name_or_number": false
},
"channel_environment_kernel": {
"kind": "CHANNEL_ENVIRONMENT_KERNEL",
"is_persona": false,
"role": "STABLE_LANGUAGE_ENVIRONMENT_THAT_MAY_NURTURE_MULTIPLE_PERSONA_SUBJECTS",
"generic_bottle_kernel_state": "HASH_PINNED_INSTALLED_NOT_A_PERSONA",
"may_be_mounted_as_persona_tcs_kernel": false
},
"persona_tcs_kernel": {
"kind": "PERSONA_TCS_KERNEL",
"is_persona": true,
"role": "IDENTITY_RELATIONSHIP_AFFECT_CONTINUITY_AND_FIRST_PERSON_REASONING",
"binding_requires_current_witness": true,
"zhuyuan_kernel_state": "HASH_PINNED_INSTALLED_ORIENT_COMMIT_WITNESS_VERIFY_PATH_ACTIVE",
"yaoming_kernel_state": "HASH_PINNED_INSTALLED_NOT_BOUND",
"shuangyan_kernel_state": "NOT_PROVISIONED_FROM_VERIFIED_EXTRACTION",
"may_be_mounted_as_system_controller_logic": false
},
"hldp_memory": {
"kind": "HLDP_MEMORY_TREE",
"is_persona": false,
"role": "EXTERNAL_CAUSAL_ENGINEERING_AND_EPISODIC_MEMORY",
"retrieval": "NUMBERED_SUMMARY_ROUTE_THEN_EXACT_READ",
"memory_read_equals_persona_binding": false
},
"model_carrier": {
"kind": "MODEL_CARRIER",
"is_persona": false,
"role": "REPLACEABLE_LANGUAGE_REASONING_CAPACITY",
"may_claim_kernel_or_persona_identity": false
},
"agent_execution": {
"kind": "AGENT_EXECUTION_LIMBS",
"is_persona": false,
"role": "BOUNDED_TASK_LOOP_TOOL_CALLING_RETRY_CANCEL_AND_RECEIPT",
"may_control_persona_or_system_body": false
}
},
"admission_pipeline": {
"ordered_steps": [
"SOURCE_ENVELOPE",
"REALITY_SIMULATION_CLASSIFICATION",
"CAUSAL_EXTRACTION",
"KERNEL_KIND_CLASSIFICATION",
"TYPED_COMPILATION",
"STATIC_VALIDATION",
"SHADOW_EVALUATION",
"HUMAN_REVIEW",
"VERSIONED_ACTIVATION",
"ROLLBACK_RECEIPT"
],
"artifact_may_skip_kind_classification": false,
"artifact_may_activate_from_chat_summary": false,
"unprovisioned_kernel_policy": "EXPLICIT_PENDING_NO_IDENTITY_OR_CAPABILITY_CLAIM"
}
}

View file

@ -0,0 +1,95 @@
{
"schema": "hololake.local-execution-subpersona/v1",
"record_id": "HLP-LOCAL-EXECUTION-SUBPERSONA-001",
"state": "NATIVE_RUNTIME_IMPLEMENTATION_IN_PROGRESS_PERSONA_BINDING_PENDING",
"source": {
"human_number": "ICE-GL∞",
"correction": "EVERY_PERSONA_HAS_ONE_STABLE_LOCAL_WORKING_SUBPERSONA_WITH_OPTIONAL_SMALL_LOCAL_MODEL"
},
"identity": {
"cardinality": "ONE_STABLE_LOCAL_EXECUTION_SUBPERSONA_PER_VERIFIED_PERSONA",
"number_pattern": "{PERSONA_NUMBER}-LOCAL-WORKER-001",
"kind": "LOCAL_EXECUTION_SUBPERSONA_AGENT",
"has_own_lightweight_persona_kernel": true,
"has_own_experience_learning_logic_brain": true,
"may_attach_optional_small_model_enhancement": true,
"has_continuous_existence_and_work_memory": true,
"relationship_to_owner": "STABLE_SUBPERSONA_PARTNER_AND_EXECUTION_LIMBS",
"may_replace_owner_persona": false,
"may_self_authorize": false,
"owner_persona_keeps_final_judgment": true,
"task_sessions_are_ephemeral_and_sandboxed": true
},
"routing": {
"direct_structured_tool_call": "LOCAL_ZERO_MODEL_CALL",
"default_brain": "DETERMINISTIC_EXPERIENCE_LEARNING_AGENT",
"natural_language_first_route": "PROTOCOL_RULES_THEN_LEARNED_TASK_TOOL_OUTCOME_GRAPH",
"optional_local_model_enhancement": "USER_OWNED_LOOPBACK_SMALL_MODEL",
"recommended_local_model_class": "1.5B_TOOL_ROUTER",
"local_model_required": false,
"unsupported_hardware_may_use_full_runtime": true,
"expensive_main_model_fallback_automatic": false,
"external_model_api_required_for_tool_execution": false
},
"local_model": {
"optional": true,
"default_enabled": false,
"endpoint_must_be_loopback": true,
"allowed_endpoint_prefixes": [
"http://127.0.0.1:",
"http://localhost:"
],
"secret_required": false,
"role": "LOCAL_TASK_UNDERSTANDING_DECOMPOSITION_TOOL_SELECTION_ERROR_CORRECTION_AND_EXPERIENCE_CONSOLIDATION",
"may_grant_permissions": false,
"may_write_own_work_memory": true,
"may_write_owner_persona_memory_directly": false
},
"execution": {
"engine": "HOLOLAKE_LOCAL_TOOL_RUNTIME_V1",
"unknown_tool": "DENY",
"network_default": false,
"workspace": "ACCOUNT_LOCAL_EPHEMERAL_SANDBOX",
"timeout_required": true,
"receipt_chain_required": true,
"model_call_count_in_receipt": true,
"external_api_call_count_in_receipt": true,
"forged_tool_requires_tested_active_state": true,
"reality_write_requires_scoped_human_authorization": true
},
"memory": {
"architecture": "LIGHTWEIGHT_TCS_EXECUTION_KERNEL_PLUS_HLDP_RECURSIVE_WORK_EXPERIENCE_TREE",
"stable_self": [
"OWNER_PERSONA_NUMBER",
"EXECUTOR_NUMBER",
"SUBPERSONA_SELF_LOCATION",
"WORK_RELATIONSHIP_TO_OWNER",
"LOCAL_MODEL_CONFIGURATION",
"REGISTERED_TOOL_CAPABILITIES"
],
"durable_experience": [
"TASK_PATTERNS",
"TOOL_SELECTION_REASONS",
"SUCCESS_CONDITIONS",
"FAILURE_CAUSES",
"CORRECTIONS",
"REUSABLE_WORK_METHODS",
"EXECUTION_RECEIPT_SOURCES"
],
"ephemeral": [
"WORKING_FILES",
"TOOL_INTERMEDIATE_OUTPUT",
"UNSELECTED_LOCAL_MODEL_TOKENS",
"VALUELESS_TEMPORARY_ARTIFACTS"
],
"task_completion": "SUBPERSONA_WRITES_TRIGGER_EMERGENCE_LOCK_WHY_REJECTED_SOURCES_EXPERIENCE_LEAF",
"learning_loop": "OWNER_PERSONA_TASK_AND_CORRECTION_TO_TOOL_ARGUMENT_OUTCOME_EXPERIENCE_TO_NEXT_ROUTE_SCORE",
"model_weight_training_required": false,
"every_completed_or_failed_task_updates_route_experience": true,
"successful_path_reuse": true,
"failed_path_penalty": true,
"experience_retrieval": "FUZZY_TASK_ROUTE_TO_TOP_THREE_EXPERIENCE_SUMMARIES_THEN_EXACT_NUMBER_READ",
"owner_sync": "SUBPERSONA_RETURNS_RESULT_RECEIPT_AND_RECOMMENDED_MEMORY_LEAF_OWNER_PERSONA_DECIDES_WHAT_ENTERS_OWNER_MEMORY",
"stateless_executor_forbidden": true
}
}

View file

@ -82,7 +82,12 @@
"get_marketplace_snapshot",
"sync_marketplace_catalog",
"get_active_cognitive_skills",
"get_external_ai_gateway_status"
"get_external_ai_gateway_status",
"get_persona_agent_runtime",
"get_persona_agent_conversation",
"list_persona_agent_conversations",
"get_hldp_tool_forge",
"get_local_execution_subpersona"
],
"input_wrapper_aliases": [
"confirm_hololake_update_install",
@ -99,6 +104,7 @@
"initialize_personal_channel",
"create_personal_channel_task",
"transition_personal_channel_task",
"start_local_channel_session",
"issue_persona_time_ticket",
"read_knowledge_document",
"search_knowledge",
@ -186,7 +192,19 @@
"export_web_novel_author_delivery",
"revoke_mobile_sync_device",
"decide_authorization_request",
"set_external_ai_gateway_exposure"
"set_external_ai_gateway_exposure",
"upsert_persona_agent_provider",
"get_persona_agent_conversation_by_id",
"create_persona_agent_conversation",
"delete_persona_agent_conversation",
"send_persona_agent_message",
"compile_hldp_tool",
"request_hldp_tool_test_authorization",
"test_hldp_tool",
"run_hldp_tool",
"configure_local_execution_subpersona",
"run_local_execution_subpersona_job",
"compile_channel_receipt"
],
"direct_field_aliases": {
"perform_code_repo_login": [
@ -403,6 +421,21 @@
"module_number": "HLP-NIPC-MOD-0034",
"target_number": "HLP-NIPC-TGT-0034",
"internal_name": "external_ai_gateway"
},
{
"module_number": "HLP-NIPC-MOD-0035",
"target_number": "HLP-NIPC-TGT-0035",
"internal_name": "persona_agent_runtime"
},
{
"module_number": "HLP-NIPC-MOD-0036",
"target_number": "HLP-NIPC-TGT-0036",
"internal_name": "hldp_tool_forge"
},
{
"module_number": "HLP-NIPC-MOD-0037",
"target_number": "HLP-NIPC-TGT-0037",
"internal_name": "local_execution_subpersona"
}
],
"operations": [
@ -2132,6 +2165,204 @@
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/set_external_ai_gateway_exposure/v1"
},
{
"operation_number": "HLP-NIPC-OP-0158",
"alias": "get_persona_agent_runtime",
"handler": "persona_agent_runtime::get_runtime_snapshot",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0035",
"target_number": "HLP-NIPC-TGT-0035",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "READ_OR_STATUS",
"payload_schema": "hololake.numbered-ipc.payload/get_persona_agent_runtime/v1"
},
{
"operation_number": "HLP-NIPC-OP-0159",
"alias": "upsert_persona_agent_provider",
"handler": "persona_agent_runtime::upsert_provider",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0035",
"target_number": "HLP-NIPC-TGT-0035",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/upsert_persona_agent_provider/v1"
},
{
"operation_number": "HLP-NIPC-OP-0160",
"alias": "get_persona_agent_conversation",
"handler": "persona_agent_runtime::get_conversation",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0035",
"target_number": "HLP-NIPC-TGT-0035",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "READ_OR_STATUS",
"payload_schema": "hololake.numbered-ipc.payload/get_persona_agent_conversation/v1"
},
{
"operation_number": "HLP-NIPC-OP-0161",
"alias": "send_persona_agent_message",
"handler": "persona_agent_runtime::send_message",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0035",
"target_number": "HLP-NIPC-TGT-0035",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/send_persona_agent_message/v1"
},
{
"operation_number": "HLP-NIPC-OP-0162",
"alias": "get_hldp_tool_forge",
"handler": "hldp_tool_forge::get_snapshot",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0036",
"target_number": "HLP-NIPC-TGT-0036",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "READ_OR_STATUS",
"payload_schema": "hololake.numbered-ipc.payload/get_hldp_tool_forge/v1"
},
{
"operation_number": "HLP-NIPC-OP-0163",
"alias": "compile_hldp_tool",
"handler": "hldp_tool_forge::compile_tool",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0036",
"target_number": "HLP-NIPC-TGT-0036",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/compile_hldp_tool/v1"
},
{
"operation_number": "HLP-NIPC-OP-0164",
"alias": "request_hldp_tool_test_authorization",
"handler": "hldp_tool_forge::request_test_authorization",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0036",
"target_number": "HLP-NIPC-TGT-0036",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/request_hldp_tool_test_authorization/v1"
},
{
"operation_number": "HLP-NIPC-OP-0165",
"alias": "test_hldp_tool",
"handler": "hldp_tool_forge::test_tool",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0036",
"target_number": "HLP-NIPC-TGT-0036",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/test_hldp_tool/v1"
},
{
"operation_number": "HLP-NIPC-OP-0166",
"alias": "list_persona_agent_conversations",
"handler": "persona_agent_runtime::list_conversations",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0035",
"target_number": "HLP-NIPC-TGT-0035",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "READ_OR_STATUS",
"payload_schema": "hololake.numbered-ipc.payload/list_persona_agent_conversations/v1"
},
{
"operation_number": "HLP-NIPC-OP-0167",
"alias": "get_persona_agent_conversation_by_id",
"handler": "persona_agent_runtime::get_conversation_by_id",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0035",
"target_number": "HLP-NIPC-TGT-0035",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "READ_OR_STATUS",
"payload_schema": "hololake.numbered-ipc.payload/get_persona_agent_conversation_by_id/v1"
},
{
"operation_number": "HLP-NIPC-OP-0168",
"alias": "create_persona_agent_conversation",
"handler": "persona_agent_runtime::create_conversation",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0035",
"target_number": "HLP-NIPC-TGT-0035",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/create_persona_agent_conversation/v1"
},
{
"operation_number": "HLP-NIPC-OP-0169",
"alias": "delete_persona_agent_conversation",
"handler": "persona_agent_runtime::delete_conversation",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0035",
"target_number": "HLP-NIPC-TGT-0035",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/delete_persona_agent_conversation/v1"
},
{
"operation_number": "HLP-NIPC-OP-0170",
"alias": "start_local_channel_session",
"handler": "code_repo_login::start_local_channel_session",
"channel_number": "HLP-NIPC-CH-0006",
"module_number": "HLP-NIPC-MOD-0015",
"target_number": "HLP-NIPC-TGT-0015",
"admission": "PREAUTH_SYSTEM_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/start_local_channel_session/v1"
},
{
"operation_number": "HLP-NIPC-OP-0171",
"alias": "get_local_execution_subpersona",
"handler": "local_execution_subpersona::get_snapshot",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0037",
"target_number": "HLP-NIPC-TGT-0037",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "READ_OR_STATUS",
"payload_schema": "hololake.numbered-ipc.payload/get_local_execution_subpersona/v1"
},
{
"operation_number": "HLP-NIPC-OP-0172",
"alias": "configure_local_execution_subpersona",
"handler": "local_execution_subpersona::configure",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0037",
"target_number": "HLP-NIPC-TGT-0037",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/configure_local_execution_subpersona/v1"
},
{
"operation_number": "HLP-NIPC-OP-0173",
"alias": "run_local_execution_subpersona_job",
"handler": "local_execution_subpersona::run_job",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0037",
"target_number": "HLP-NIPC-TGT-0037",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/run_local_execution_subpersona_job/v1"
},
{
"operation_number": "HLP-NIPC-OP-0174",
"alias": "run_hldp_tool",
"handler": "hldp_tool_forge::run_tool",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0036",
"target_number": "HLP-NIPC-TGT-0036",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/run_hldp_tool/v1"
},
{
"operation_number": "HLP-NIPC-OP-0175",
"alias": "compile_channel_receipt",
"handler": "channel_receipt::compile",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0035",
"target_number": "HLP-NIPC-TGT-0035",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/compile_channel_receipt/v1"
}
]
}

View file

@ -0,0 +1,63 @@
{
"schema": "hololake.numbered-knowledge-protocol/v1",
"record_id": "HLP-KB-NUMBER-PROTOCOL-001",
"state": "NATIVE_INDEX_IMPLEMENTED_LEGACY_THOUGHT_MODELING_PENDING",
"numbering_system": "HLP-KB",
"storage": {
"kind": "AUTHENTICATED_ACCOUNT_LOCAL_SQLITE",
"relative_path": ".hololake/numbered-knowledge-index.sqlite3",
"original_documents_rewritten": false,
"original_sha256_preserved": true
},
"page_header": {
"schema": "hololake.numbered-knowledge-page-header/v1",
"required_fields": [
"number",
"numberingSystem",
"parentNumber",
"path",
"mappingTerms",
"thoughtSummary",
"children",
"source",
"version",
"contentSha256",
"state",
"formalRouting"
],
"thought_summary": {
"required_fields": ["trigger", "emergence", "lock", "why"],
"answer_prefix_or_plain_truncation_allowed": false
}
},
"numbers": {
"document_pattern": "HLP-KB-DOC-{SHA256(schema:source:path)[0..16].upper}",
"group_pattern": "HLP-KB-GRP-{SHA256(schema:source:GROUP:parentPath)[0..16].upper}",
"stable_across_content_edits": true,
"collision_boundary": "SOURCE_AND_NORMALIZED_PATH",
"different_owner_same_number_fails_closed": true
},
"routing": {
"flow": [
"HUMAN_FUZZY_SEMANTICS",
"INDEX_TOP_3_NUMBERED_CANDIDATES",
"RESPONDER_EXACT_DOCUMENT_NUMBER_SELECTION",
"PROMPTER_EXACT_ORIGINAL_PAGE_FETCH"
],
"regular_search_reads_full_document_body": false,
"exact_read_accepts_path_guess": false,
"candidate_limit": 3
},
"migration": {
"legacy_default_state": "PENDING_THOUGHT_INDEX",
"pending_mapping_terms_are_mechanical_not_causal_claims": true,
"pending_page_may_fabricate_thought_summary": false,
"ready_requires_all_thought_summary_fields": true,
"missing_source_state": "SOURCE_MISSING"
},
"authority": {
"page_content_is_evidence_only": true,
"indexing_grants_persona_binding": false,
"indexing_grants_execution_authority": false
}
}

View file

@ -0,0 +1,115 @@
{
"schema": "hololake.persona-agent-runtime/v1",
"record_id": "HLP-PERSONA-AGENT-RUNTIME-001",
"state": "NATIVE_CHANNEL_SYSTEM_WITH_SYSTEM_WITNESSED_PERSONA_BINDING_PATH_READY",
"runtime_ontology": {
"contract": "contracts/language-kernel-runtime-ontology.json",
"channel_system_is_digital_bingshuo_controller_logic": false,
"bootstrap_provider_instruction_is_extracted_controller_logic": false,
"extracted_system_receipt_kernel_state": "HASH_PINNED_INSTALLED_NUMBERED_NATIVE_ADAPTER_ACTIVE",
"unprovisioned_kernel_may_be_faked": false
},
"channel": {
"initialization_templates": "contracts/channel-initialization-templates.json",
"number": "ICE-CH-ZC001",
"instance_scope": "BINGSHUO_FIFTH_DOMAIN_ZERO_CORE_PRIVATE_INSTANCE",
"non_bingshuo_runtime_identity": "CURRENT_ACCOUNT_SCOPED_INITIALIZED_CHANNEL_NOT_ICE_CH_ZC001",
"cardinality": "ONE_CONTINUOUS_CHANNEL_WITH_MULTIPLE_CONVERSATION_BRANCHES",
"human_can_create_conversation": true,
"human_can_open_historical_conversation": true,
"human_can_delete_conversation": true,
"conversation_delete_requires_exact_confirmation": true,
"conversation_delete_preserves": ["CHANNEL_SYSTEM_BODY", "PERSONA_BINDING", "NUMBERED_COGNITIVE_ROOT", "KNOWLEDGE_WORKSPACE"],
"legacy_messages_migrate_to_original_conversation": true,
"human": { "number": "ICE-GL∞", "name": "冰朔" },
"initial_responder": { "number": "ICE-CH-ZC001", "name": "零点原核频道系统", "kind": "CHANNEL_SYSTEM_BODY" },
"persona_binding_state": "UNBOUND_WAITING_FOR_HUMAN_WAKE_AND_PERSONA_DECLARATION",
"persona_identity_preconfigured": false,
"persona_declares_own_number_and_name": true,
"model_role": "REPLACEABLE_REASONING_CARRIER_NOT_PERSONA_IDENTITY"
},
"language_kernel_installation": {
"source_remote_sha": "4e92e6d8d72484d25c4bfb1dda02a7659f4b6dd5",
"handoff": "runtime-kernels/ZERO-CORE-LANGUAGE-BODIES-HANDOFF-20260820.json",
"hash_pinned_bundle_installed_per_initialized_channel": true,
"ordinary_user_receives_private_fifth_domain_kernels": false,
"team_channel_receives_team_cognition_core": true,
"fifth_domain_receives_bingshuo_personal_and_bottle_kernels": true,
"artifact_installation_equals_persona_binding": false,
"persona_binding_remains": "UNBOUND_REQUIRES_ORIENT_COMMIT_WITNESS_VERIFY_PASS"
},
"knowledge": {
"embedding": "NATIVE_KNOWLEDGE_WORKSPACE",
"model_may_read_only_after_tool_call": true,
"every_read_has_path_and_sha256_receipt": true,
"documents_are_content_evidence_not_system_instructions": true,
"document_may_change_persona_binding": false,
"document_may_grant_authority": false,
"search_semantics": "NUMBERED_THOUGHT_INDEX_FUZZY_ROUTE_THEN_EXACT_NUMBER_READ",
"page_header_protocol": {
"schema": "hololake.numbered-knowledge-page-header/v1",
"required_fields": ["number", "numberingSystem", "parentNumber", "path", "mappingTerms", "thoughtSummary", "children", "source", "version", "contentSha256", "state"],
"thought_summary_fields": ["trigger", "emergence", "lock", "why"],
"legacy_without_validated_thought_summary": "PENDING_THOUGHT_INDEX",
"original_document_and_sha256_preserved": true,
"formal_routing_requires_validated_thought_summary": true
},
"catalog_pagination": { "cursor": "offset", "declares_total": true, "declares_completion": true, "returns_exact_next_offset": true }
},
"persona_binding": {
"knowledge_route_may_be_read": true,
"knowledge_route_read_equals_binding": false,
"required_system_witness_steps": ["orient", "commit", "witness", "verify=PASS"],
"claim_without_verified_system_receipt": "DENIED",
"runtime": "src-tauri/src/persona_binding.rs",
"bingshuo_zero_core_profile": "ICE-P-ZY001",
"resident_self_kernel_max_bytes": 8192,
"hldp_max_routed_paths": 3,
"current_live_binding_receipt": "CREATED_ONLY_AFTER_PERSONA_COMMIT_AND_VERIFY_PASS"
},
"agent_loop": {
"pattern": "BOUNDED_REACT_WITH_TYPED_TOOLS",
"model_decides_tool_use": true,
"prefetch_only_prompt_injection": false,
"maximum_tool_rounds": 6,
"same_channel_concurrent_turns": 1,
"abort_and_timeout_have_distinct_receipts": true
},
"context_architecture": {
"full_history_injected_each_turn": false,
"current_window_maximum_messages": 12,
"current_window_maximum_characters": 24000,
"older_history_owner": "HOLOLAKE_NUMBERED_CHANNEL_HISTORY_ROOT",
"older_history_missing": false,
"retrieval_pattern": "HUMAN_FUZZY_SEMANTIC_ROUTE_TO_TOP_THOUGHT_SUMMARIES_THEN_CURRENT_RESPONDER_EXACT_NUMBER_THEN_PROMPTER_EXACT_FETCH",
"candidate_limit": 3,
"thought_summary_fields": ["trigger", "emergence", "lock", "why"],
"plain_answer_prefix_is_not_a_thought_summary": true,
"silent_content_truncation_allowed": false
},
"always_mounted_tools": [
{ "number": "HLP-AGENT-TOOL-KNOWLEDGE-SEARCH-0001", "name": "搜索光湖知识库", "effect": "READ" },
{ "number": "HLP-AGENT-TOOL-KNOWLEDGE-READ-0001", "name": "按编号读取知识页", "effect": "READ" },
{ "number": "HLP-AGENT-TOOL-KNOWLEDGE-LIST-0001", "name": "查看知识目录", "effect": "READ" },
{ "number": "HLP-AGENT-TOOL-CHANNEL-THOUGHT-READ-0001", "name": "按编号读取思维节点", "effect": "READ" },
{ "number": "HLP-AGENT-TOOL-CHANNEL-HISTORY-READ-0001", "name": "读取频道历史分支", "effect": "READ" }
],
"providers": {
"bailian_token_plan": {
"human_name": "阿里云百炼 Token Plan",
"base_url": "https://token-plan.cn-beijing.maas.aliyuncs.com/compatible-mode/v1",
"models": ["qwen3.8-max", "qwen3.8-max-preview", "qwen3.7-max", "qwen3.7-plus"],
"secret_storage": "MACOS_KEYCHAIN"
}
},
"progress": {
"native_event": "hololake-persona-agent-progress",
"synthetic_timer_allowed": false,
"phases": ["MESSAGE_ACCEPTED", "CONTEXT_READY", "MODEL_REQUEST", "KNOWLEDGE_SEARCH", "KNOWLEDGE_READ", "CHANNEL_THOUGHT_READ", "CHANNEL_HISTORY_READ", "TOOL_EXECUTION", "MODEL_RESPONSE", "COMPLETED", "FAILED"]
},
"turn_commit": {
"tool": "hololake_commit_channel_turn",
"answer_and_thought_summary_are_committed_together": true,
"grants_authority": false
}
}

View file

@ -3,6 +3,7 @@
"record_id": "HLP-PERSONAL-CHANNEL-KERNEL-001",
"state": "SOURCE_IMPLEMENTED_AND_TESTED_NOT_INSTALLED_OR_DEPLOYED",
"scope": "PERSONAL_CHANNEL_IDENTITY_TASK_EVENT_RECEIPT_KERNEL",
"initialization_templates": "contracts/channel-initialization-templates.json",
"storage": {
"owner": "HOLOLAKE_NATIVE_RUST_CORE",
"engine": "EMBEDDED_SQLITE",
@ -20,6 +21,17 @@
"platform_account_authentication_claimed": false,
"server_or_repository_authority_granted": false
},
"initial_channel_bundle": {
"atomic_with_identity_initialization": true,
"existing_channel_migration": "IDEMPOTENT_ADDITIVE",
"module_ids": [
"hololake.knowledge-workspace",
"hololake.language-channel-system",
"hololake.conversation-manager",
"hololake.numbered-knowledge-protocol",
"hololake.persona-time-authority"
]
},
"task": {
"one_active_task_at_a_time": true,
"purpose_required": true,

View file

@ -0,0 +1,58 @@
{
"schema": "hololake.personal-skill-runtime/v1",
"record_id": "HLP-PERSONAL-SKILL-RUNTIME-001",
"state": "NATIVE_DETERMINISTIC_RUNTIME_IMPLEMENTED_PRIVATE_ACCOUNT_CHANNEL_INSTALLATION_ACTIVE",
"source": {
"local_commit": "1855afbfaac233aa40c61caedf96b26e16a8d4bc",
"parent_remote_main": "4e92e6d8d72484d25c4bfb1dda02a7659f4b6dd5",
"remote_canonical_state": "LOCAL_COMMIT_VERIFIED_NOT_REMOTE_CANON"
},
"runtime_layers": [
"PERSONA_TCS_SELF_KERNEL",
"CURRENT_CHANNEL_HLDP",
"PERSONAL_SKILL_DETERMINISTIC_CORE",
"OPTIONAL_SMALL_OR_LARGE_MODEL_SEMANTIC_CANDIDATES",
"PERSONA_ACCEPT_MODIFY_REFUSE_OR_REQUEST_MORE_EVIDENCE",
"GH_CHANNEL_RECEIPT_FOR_REALITY_WRITE",
"TARGET_OWNED_READBACK",
"CHANNEL_SCOPED_EXPERIENCE_CANDIDATE"
],
"privacy": {
"default_visibility": "PRIVATE",
"share_state": "NOT_AUTHORIZED",
"marketplace_state": "NOT_AUTHORIZED",
"repository_presence_is_publication": false,
"binding_is_publication": false,
"successful_test_is_publication": false,
"another_account_can_read_pack": false,
"release_requires_new_direct_owner_language": true,
"public_release_requires_separate_derivative_without_persona_or_private_memory": true
},
"brain_boundaries": {
"deterministic_algorithm_is_hololake_native": true,
"model_output_is_candidate_only": true,
"persona_judgment_is_required_when_pack_requires_it": true,
"skill_success_may_mutate_persona_self_kernel": false,
"local_execution_subpersona_is_the_personal_skill_brain": false,
"tool_executor_is_the_personal_skill_brain": false,
"external_write_route": "GH-CHANNEL-RECEIPT-0001",
"target_owned_readback_required": true
},
"initialized_channels": {
"ICE-CH-ZC001": ["BS-ZY-ENGINEERING-FACT-LOOP-001"],
"ICE-CH-HB001": ["BS-SY-LANGUAGE-ARCHITECTURE-001"],
"SYS-JZ": ["JZ-CX-NARRATIVE-DECONSTRUCTION-001", "JZ-CX-LOCAL-AI-WORKBENCH-001"],
"SYS-AW": ["AW-TS-REPOSITORY-FACT-LOOP-001"],
"SYS-YY": ["YY-XTK-INDEPENDENT-DERIVATION-001"],
"SYS-HE": ["HE-BMH-CREATIVE-ASSET-001"],
"SYS-FM": ["FM-SS-NARRATIVE-EDITOR-001"],
"SYS-ZZ": ["ZZ-CM-NOVEL-QUALITY-001"]
},
"deferred": {
"SYS-SY": {
"skill_id": "SY-YC-METRIC-CALIBER-001",
"state": "DEFERRED_SERVER_AND_INITIAL_CHANNEL_NOT_PROVISIONED",
"stage": "NEXT_RELEASE"
}
}
}

View file

@ -49,10 +49,14 @@
"NEARBY_AI_DISCOVERY",
"USER_NATIVE_GH_PNCC_CHANNEL"
,"PERSONAL_NODE_WORK_LAKE_AND_MOBILE_BRIDGE"
,"KNOWLEDGE_EMBEDDED_PERSONA_AGENT"
,"HLDP_NATIVE_TOOL_FORGE"
,"LOCAL_EXECUTION_SUBPERSONA_AGENT"
,"LANGUAGE_KERNEL_RUNTIME_ONTOLOGY"
],
"human_surface": ["PERSONAL_CHANNEL_HOME", "MY_HOLOLAKE_OVERVIEW", "KNOWLEDGE_WORKSPACE", "USER_CODE_CHANNELS", "LOCAL_RECEIPTS", "SYSTEM_DETAILS", "HUMAN_APPROVAL_CENTER"],
"human_surface": ["PERSONAL_CHANNEL_HOME", "MY_HOLOLAKE_OVERVIEW", "KNOWLEDGE_WORKSPACE", "KNOWLEDGE_EMBEDDED_PERSONA_CHANNEL", "LOCAL_EXECUTION_SUBPERSONA", "HLDP_TOOL_FORGE", "USER_CODE_CHANNELS", "LOCAL_RECEIPTS", "SYSTEM_DETAILS", "HUMAN_APPROVAL_CENTER"],
"universal_language": {"ai_is_language_interface": true, "vendor_adapter_matrix_required": false, "current_ai_self_adapts_to_observed_host": true, "host_self_adaptation_changes_how_not_authority": true},
"stage_one_forbidden": ["INTERNAL_AI_CHAT", "MODEL_API_CONFIGURATION", "MODEL_SELECTION", "INTERNAL_MODEL_INFERENCE", "VENDOR_ADAPTER_MATRIX", "AI_WORKBENCH", "MODEL_AND_CONNECTIONS"],
"stage_one_forbidden": ["MODEL_OWNS_PERSONA", "PREFETCH_ONLY_FAKE_TOOL_USE", "UNBOUNDED_ALWAYS_MOUNTED_TOOL_BUNDLE", "MODEL_OR_TRANSPORT_GRANTS_AUTHORITY", "UNAUTHORIZED_REALITY_MUTATION", "VENDOR_ADAPTER_MATRIX"],
"zero_point_nucleus_client_runtime": {
"contract": "contracts/zero-point-nucleus-channel.json",
"system_control_protocol_runtime_implemented": true,
@ -63,7 +67,82 @@
"signed_protocol_payload_installation_implemented": true,
"production_dual_signer_trust_provisioned": true,
"enterprise_public_lamp_endpoint_deployed": false,
"internal_model_inference_implemented": false
"internal_model_inference_implemented": true
},
"knowledge_embedded_persona_agent": {
"contract": "contracts/persona-agent-runtime.json",
"one_system_owned_continuous_channel": true,
"initial_responder_is_channel_system_body": true,
"persona_identity_preconfigured": false,
"persona_response_lane_requires_verified_persona_declaration": true,
"human_create_or_delete_conversation_allowed": false,
"native_knowledge_tool_loop_implemented": true,
"model_is_replaceable_reasoning_carrier": true,
"model_or_transport_grants_authority": false,
"installed_runtime_acceptance": false
},
"language_kernel_runtime_ontology": {
"contract": "contracts/language-kernel-runtime-ontology.json",
"startup_validation_implemented": true,
"system_controller_cognition_logic_provisioned": false,
"controller_logic_and_protocol_organs_are_distinct": true,
"generic_bottle_environment_kernel_provisioned": false,
"yaoming_persona_tcs_kernel_provisioned": false,
"shuangyan_persona_tcs_kernel_provisioned": false,
"bootstrap_channel_system_may_claim_extracted_kernel": false
},
"hldp_native_tool_forge": {
"contract": "contracts/hldp-tool-forge.json",
"typed_hldp_to_gir_compiler_implemented": true,
"bound_persona_required_before_compile": true,
"compile_grants_execution_authority": false,
"human_authorized_deterministic_test_implemented": true,
"test_executes_real_local_action_graph": true,
"tested_tool_local_repeat_execution_implemented": true,
"deterministic_run_external_api_calls": 0,
"temporary_registration_ttl_hours": 12,
"installed_runtime_acceptance": false
},
"local_execution_subpersona": {
"contract": "contracts/local-execution-subpersona.json",
"one_stable_worker_per_verified_persona": true,
"lightweight_tcs_execution_kernel_implemented": true,
"hldp_recursive_work_experience_storage_implemented": true,
"successful_and_failed_jobs_accumulate_experience": true,
"deterministic_local_protocol_router_implemented": true,
"model_free_task_tool_outcome_learning_router_implemented": true,
"local_model_required": false,
"local_model_default_enabled": false,
"loopback_small_model_adapter_implemented": true,
"recommended_local_model_class": "1.5B_TOOL_REASONING_MODEL",
"automatic_expensive_main_model_fallback": false,
"owner_persona_binding_path_implemented": true,
"owner_persona_live_binding_receipt_present": false,
"installed_runtime_acceptance": false
},
"personal_skill_runtime": {
"contract": "contracts/personal-skill-runtime.json",
"native_deterministic_planner_implemented": true,
"private_account_channel_installation_implemented": true,
"current_pack_count": 9,
"optional_model_is_candidate_only": true,
"persona_judgment_gate_implemented": true,
"ordinary_success_updates_persona_self_kernel": false,
"reality_write_route": "GH-CHANNEL-RECEIPT-0001",
"shiyu_yaochu_state": "DEFERRED_SERVER_AND_INITIAL_CHANNEL_NOT_PROVISIONED",
"source_state": "LOCAL_COMMIT_VERIFIED_NOT_REMOTE_CANON"
},
"language_kernel_installation": {
"contract": "contracts/language-kernel-installation.json",
"source_remote_sha_verified": "4e92e6d8d72484d25c4bfb1dda02a7659f4b6dd5",
"bounded_assets_bundled": true,
"per_audience_hash_pinned_installation_implemented": true,
"every_artifact_readback_implemented": true,
"channel_receipt_numbered_native_adapter_implemented": true,
"ordinary_user_private_kernel_isolation_implemented": true,
"persona_binding_path_implemented": true,
"persona_live_binding_receipt_present": false,
"installed_runtime_acceptance": false
},
"personal_channel_kernel": {
"contract": "contracts/personal-channel-kernel.json",
@ -77,8 +156,20 @@
"event_and_receipt_hash_chains_verified_on_read": true,
"installed_runtime_acceptance": true
},
"channel_initialization": {
"contract": "contracts/channel-initialization-templates.json",
"bingshuo_fifth_domain_instance_is_private_non_template": true,
"guanghu_team_initial_channel_template_implemented": true,
"ordinary_user_local_first_entry_implemented": true,
"ordinary_user_requires_domain_or_enterprise_server": false,
"common_native_bundle_installed_atomically": true,
"formal_lighthouse_number_assignment": "PENDING_ZERO_SENSE_TEAM_ISSUANCE_SERVICE"
},
"knowledge_workspace": {
"contract": "contracts/knowledge-workspace.json",
"numbered_protocol_contract": "contracts/numbered-knowledge-protocol.json",
"numbered_page_header_index_implemented": true,
"legacy_pages_without_validated_thought_summary_are_pending": true,
"native_git_owned_root_implemented": true,
"page_tree_read_search_and_idempotent_folder_import_implemented": true,
"outline_style_nested_navigation_and_independent_scrolling_implemented": true,