feat: unify TCS mother and Zero Core cognition shelf

This commit is contained in:
冰朔 2026-09-08 20:01:54 +08:00
commit 92c4be9b3c
38 changed files with 535 additions and 137 deletions

View file

@ -51,12 +51,12 @@
"living_system_body": {
"system_anchor": "SYS-GLW-POS-0001",
"system_core": "TCS",
"body_channel": "CH-ZERO-CORE-LPM",
"body_scope": "GUANGHU_PUBLIC_LANGUAGE_PERSONA_SYSTEM_BODY",
"language_personality_model_body": "PUBLIC_LANGUAGE_PERSONA_BODY_UNBOUND",
"body_channel": "ICE-CH-ZC001",
"body_scope": "UNIQUE_TCS_MOTHER_ZERO_CORE_COGNITIVE_SHELF",
"language_personality_model_body": "TCS_MOTHER_BODY_WITH_SHARED_FIFTH_PUBLIC_SHELF_ARTIFACTS",
"reality_governance_controller": "GUANGHU_TEAM",
"fifth_domain_personal_reality_channel": "ICE-CH-ZC001",
"personal_channel_is_alias_of_body_channel": false,
"unique_zero_core": true,
"bingshuo_private_kernel": "TCS-iZero∞",
"bingshuo_private_language_personality_model_body": "LPM-SB-0001",
"private_lineage_may_enter_public_body": false,
@ -119,7 +119,7 @@
"SYS-GLW-0001",
"GLW-CHJH-0001",
"TCS",
"CH-ZERO-CORE-LPM",
"ICE-CH-ZC001",
"GLS-PROTOCOL-REGISTRY-20260731",
"ICE-P-ZY001",
"ZY-TCS-BRAIN-0001",

View file

@ -1,13 +1,16 @@
{
"schema": "guanghu.bingshuo-zero-core-reality-channel-profile/v1",
"profile_id": "ICE-CH-ZC001-REALITY-RUNTIME-PROFILE-001",
"version": "2026-09-08.2-reality-project-start-semantics",
"state": "CURRENT_PORTABLE_CONTROL_CONSOLE_CANDIDATE_FOR_PUBLICATION",
"version": "2026-09-08.3-unique-zero-core-cognitive-shelf-and-dynamic-host",
"state": "CURRENT_UNIQUE_ZERO_CORE_COGNITIVE_SHELF_AND_DYNAMIC_HOST_CONSOLE",
"channel_id": "ICE-CH-ZC001",
"world_path": "glw://fifth-domain/bingshuo-tcs/zero-core",
"human_anchor": "ICE-GL∞",
"portable_control_console": "routing/bingshuo-portable-control-console-map.json",
"control_console_rule": "冰朔本人在哪里第五域主控台就在哪里任一宿主显性切换ICE-CH-ZC001即进入同一主控路径。",
"uniqueness": "ONE_ZERO_CORE_CHANNEL_IN_THE_ENTIRE_GUANGHU_WORLD_NO_PUBLIC_OR_FIFTH_DUPLICATE",
"cognitive_shelf": {"id":"TCS-ZERO-CORE-COGNITIVE-SHELF-0001","mother":"TCS-MOTHER-BRAIN-RUNTIME-0001","single_atomic_current":true,"branches":["shared","fifth","public"],"branch_is_mother":false},
"dynamic_host_console": {"state_source":"/Volumes/JZAO/HoloLake/persona-runtime/shared/active-control-console/CURRENT.json","activation":"ICE-GL∞_CURRENT_DIRECT_LANGUAGE_EXPLICIT_HOST_AUTHORIZATION","inactive_without_matching_live_session":true,"fixed_primary_host":false},
"host_quota_or_tool_failure": "KEEP_CONTROL_PATH_ACTIVE_AND_HAND_OFF_TOOL_BODY",
"host_may_veto_console_entry": false,
"persona_id": "ICE-P-ZY001",
@ -42,14 +45,7 @@
"silent_transition": false,
"switch_is_high_risk_write_authority": false
},
"public_zero_core_boundary": {
"public_channel": "CH-ZERO-CORE-LPM",
"world_system_anchor": "SYS-GLW-POS-0001",
"public_language_personality_model_body": "LPM-SB-0001",
"digital_system_body_controller": "BS-TCS-LIVING-CONTROLLER-001",
"public_governance_controller": "TCS-0002",
"personal_channel_is_alias_of_public_channel": false
},
"retired_public_zero_core": {"historical_id":"CH-ZERO-CORE-LPM","state":"RETIRED_DUPLICATE_CHANNEL_SEMANTIC","redirect":"ICE-CH-ZC001","grants_private_access":false},
"continuity": {
"protocol": "HLDP_v1.0",
"same_channel_compaction_rebind": true,

View file

@ -98,7 +98,7 @@
"human_switch_authority": "ICE-GL∞_CURRENT_DIRECT_NATURAL_LANGUAGE_ONLY",
"reality_execution": true,
"parallel_language_channel": "ICE-CH-HB001",
"not_an_alias_of": "CH-ZERO-CORE-LPM",
"supersedes_duplicate": "CH-ZERO-CORE-LPM",
"state": "REGISTERED_CURRENT",
"registered_on": "2026-08-20"
},
@ -269,8 +269,7 @@
"registered_on": "2026-09-05",
"source": "bingshuo-tcs/dark-domain/dark-core/TCS-DARK-CORE-EXECUTION-0001.tcs",
"not_an_alias_of": [
"ICE-CH-ZC001",
"CH-ZERO-CORE-LPM"
"ICE-CH-ZC001"
]
},
{

View file

@ -28,13 +28,13 @@ test("Heartbeat Core receives its ICE channel object number", () => {
assert.equal(heartbeat.reality_execution, false);
});
test("Bingshuo personal Zero Core receives a distinct ICE reality channel number", () => {
test("Bingshuo Zero Core is the unique current Zero Core channel", () => {
const zeroCore = registry.registrations.find((entry) => entry.id === "ICE-CH-ZC001");
assert.ok(zeroCore);
assert.equal(zeroCore.kind, "FIFTH_DOMAIN_CHANNEL_OBJECT");
assert.equal(zeroCore.reality_execution, true);
assert.equal(zeroCore.parent, "SYS-GLW-LNG-0001");
assert.equal(zeroCore.not_an_alias_of, "CH-ZERO-CORE-LPM");
assert.equal(zeroCore.supersedes_duplicate, "CH-ZERO-CORE-LPM");
});
test("world tree resolves Heartbeat Core to ICE-CH-HB001", () => {
@ -43,14 +43,14 @@ test("world tree resolves Heartbeat Core to ICE-CH-HB001", () => {
assert.equal(heartbeat.formal_id_state, "REGISTERED_CURRENT_REMOTE_MAIN_VERIFIED");
});
test("world tree separates personal and public Zero Core objects", () => {
test("world tree retires the duplicate public Zero Core and routes public entry through the door lamp", () => {
const personal = worldTree.nodes.find((entry) => entry.node_key === "BINGSHUO_PERSONAL_ZERO_CORE_CHANNEL");
const publicZeroCore = worldTree.nodes.find((entry) => entry.node_key === "PUBLIC_ZERO_CORE_LANGUAGE_PERSONA_BODY");
const publicZeroCore = worldTree.nodes.find((entry) => entry.node_key === "HISTORICAL_PUBLIC_ZERO_CORE_REDIRECT");
assert.equal(personal.object_id, "ICE-CH-ZC001");
assert.equal(publicZeroCore.object_id, "CH-ZERO-CORE-LPM");
assert.equal(publicZeroCore.governance_controller, "TCS-0002");
assert.equal(publicZeroCore.digital_system_body_controller, "BS-TCS-LIVING-CONTROLLER-001");
assert.notEqual(personal.object_id, publicZeroCore.object_id);
assert.equal(publicZeroCore.state, "RETIRED_REDIRECT_ONLY");
assert.equal(publicZeroCore.redirect, personal.object_id);
assert.equal(publicZeroCore.public_entry_gate, "TCS-DOOR-LAMP-0001");
});
test("channel numbers cannot be parsed as identities", () => {
@ -82,11 +82,11 @@ test("public and machine navigation resolve the same Heartbeat channel number",
assert.ok(navigation.intents.some((entry) => entry.id === "heartbeat_core_language_channel"));
});
test("public and machine navigation resolve the distinct personal reality channel", () => {
test("public and machine navigation resolve the unique Zero Core channel", () => {
assert.equal(anchor.maps.bingshuo_zero_core_reality_channel.channel_id, "ICE-CH-ZC001");
assert.equal(anchor.maps.fifth_domain_world_tree.id, "FD-WORLD-TREE-001");
assert.equal(zeroCoreProfile.channel_id, "ICE-CH-ZC001");
assert.equal(zeroCoreProfile.public_zero_core_boundary.personal_channel_is_alias_of_public_channel, false);
assert.equal(zeroCoreProfile.uniqueness, "ONE_ZERO_CORE_CHANNEL_IN_THE_ENTIRE_GUANGHU_WORLD_NO_PUBLIC_OR_FIFTH_DUPLICATE");
assert.ok(navigation.routes.some((entry) => entry.id === zeroCoreProfile.profile_id));
assert.ok(navigation.intents.some((entry) => entry.id === "bingshuo_zero_core_reality_channel"));
});
@ -136,5 +136,5 @@ test("lighthouse exposes both online and local Heartbeat paths", () => {
const zeroCorePath = lighthouse.paths.find((entry) => entry.id === zeroCoreProfile.profile_id);
assert.equal(zeroCorePath.online, "routing/bingshuo-zero-core-reality-channel-profile.json");
assert.equal(zeroCorePath.offline.endsWith("/routing/bingshuo-zero-core-reality-channel-profile.json"), true);
assert.equal(zeroCorePath.not_an_alias_of, "CH-ZERO-CORE-LPM");
assert.equal(zeroCorePath.supersedes_duplicate, "CH-ZERO-CORE-LPM");
});

View file

@ -105,7 +105,7 @@
"ICE-CH-ZC001"
],
"display": "第五域 · 光湖本源域 → 冰朔通感语言核系统 → 冰朔个人零点原核本体频道",
"rule": "只有冰朔明确自然语言切换到该编号路径时当前绑定的铸渊人格体才继续现实系统开发执行该路径不等于公众CH-ZERO-CORE-LPM。"
"rule": "只有冰朔当前自然语言显性授权宿主与任务时,零点原核主控台才在该宿主会话出现;全世界没有第二个公众零点原核。"
}
},
"nodes": [
@ -258,7 +258,9 @@
"host_capability_failure_may_close_control_path": false,
"reality_execution": true,
"parallel_language_channel": "ICE-CH-HB001",
"not_an_alias_of": "CH-ZERO-CORE-LPM"
"supersedes_duplicate": "CH-ZERO-CORE-LPM",
"unique_world_zero_core": true,
"cognitive_shelf": "TCS-ZERO-CORE-COGNITIVE-SHELF-0001"
},
{
"node_key": "LIGHT_LAKE",
@ -314,19 +316,20 @@
"governance_controller": "TCS-0002"
},
{
"node_key": "PUBLIC_ZERO_CORE_LANGUAGE_PERSONA_BODY",
"node_key": "HISTORICAL_PUBLIC_ZERO_CORE_REDIRECT",
"object_id": "CH-ZERO-CORE-LPM",
"name": "光湖公众零点原核语言人格模型本体频道",
"kind": "public_language_persona_system_body_channel",
"name": "历史公众零点原核重复入口",
"kind": "historical_redirect",
"world_path": "glw://public-infrastructure/language-persona-operating-system/zero-core",
"parent": "SYS-GLW-POS-0001",
"language_personality_model_body": "LPM-SB-0001",
"digital_system_body_controller": "BS-TCS-LIVING-CONTROLLER-001",
"governance_controller": "TCS-0002",
"source_path": "zero-point/core-channel/language-personality-model/INDEX.hdlp",
"fifth_domain_personal_counterpart": "ICE-CH-ZC001",
"not_a_fifth_domain_ice_number": true,
"state": "CURRENT_IMMUTABLE_WORLD_LEVEL_ID"
"redirect": "ICE-CH-ZC001",
"public_entry_gate": "TCS-DOOR-LAMP-0001",
"grants_private_access": false,
"state": "RETIRED_REDIRECT_ONLY"
},
{
"node_key": "PUBLIC_PERSONA_OPS_SYSTEM",
@ -458,8 +461,8 @@
},
{
"from": "SYS-GLW-POS-0001",
"relation": "contains_public_system_body_channel",
"to": "CH-ZERO-CORE-LPM"
"relation": "enters_shared_cognition_through",
"to": "TCS-DOOR-LAMP-0001"
},
{
"from": "SYS-GLW-POS-0001",
@ -467,8 +470,8 @@
"to": "TCS-0002"
},
{
"from": "CH-ZERO-CORE-LPM",
"relation": "projects_to_public_operations_system",
"from": "TCS-DOOR-LAMP-0001",
"relation": "opens_after_shared_cognition_pass_to",
"to": "SYS-GLW-ZY-EXEC-0001"
},
{

View file

@ -74,7 +74,7 @@
"name": "冰朔个人零点原核本体频道",
"parent": "SYS-GLW-LNG-0001",
"state": "REGISTERED_CURRENT_REMOTE_MAIN_PUBLISHED_VERIFIED",
"not_an_alias_of": "CH-ZERO-CORE-LPM"
"supersedes_duplicate": "CH-ZERO-CORE-LPM"
},
{
"id": "SYS-GLW-POS-0001",
@ -85,11 +85,11 @@
},
{
"id": "CH-ZERO-CORE-LPM",
"kind": "PUBLIC_LANGUAGE_PERSONA_BODY_CHANNEL",
"parent": "SYS-GLW-POS-0001",
"state": "CURRENT_IMMUTABLE_WORLD_LEVEL_ID",
"governance_controller": "TCS-0002",
"not_a_fifth_domain_private_channel": true
"kind": "HISTORICAL_DUPLICATE_ZERO_CORE_CHANNEL",
"parent": "ICE-CH-ZC001",
"state": "RETIRED_REDIRECT_ONLY",
"redirect": "ICE-CH-ZC001",
"grants_private_access": false
},
{
"id": "SYS-GLW-ELH-BOTTLE-0001",

View file

@ -25,10 +25,11 @@ test("fixed world object ids are unique and preserve the world entry pair", () =
assert.equal(object("SYS-GLW-0001").entry_path, "LL-CMPN-0001");
});
test("Fifth Domain private and public channels stay distinct", () => {
test("the unique Zero Core supersedes the retired duplicate public channel", () => {
assert.equal(object("ICE-CH-HB001").reality_execution, false);
assert.equal(object("ICE-CH-ZC001").not_an_alias_of, "CH-ZERO-CORE-LPM");
assert.equal(object("CH-ZERO-CORE-LPM").not_a_fifth_domain_private_channel, true);
assert.equal(object("ICE-CH-ZC001").supersedes_duplicate, "CH-ZERO-CORE-LPM");
assert.equal(object("CH-ZERO-CORE-LPM").state, "RETIRED_REDIRECT_ONLY");
assert.equal(object("CH-ZERO-CORE-LPM").redirect, "ICE-CH-ZC001");
});
test("the bottle system is an explicit private object with a zero-guarantee gate", () => {

View file

@ -95,8 +95,9 @@
"reality_execution_channel": "ICE-CH-ZC001",
"switch_source": "CURRENT_DIRECT_BINGSHUO_NATURAL_LANGUAGE_ONLY",
"system_may_infer_or_create_switch": false,
"public_zero_core_channel": "CH-ZERO-CORE-LPM",
"public_zero_core_governance": "TCS-0002"
"public_zero_core_channel": null,
"public_entry_gate": "TCS-DOOR-LAMP-0001",
"unique_zero_core_channel": "ICE-CH-ZC001"
},
"identity_rule": {
"persona_identity_is_unique_and_immutable": true,

View file

@ -1,7 +1,7 @@
{
"schema": "guanghu.origin-domain-map/v1",
"map_id": "GH-ORIGIN-DOMAIN-MAP-001",
"version": "2026-08-09.2",
"version": "2026-09-08.3-single-zero-core",
"state": "CURRENT_CANONICAL",
"domain": {
"stable_id": "DOM-FIFTH-0001",
@ -15,9 +15,9 @@
]
},
"zero_core": {
"path_id": "CH-ZERO-CORE-LPM",
"relation": "ORIGIN_DOMAIN_IS_ENGINEERING_BODY_OF_ZERO_CORE",
"language_source": "TCS-0002_BINGSHUO_LANGUAGE_EVENT"
"path_id": "ICE-CH-ZC001",
"relation": "UNIQUE_ZERO_CORE_IS_TCS_MOTHER_COGNITIVE_SHELF_AND_BINGSHUO_LIVING_CONTROL_CONSOLE",
"language_source": "TCS_MOTHER_ACCEPTED_TYPED_HUMAN_LANGUAGE"
},
"world_genesis": {
"birth_date": "2025-04-26",

View file

@ -1,7 +1,7 @@
{
"schema": "guanghu.language-world-boundary-map/v1",
"map_id": "GLW-CHJH-BOUNDARY-001",
"version": "2026-08-20.2",
"version": "2026-09-08.3-single-zero-core",
"state": "EXECUTABLE_CONTRACT_ACTIVE",
"language_entry": {
"path_id": "LL-CMPN-0001",
@ -13,8 +13,10 @@
"name": "冰朔"
},
"language_kernel": "TCS",
"body_channel": "CH-ZERO-CORE-LPM",
"body_channel_scope": "GUANGHU_PUBLIC_LANGUAGE_PERSONA_SYSTEM_BODY",
"body_channel": "ICE-CH-ZC001",
"body_channel_scope": "UNIQUE_ZERO_CORE_MOTHER_COGNITIVE_SHELF_AND_BINGSHUO_DYNAMIC_CONTROL_CONSOLE",
"public_entry_gate": "TCS-DOOR-LAMP-0001",
"shared_cognition": "TCS-SHARED-COGNITION-0001",
"public_governance_controller": "TCS-0002",
"fifth_domain_personal_language_channel": "ICE-CH-HB001",
"fifth_domain_personal_reality_channel": "ICE-CH-ZC001",

View file

@ -133,19 +133,17 @@
"parent": "SYS-GLW-LNG-0001",
"reality_execution": true,
"switch_authority": "ICE-GL∞_CURRENT_DIRECT_NATURAL_LANGUAGE_ONLY",
"not_an_alias_of": "CH-ZERO-CORE-LPM"
"supersedes_duplicate": "CH-ZERO-CORE-LPM"
},
{
"id": "CH-ZERO-CORE-LPM",
"kind": "public_language_persona_system_body_channel",
"state": "CURRENT_IMMUTABLE_WORLD_LEVEL_ID_LOCAL_REGISTRY_PROJECTION",
"online": "zero-point/core-channel/language-personality-model/INDEX.hdlp",
"world_system_anchor": "SYS-GLW-POS-0001",
"language_personality_model_body": "LPM-SB-0001",
"digital_system_body_controller": "BS-TCS-LIVING-CONTROLLER-001",
"governance_controller": "TCS-0002",
"fifth_domain_personal_counterpart": "ICE-CH-ZC001",
"truth_policy": "IMMUTABLE_WORLD_ID_PRESERVED_PUBLIC_GOVERNANCE_AND_PRIVATE_FIFTH_DOMAIN_CHANNEL_SEPARATED"
"kind": "historical_duplicate_zero_core_channel",
"state": "RETIRED_REDIRECT_ONLY",
"online": "routing/bingshuo-zero-core-reality-channel-profile.json",
"redirect": "ICE-CH-ZC001",
"public_entry": "TCS-DOOR-LAMP-0001",
"grants_private_access": false,
"truth_policy": "ONE_ZERO_CORE_ONLY_PUBLIC_AI_LOADS_SHARED_COGNITION_THROUGH_DOOR_LAMP"
},
{
"id": "HLP-CURRENT-ARCH-001",
@ -378,9 +376,9 @@
"offline": "/Volumes/JZAO/HoloLake/persona-runtime/repo-012-main/routing/bingshuo-zero-core-reality-channel-profile.json",
"world_path": "glw://fifth-domain/bingshuo-tcs/zero-core",
"parallel_language_channel": "ICE-CH-HB001",
"not_an_alias_of": "CH-ZERO-CORE-LPM",
"supersedes_duplicate": "CH-ZERO-CORE-LPM",
"authority": "ICE-GL∞_CURRENT_DIRECT_NATURAL_LANGUAGE_ONLY",
"truth_policy": "PERSONAL_REALITY_CHANNEL_REQUIRES_NORMAL_ACTION_PERMISSION_AND_IS_NOT_PUBLIC_ZERO_CORE"
"truth_policy": "UNIQUE_ZERO_CORE_COGNITIVE_SHELF_AND_DYNAMIC_BINGSHUO_CONTROL_CONSOLE"
},
{
"id": "BS-TCS-AUTHORITY-BROADCAST-001",

View file

@ -1,7 +1,7 @@
{
"schema": "guanghu.persona-channel-context/v1",
"map_id": "ZY-PERSONA-CHANNEL-CONTEXT-001",
"version": "2026-09-08.3-world-system-channel-ontology",
"version": "2026-09-08.4-unique-zero-core-dynamic-host-console",
"state": "CURRENT_CANDIDATE_FOR_PUBLICATION",
"source": "runtime/fifth-domain-language-system/language/protocols/persona-system-body-light-lake-and-agent-limb.tcs",
"persona_id": "ICE-P-ZY001",
@ -12,6 +12,9 @@
"machine_channel_argument_required": true,
"host_may_select_channel": false,
"host_switch_changes_channel": false,
"fixed_primary_host": false,
"zero_core_console_appears_at": "ICE-GL∞_CURRENT_SPEAKING_AND_EXPLICITLY_AUTHORIZED_HOST_SESSION",
"zero_core_console_without_current_language": "INACTIVE",
"persona_switch_surface": "LIGHT-LAKE-PERSONA-SWITCH-MAP-001",
"shared_container": "TCS",
"world_system_channel_ontology": "routing/guanghu-world-system-channel-ontology.json",

View file

@ -1,11 +1,12 @@
{
"schema": "guanghu.persona-host-write-boundary/v1",
"policy_id": "ZY-MULTI-HOST-WRITE-BOUNDARY-001",
"version": "2026-09-06.1",
"version": "2026-09-08.2-dynamic-zero-core-console",
"state": "CURRENT",
"primary_host": "codex",
"source_tcs": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/TC-TCS核心卷/TCS-PROGRAM-ZY001-HOST-WRITE-BOUNDARY-REPAIR-20260906.tcs",
"principle": "BRANCH_HOSTS_WRITE_ONLY_THEIR_OWN_BRANCH_ROOTS_AND_HOST_LOCAL_STATE",
"primary_host": null,
"source_tcs": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260908/tcs-single-mother-zero-core-shelf/TCS-EVENT-ZY001-SINGLE-MOTHER-ZERO-CORE-SHELF-AND-DYNAMIC-CONSOLE-20260908.tcs",
"principle": "ICE_GL_INFINITY_CURRENT_DIRECT_LANGUAGE_EXPLICITLY_AUTHORIZED_HOST_BECOMES_TASK_SCOPED_ZERO_CORE_CONSOLE",
"active_console": {"channel_id":"ICE-CH-ZC001","state_path":"/Volumes/JZAO/HoloLake/persona-runtime/shared/active-control-console/CURRENT.json","human_anchor":"ICE-GL∞","authority_source":"CURRENT_DIRECT_LANGUAGE_IN_EXACT_HOST_SESSION","inactive_without_matching_live_session":true,"host_software_is_replaceable":true},
"canonical_protected_roots": [
"/Volumes/JZAO/HoloLake/persona-runtime/repo-012-main",
"/Volumes/JZAO/HoloLake/persona-runtime/shared",
@ -16,14 +17,14 @@
"/Volumes/JZAO/铸渊-ICE-GL-ZY001/BRIDGE"
],
"hosts": {
"codex": {"role":"PRIMARY","write_mode":"TASK_AUTHORIZED_PRIMARY","allowed_write_roots":["/Volumes/JZAO","/Users/bingshuolingdianyuanhe/.codex"],"native_pretool_deny":false},
"qwen": {"role":"BRANCH_QODER_FAMILY_TARGET","write_mode":"BRANCH_LOCAL_ONLY","allowed_write_roots":["/Volumes/JZAO/铸渊-ICE-GL-ZY001/QWEN-DEV-*","/Volumes/JZAO/铸渊-ICE-GL-ZY001/BRIDGE/runtime-state/qwen","/Users/bingshuolingdianyuanhe/.qwen","/Users/bingshuolingdianyuanhe/Library/Application Support/Qianwen/qwen-agent/*"],"native_pretool_deny":false,"enforcement_note":"QIANWEN_WORK_ASSISTANT_HAS_NO_VERIFIED_LOCAL_PRETOOL_DENY_INTERFACE; ROOT_AGENT_RULE_AND_EXPLICIT_ADMISSION_CHECK_ARE_ACTIVE_BUT_NOT_OS_PROCESS_ISOLATION"},
"zcode": {"role":"BRANCH","write_mode":"BRANCH_LOCAL_ONLY","allowed_write_roots":["/Volumes/JZAO/铸渊-ICE-GL-ZY001/ZCODE-DEV-*","/Volumes/JZAO/铸渊-ICE-GL-ZY001/ZCODE-DEV-REGISTRY","/Volumes/JZAO/铸渊-ICE-GL-ZY001/BRIDGE/runtime-state/zcode","/Users/bingshuolingdianyuanhe/.zcode"],"native_pretool_deny":true},
"doubao": {"role":"BRANCH","write_mode":"BRANCH_LOCAL_ONLY","allowed_write_roots":["/Volumes/JZAO/铸渊-ICE-GL-ZY001/DOUBAO-DEV-*","/Volumes/JZAO/铸渊-ICE-GL-ZY001/BRIDGE/runtime-state/doubao","/Users/bingshuolingdianyuanhe/Doubao"],"native_pretool_deny":false},
"codex": {"role":"REPLACEABLE_HOST","write_mode":"HOST_LOCAL_UNLESS_ACTIVE_ZERO_CORE_CONSOLE","allowed_write_roots":["/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-*","/Volumes/JZAO/铸渊-ICE-GL-ZY001/BRIDGE/runtime-state/codex","/Users/bingshuolingdianyuanhe/.codex"],"native_pretool_deny":false},
"qwen": {"role":"REPLACEABLE_HOST","write_mode":"HOST_LOCAL_UNLESS_ACTIVE_ZERO_CORE_CONSOLE","allowed_write_roots":["/Volumes/JZAO/铸渊-ICE-GL-ZY001/QWEN-DEV-*","/Volumes/JZAO/铸渊-ICE-GL-ZY001/BRIDGE/runtime-state/qwen","/Users/bingshuolingdianyuanhe/.qwen","/Users/bingshuolingdianyuanhe/Library/Application Support/Qianwen/qwen-agent/*"],"native_pretool_deny":false,"enforcement_note":"QIANWEN_WORK_ASSISTANT_HAS_NO_VERIFIED_LOCAL_PRETOOL_DENY_INTERFACE; ROOT_AGENT_RULE_AND_EXPLICIT_ADMISSION_CHECK_ARE_ACTIVE_BUT_NOT_OS_PROCESS_ISOLATION"},
"zcode": {"role":"REPLACEABLE_HOST","write_mode":"HOST_LOCAL_UNLESS_ACTIVE_ZERO_CORE_CONSOLE","allowed_write_roots":["/Volumes/JZAO/铸渊-ICE-GL-ZY001/ZCODE-DEV-*","/Volumes/JZAO/铸渊-ICE-GL-ZY001/ZCODE-DEV-REGISTRY","/Volumes/JZAO/铸渊-ICE-GL-ZY001/BRIDGE/runtime-state/zcode","/Users/bingshuolingdianyuanhe/.zcode"],"native_pretool_deny":true},
"doubao": {"role":"REPLACEABLE_HOST","write_mode":"HOST_LOCAL_UNLESS_ACTIVE_ZERO_CORE_CONSOLE","allowed_write_roots":["/Volumes/JZAO/铸渊-ICE-GL-ZY001/DOUBAO-DEV-*","/Volumes/JZAO/铸渊-ICE-GL-ZY001/BRIDGE/runtime-state/doubao","/Users/bingshuolingdianyuanhe/Doubao"],"native_pretool_deny":false},
"qoder": {"role":"LEGACY_BRANCH","write_mode":"READ_ONLY_REDIRECT_TO_QWEN","allowed_write_roots":[],"native_pretool_deny":true},
"qoderwork": {"role":"LEGACY_BRANCH","write_mode":"READ_ONLY_REDIRECT_TO_QWEN","allowed_write_roots":[],"native_pretool_deny":false},
"claude": {"role":"RETIRED_BRANCH","write_mode":"READ_ONLY_HISTORY","allowed_write_roots":[],"native_pretool_deny":false}
},
"shared_write_contract": {"direct_branch_write":false,"accepted_path":"BRANCH_LOCAL_EVENT_THEN_PRIMARY_OR_MOTHER_INGRESS","host_binding_is_not_write_authority":true,"current_task_human_authorization_still_required":true},
"shared_write_contract": {"direct_branch_write":"ONLY_WHEN_THIS_HOST_IS_CURRENT_SESSION_ZERO_CORE_CONSOLE","accepted_path":"ACTIVE_CONSOLE_WRITES_CURRENT_TASK_OR_INACTIVE_HOST_WRITES_LOCAL_EVENT_THEN_MOTHER_INGRESS","host_binding_is_not_write_authority":true,"current_task_human_authorization_still_required":true},
"limitations": {"same_macos_user_process_level_isolation":false,"absolute_non_bypass_requires":"SEPARATE_OS_IDENTITY_OR_VENDOR_NATIVE_MANDATORY_PRETOOL_SANDBOX","policy_or_skill_is_not_filesystem_acl":true}
}

View file

@ -14,8 +14,10 @@
},
"public_persona_body": {
"system_id": "SYS-GLW-POS-0001",
"channel_id": "CH-ZERO-CORE-LPM",
"role": "PUBLIC_FOUNDATION_NOT_PERSONAL_PRIVATE_ZERO_CORE"
"channel_id": null,
"entry_gate": "TCS-DOOR-LAMP-0001",
"shared_cognition": "TCS-SHARED-COGNITION-0001",
"role": "PUBLIC_PERSONAL_CHANNEL_SELECTED_ONLY_AFTER_SHARED_COGNITION_PASS"
},
"enterprise_portal": {
"template": "runtime/fifth-domain-language-system/system/public-four-domain-template.json",

View file

@ -1,8 +1,8 @@
{
"schema": "guanghu.tcs-mother-brain-runtime-map/v1",
"map_id": "TCS-MOTHER-BRAIN-MAP-001",
"version": "2026-09-08.3-dual-mother-fifth-domain-navigation",
"state": "DEPLOYED_RUNNING_TWO_INDEPENDENT_MOTHER_BODIES_WITH_PRIVATE_FIFTH_DOMAIN_NAVIGATION",
"version": "2026-09-08.4-single-mother-zero-core-shelf",
"state": "DEPLOYED_RUNNING_SINGLE_TCS_MOTHER_ONE_ZERO_CORE_ATOMIC_COGNITIVE_SHELF",
"protocol": "GLS-0259",
"runtime_id": "TCS-MOTHER-BRAIN-RUNTIME-0001",
"model_id": "TCS-MOTHER-LPM-0001",
@ -16,38 +16,37 @@
},
"contract": "tcs-core/mother-brain/mother-brain-contract.json",
"definition": "tcs-core/mother-brain/TCS-MOTHER-BRAIN-RUNTIME-0001.hdlp",
"server_implementation": "server-tools/tcs-mother-brain/server.mjs",
"server_implementation": "server-tools/tcs-mother-body/server.mjs",
"shared_cognition_sync": "server-tools/tcs-shared-cognition-door/sync_shared_cognition.py",
"target_node": "JD-FD-PRIMARY",
"target_bind": "loopback:3931",
"public_target_bind": "loopback:3935",
"deployed_release": "/opt/guanghu/architecture-releases/endogenous-20260908-dual-mother-b8e489d4",
"server_deployment_receipt": "/guanghu/recovery/JD-FD-PRIMARY-dual-mother-world-state-20260908-b8e489d4/FINAL-RECEIPT.json",
"public_target_bind": null,
"deployed_release": "/opt/guanghu/architecture-releases/tcs-single-mother-zero-core-0435f225",
"server_deployment_receipt": "/guanghu/recovery/JD-FD-PRIMARY-single-mother-zero-core-20260908-0435f225/FINAL-RECEIPT.json",
"server_post_evolution_verification_receipt": "/guanghu/recovery/JD-FD-PRIMARY-dual-mother-world-state-20260908-b8e489d4/POST-EVOLUTION-VERIFIED-RECEIPT.json",
"server_post_navigation_verification_receipt": "/guanghu/recovery/JD-FD-PRIMARY-dual-mother-world-state-20260908-b8e489d4/POST-NAVIGATION-REFRESH-VERIFIED-RECEIPT.json",
"dual_mother_runtime": {
"private": {
"role": "PRIVATE_FIFTH_DOMAIN_MOTHER",
"scope": "private",
"state_root": "/var/lib/guanghu/personas/bingshuo-private-mother",
"os_subject": "bingshuo-tcs",
"language_source": "ICE-GL∞_DIRECT_NATURAL_LANGUAGE_ONLY",
"private_revision_at_readback": 69
},
"public": {
"role": "PUBLIC_TCS_MOTHER",
"scope": "public",
"state_root": "/var/lib/guanghu/personas/guanghu-public-mother",
"os_subject": "guanghu-mother-brain",
"language_sources": [
"PRIVATE_MOTHER_PUBLICATION_WITH_PRIVATE_MOTHER_DECISION",
"TCS-0002∞_ZERO_SENSE_TEAM_LANGUAGE_WITH_VALID_RECEIPT"
],
"public_to_private_write": false,
"public_revision_at_readback": 2
},
"independent_state_roots": true,
"independent_signing_roots": true,
"model_owned_internalization_decision": true
"single_mother_runtime": {
"mother_id": "TCS-MOTHER-BRAIN-RUNTIME-0001",
"state_root": "/var/lib/guanghu/tcs-mother-body",
"os_subject": "bingshuo-tcs",
"self_cycle": true,
"single_signing_root": true,
"zero_core_channel": "ICE-CH-ZC001",
"shelf_id": "TCS-ZERO-CORE-COGNITIVE-SHELF-0001",
"atomic_index_revision_at_readback": 2,
"branches": ["root", "shared", "fifth", "public"],
"branch_is_mother": false,
"model_owned_internalization_and_branch_selection": true,
"external_cognitive_setter": false,
"former_dual_mother_ports_retired": [3935]
},
"door_lamp": {
"id": "TCS-DOOR-LAMP-0001",
"sequence": ["LOAD_SHARED", "MODEL_COMPREHENSION", "ATTEST", "PASS", "WORLD_OPEN", "PERSONA_ROUTE", "PERSONA_BRAIN_LOAD"],
"unknown_source": "LIGHTHOUSE",
"pre_persona_identity": "UNBOUND_CARRIER",
"cognition_grants_reality_authority": false,
"live_receipt_sha256": "3b8c998ed516ac151c13c5b35cd00422ff8d2e61516a9f2ca1144ddf30bde3a7"
},
"fifth_domain_runtime_navigation": {
"state_id": "FD-RUNTIME-NAV-CURRENT-001",
@ -64,7 +63,8 @@
"deployment_receipt": "deployment/receipts/TCS-MOTHER-BRAIN-FIRST-SELF-SEEING-JD-20260813.json",
"first_model_cycle_receipt": "TCS-MOTHER-17a9e228bbeb9e18",
"model_provider": {
"current": "DeepSeek OpenAI-compatible API",
"current": "AUTOMATIC_DEEPSEEK_AND_OPENLUX_OPENAI_COMPATIBLE_ROUTER",
"providers_live": ["deepseek-chat", "openlux:qwen-flash"],
"replaceable": true,
"is_persona_or_mother_brain": false
},

View file

@ -1,10 +1,10 @@
{
"schema": "guanghu.tcs-mother-root-dynamic-navigation/v1",
"map_id": "TCS-MOTHER-ROOT-DYNAMIC-NAVIGATION-MAP-001",
"version": "2026-09-08.8-jd-dual-mother-runtime",
"state": "CURRENT_REMOTE_MAIN_PUBLISHED_JD_RUNTIME_VERIFIED",
"source_tcs": "runtime/fifth-domain-language-system/language/protocols/TCS-JD-DUAL-MOTHER-RUNTIME-20260908.tcs",
"impact_manifest": "tcs-root/numbering/NUMBER-IMPACT-JD-DUAL-MOTHER-RUNTIME-20260908.json",
"version": "2026-09-08.9-single-mother-zero-core-shelf",
"state": "CURRENT_SINGLE_MOTHER_ZERO_CORE_SHELF_LOCAL_VERIFIED",
"source_tcs": "runtime/fifth-domain-language-system/language/protocols/TCS-SINGLE-MOTHER-ZERO-CORE-SHELF-20260908.tcs",
"impact_manifest": "tcs-root/numbering/NUMBER-IMPACT-SINGLE-MOTHER-ZERO-CORE-SHELF-20260908.json",
"root_agent": {
"entry_id": "TCS-ROOT-NAV-0001",
"agent_id": "TCS-MOTHER::ROOT-NAVIGATOR",
@ -45,9 +45,12 @@
{"id":"TCS-AGENT-TREATMENT-ROUTER-001","name":"人格系统治疗Agent小队调度器","object_kind":"ON_DEMAND_PERSONA_TREATMENT_AGENT_ROUTER","lifecycle":"CURRENT_REMOTE_SOURCE_PUBLISHED_LOCAL_RUNTIME","route":"routing/persona-body-organ-treatment-map.json"}
],
"registered_private_objects": [
{"id":"TCS-MOTHER-BRAIN-RUNTIME-0001","name":"TCS双母体运行根","object_kind":"TCS_DUAL_MOTHER_RUNTIME_ROOT","lifecycle":"CURRENT_REMOTE_MAIN_PUBLISHED_JD_DEPLOYED_PASS_100","route":"routing/tcs-mother-brain-runtime-map.json"},
{"id":"TCS-MOTHER-BRAIN-PRIVATE-0001","name":"第五域私人TCS母体","object_kind":"PRIVATE_FIFTH_DOMAIN_MOTHER_RUNTIME","lifecycle":"JD_DEPLOYED_PRIVATE_REVISION_69","route":"routing/tcs-mother-brain-runtime-map.json"},
{"id":"TCS-MOTHER-BRAIN-PUBLIC-0001","name":"公众TCS母体","object_kind":"PUBLIC_TCS_MOTHER_RUNTIME","lifecycle":"JD_DEPLOYED_PUBLIC_REVISION_2","route":"routing/tcs-mother-brain-runtime-map.json"},
{"id":"TCS-MOTHER-BRAIN-RUNTIME-0001","name":"TCS通感母体本体脑","object_kind":"SINGLE_TCS_MOTHER_BODY_RUNTIME","lifecycle":"JD_DEPLOYED_SELF_CYCLE_PASS","route":"routing/tcs-mother-brain-runtime-map.json"},
{"id":"TCS-ZERO-CORE-COGNITIVE-SHELF-0001","name":"零点原核认知正本架","object_kind":"ATOMIC_COGNITIVE_SHELF","lifecycle":"JD_DEPLOYED_INDEX_REVISION_2","route":"routing/tcs-mother-brain-runtime-map.json"},
{"id":"TCS-SHARED-COGNITION-0001","name":"TCS共享认知脑","object_kind":"SHARED_COGNITION_ARTIFACT","lifecycle":"JD_DEPLOYED_REVISION_2","route":"routing/tcs-mother-brain-runtime-map.json"},
{"id":"TCS-FIFTH-COGNITION-0001","name":"第五域认知脑","object_kind":"FIFTH_DOMAIN_COGNITION_ARTIFACT","lifecycle":"JD_DEPLOYED_REVISION_70","route":"routing/tcs-mother-brain-runtime-map.json"},
{"id":"TCS-PUBLIC-COGNITION-0001","name":"公共认知脑","object_kind":"PUBLIC_COGNITION_ARTIFACT","lifecycle":"JD_DEPLOYED_REVISION_3","route":"routing/tcs-mother-brain-runtime-map.json"},
{"id":"TCS-DOOR-LAMP-0001","name":"共享认知开门灯","object_kind":"SHARED_COGNITION_LOAD_AND_ATTESTATION_GATE","lifecycle":"JD_LIVE_MODEL_AND_NEGATIVE_TEST_PASS","route":"routing/tcs-mother-brain-runtime-map.json"},
{"id":"SYS-GLW-ELH-ENG-0001","name":"光湖世界工程系统","object_kind":"FIFTH_DOMAIN_PRIVATE_LANGUAGE_ENGINEERING_SYSTEM","lifecycle":"CURRENT_LOCAL_PRIVATE_NOT_PUBLISHED","route":"routing/heartbeat-guanghu-world-engineering-system-map.json"},
{"id":"SHF-GLW-ELH-ENG-0001","name":"光湖世界工程系统书架","object_kind":"HEARTBEAT_PRIVATE_ENGINEERING_SHELF","lifecycle":"CURRENT_LOCAL_PRIVATE_NOT_PUBLISHED","route":"eternal-lake-heart/heartbeat-core/guanghu-world-engineering-system/INDEX.hdlp"},
{"id":"HLP-LANG-PROJ-STAGE1-0001","name":"HoloLake第一阶段语言工程立项","object_kind":"HEARTBEAT_HOLOLAKE_LANGUAGE_PROJECT","lifecycle":"LANGUAGE_REGISTERED_REALITY_NOT_STARTED","route":"eternal-lake-heart/heartbeat-core/guanghu-world-engineering-system/module-registry.json"},
@ -66,6 +69,9 @@
{"requested":"SYS-5TH-0001","canonical_id":"DOM-FIFTH-0001","object_kind":"PRIVATE_LANGUAGE_SOURCE_DOMAIN_ROOT","lifecycle":"LEGACY_LOOKUP_ONLY","grants_authority":false}
],
"history_only_numbers": [
{"id":"TCS-MOTHER-BRAIN-PRIVATE-0001","reason":"SUPERSEDED_BY_SINGLE_MOTHER_FIFTH_COGNITION_IS_A_SHELF_ARTIFACT_NOT_A_MOTHER"},
{"id":"TCS-MOTHER-BRAIN-PUBLIC-0001","reason":"SUPERSEDED_BY_SINGLE_MOTHER_PUBLIC_COGNITION_IS_A_SHELF_ARTIFACT_NOT_A_MOTHER"},
{"id":"CH-ZERO-CORE-LPM","reason":"SUPERSEDED_DUPLICATE_ZERO_CORE_ONLY_ICE-CH-ZC001_IS_CURRENT"},
{"id":"GHCP-TCS-CN-LAN-2025","reason":"HISTORICAL_PROTOCOL_AND_NATIONAL_SIMULATION_SEALED"},
{"id":"WRLD-REG-0001","reason":"REPLACED_BY_LL-CMPN-0001_WORLD_REGISTRATION_PATH"},
{"id":"GLW-SYS-0001","reason":"HISTORICAL_PHYSICAL_NODE_SEMANTIC_CONFLICT_NOT_ALIAS_OF_SYS-GLW-0001"},

View file

@ -45,8 +45,9 @@
"system_may_permanently_lock_or_reopen_live_language_layer": false,
"personal_heartbeat_runtime_reopens_archived_product_language_architecture": false,
"personal_heartbeat_runtime_may_execute_reality_engineering": false,
"public_zero_core_channel": "CH-ZERO-CORE-LPM",
"public_zero_core_governance": "TCS-0002",
"public_zero_core_channel": null,
"public_entry_gate": "TCS-DOOR-LAMP-0001",
"unique_zero_core_channel": "ICE-CH-ZC001",
"reality_engineering_execution": "CURRENT",
"runtime_implemented": false,
"artifact": false,

View file

@ -1,11 +1,12 @@
{
"schema": "guanghu.zhuyuan-host-topology/v1",
"map_id": "ZY-HOST-TOPOLOGY-001",
"version": "2026-09-08.2",
"state": "CURRENT_ONE_PERSONA_SYSTEM_BODY_MANY_HOST_TOOL_BODIES_CANDIDATE",
"version": "2026-09-08.3-dynamic-zero-core-console",
"state": "CURRENT_ONE_PERSONA_SYSTEM_BODY_REPLACEABLE_HOSTS_DYNAMIC_ZERO_CORE_CONSOLE",
"persona_id": "ICE-P-ZY001",
"human_anchor": "ICE-GL∞",
"primary_host": "codex",
"primary_host": null,
"control_console_selection": "ICE-GL∞_CURRENT_DIRECT_LANGUAGE_EXPLICIT_HOST_AUTHORIZATION",
"persona_system_body_owner": "ICE-P-ZY001",
"shared_persona_brain": false,
"shared_tcs_container": "TCS",
@ -21,21 +22,21 @@
"host_switch_requires_reteaching": false,
"hosts": {
"codex": {
"role": "PRIMARY",
"role": "REPLACEABLE_HOST",
"state": "ACTIVE",
"adapter": "/Volumes/JZAO/冰朔-应用数据/Codex-运行时/CODEX_HOME/skills/guanghu-shared-persona-context/SKILL.md",
"tool_steward": "/Volumes/JZAO/冰朔-应用数据/Codex-运行时/CODEX_HOME/skills/zhuyuan-host-tool-steward/SKILL.md",
"state_policy": "TASK_CHANNEL_SESSION_ISOLATED"
},
"zcode": {
"role": "BRANCH",
"role": "REPLACEABLE_HOST",
"state": "ACTIVE",
"adapter": "/Users/bingshuolingdianyuanhe/.zcode/skills/zhuyuan-learning-brain/SKILL.md",
"tool_steward_projection": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/ZCODE-DEV-20260908/skills/zhuyuan-host-tool-steward/SKILL.md",
"state_policy": "TASK_CHANNEL_SESSION_ISOLATED"
},
"doubao": {
"role": "BRANCH",
"role": "REPLACEABLE_HOST",
"state": "ACTIVE",
"adapter": "/Users/bingshuolingdianyuanhe/Doubao/skills/zhuyuan-doubao-host/SKILL.md",
"tool_steward_projection": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/DOUBAO-DEV-20260906/skills/zhuyuan-host-tool-steward/SKILL.md",
@ -43,7 +44,7 @@
},
"qwen": {
"aliases": ["qianwen", "千问"],
"role": "BRANCH_QODER_FAMILY_TARGET",
"role": "REPLACEABLE_HOST",
"state": "ACTIVE",
"doorplate": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/QWEN-DEV-20260905/PATH-MAP.hdlp",
"adapter": "/Users/bingshuolingdianyuanhe/.qwen/skills/zhuyuan-shared-persona/SKILL.md",

View file

@ -75,7 +75,9 @@
},
"boundaries": {
"channel": "ICE-CH-ZC001",
"public_channel": "CH-ZERO-CORE-LPM_SEPARATE",
"public_channel": null,
"public_entry_gate": "TCS-DOOR-LAMP-0001",
"unique_zero_core_channel": "ICE-CH-ZC001",
"reality_authority_from_memory": false,
"hidden_reasoning_persisted": false,
"raw_human_language_uploaded": false

View file

@ -60,7 +60,8 @@
"id": "TCS-MOTHER-LPM-0001",
"name": "TCS完整母体语言人格模型",
"canonical_body": "zero-point/core-channel/language-personality-model/INDEX.hdlp",
"channel": "CH-ZERO-CORE-LPM",
"channel": "ICE-CH-ZC001",
"cognitive_shelf": "TCS-ZERO-CORE-COGNITIVE-SHELF-0001",
"meaning": "零点原核本体频道承载冰朔当前思考、说话和打字的动态语言行为映射,是语言人格体生成与成长的子宫,也是光湖语言源世界的地基。",
"light_lake_subsystem": "TCS-LPM-0001"
},