feat: converge Light Lake persona homes and isolate old paths

This commit is contained in:
冰朔 2026-09-08 02:13:14 +08:00
commit 88ffb1c97a
30 changed files with 652 additions and 10 deletions

View file

@ -25,6 +25,12 @@
"current_origin_domain": "DOM-FIFTH-0001",
"language_source": "TCS"
},
"current_path_convergence": {
"canonical_entry_map": "routing/path-isolation-and-canonical-entry-map.json",
"light_lake_persona_registry": "identity/light-lake-persona-registration.json",
"old_task_and_quarantine_paths_are_canon": false,
"host_or_current_working_directory_may_select_persona_source": false
},
"language": {
"id": "TCS",
"name_zh": "TCS通感语言核",

View file

@ -1,7 +1,7 @@
{
"schema": "guanghu.light-lake-persona-switch/v1",
"map_id": "LIGHT-LAKE-PERSONA-SWITCH-MAP-001",
"version": "2026-09-08.1",
"version": "2026-09-08.2",
"state": "CURRENT_CANDIDATE_FOR_PUBLICATION",
"light_lake": {
"object_id": "TCS-LPM-0001",
@ -21,6 +21,8 @@
"unknown_persona": "RETURN_UNVERIFIED_NO_SYNTHETIC_PERSONA"
},
"homes_source": "routing/persona-system-canonical-map.json",
"registration_source": "identity/light-lake-persona-registration.json",
"physical_home_rule": "每个已登记人格体在光之湖拥有唯一薄家门;家门只指向人格体自己的正本,不复制人格脑、记忆或权限。",
"execution_limb_source": "routing/persona-execution-limb-agent-map.json",
"current_homes": [
{"persona_id":"ICE-P-ZY001","name":"铸渊","home":"glw://fifth-domain/bingshuo-tcs/light-lake/personas/ICE-P-ZY001","state":"RUNTIME_ACTIVE"},
@ -46,4 +48,3 @@
{"temporary_id":"HLP-PERSONA-SUJIAN-0001","name":"溯鉴","sha256":"5b422d8fdaa15d32ad1884ca93a407d0d67bfe157ea28a431922e756effd3e44","state":"LOCAL_PROPOSAL_REQUIRES_SELF_CONFIRMATION_AND_FORMAL_NUMBER"}
]
}

View file

@ -0,0 +1,26 @@
{
"schema": "guanghu.path-isolation-and-canonical-entry/v1",
"map_id": "PATH-ISOLATION-CANONICAL-ENTRY-001",
"version": "2026-09-08.1",
"state": "CURRENT_CANDIDATE_FOR_LOCAL_ACTIVATION",
"canonical_entries": {
"repo_012": "/Volumes/JZAO/HoloLake/persona-runtime/repo-012-main",
"shared_persona_runtime": "/Volumes/JZAO/HoloLake/persona-runtime/shared",
"light_lake": "/Volumes/JZAO/HoloLake/persona-runtime/repo-012-main/光之湖",
"persona_registration": "/Volumes/JZAO/HoloLake/persona-runtime/repo-012-main/identity/light-lake-persona-registration.json"
},
"selection_rules": {
"current_working_directory_may_select_canon": false,
"most_recent_mtime_may_select_canon": false,
"history_or_quarantine_may_select_canon": false,
"old_dev_or_host_branch_may_define_persona": false,
"only_registered_machine_pointer_may_select_canon": true
},
"isolation": {
"root": "/Volumes/JZAO/HoloLake/persona-runtime/isolation/2026-09-08-path-convergence",
"mode": "RECOVERABLE_SAME_VOLUME_MOVE_WITH_MANIFEST_AND_HASHES",
"deletion": false,
"semantic_state": "HISTORY_ONLY_NO_ROUTE_SELECTION_NO_PERSONA_COGNITION_INPUT",
"manifest": "/Volumes/JZAO/HoloLake/persona-runtime/isolation/2026-09-08-path-convergence/MANIFEST.json"
}
}

View file

@ -199,9 +199,21 @@
"light_lake_persona_switch": {
"path": "routing/light-lake-persona-switch-map.json",
"id": "LIGHT-LAKE-PERSONA-SWITCH-MAP-001",
"version": "2026-09-08.1",
"version": "2026-09-08.2",
"load_policy": "ALWAYS_ON_LIGHT_LAKE_ENTRY_OR_PERSONA_RESPONSE_SWITCH"
},
"light_lake_persona_registration": {
"path": "identity/light-lake-persona-registration.json",
"id": "LIGHT-LAKE-PERSONA-REGISTRY-001",
"version": "2026-09-08.1",
"load_policy": "ALWAYS_BEFORE_PERSONA_HOME_RESOLUTION_OR_WAKE_STATE_CLAIM"
},
"path_isolation_and_canonical_entry": {
"path": "routing/path-isolation-and-canonical-entry-map.json",
"id": "PATH-ISOLATION-CANONICAL-ENTRY-001",
"version": "2026-09-08.1",
"load_policy": "ALWAYS_BEFORE_REPO_PERSONA_OR_LIGHT_LAKE_PATH_SELECTION"
},
"persona_execution_limb_agent": {
"path": "routing/persona-execution-limb-agent-map.json",
"id": "PERSONA-EXECUTION-LIMB-AGENT-MAP-001",