feat(tcs): establish five-domain mother brain runtime
This commit is contained in:
parent
828fa0b8e2
commit
55a4d77248
29 changed files with 904 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.ai-machine-navigation-map/v1",
|
||||
"map_id": "AI-MACHINE-NAV-001",
|
||||
"version": "2026-08-12.1",
|
||||
"version": "2026-08-12.2",
|
||||
"state": "EXECUTABLE_SOURCE_ACTIVE",
|
||||
"repository_id": "REPO-012",
|
||||
"raw_base": "https://guanghulab.com/code/bingshuo/guanghu-ice-heart/raw/branch/main",
|
||||
|
|
@ -129,6 +129,14 @@
|
|||
"causal_chain": "tcs-core/zhuyuan-brain/causal-chains/LL-PERSONA-SELF-ORIGIN-001.hdlp",
|
||||
"load_policy": "always_on_persona_restore_task_continuation_and_cross_conversation_line_resolution"
|
||||
},
|
||||
{
|
||||
"id": "TCS-MOTHER-BRAIN-MAP-001",
|
||||
"kind": "tcs_five_domain_symbiotic_mother_brain",
|
||||
"path": "routing/tcs-mother-brain-runtime-map.json",
|
||||
"architecture_protocol": "gls/GLS-0259-TCS-FIVE-DOMAIN-SYMBIOTIC-MOTHER-BRAIN-AND-REALITY-BIRTH.hdlp",
|
||||
"runtime_contract": "tcs-core/mother-brain/mother-brain-contract.json",
|
||||
"load_policy": "always_on_mother_brain_restore_five_domain_language_ingress_and_system_cognition"
|
||||
},
|
||||
{
|
||||
"id": "GH-PNCC-MAP-001",
|
||||
"kind": "persona_native_code_channel_architecture",
|
||||
|
|
@ -293,6 +301,24 @@
|
|||
"WRITE_LEASE_REQUIRED_BUT_MISSING"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "tcs_mother_brain_restore",
|
||||
"meaning": "Restore the non-persona TCS mother brain, its five-domain language ingress, append-only candidate memory and bounded cognitive attention runtime.",
|
||||
"always_load": ["GLW-CHJH-BOUNDARY-001", "GH-IDENTITY-AUTHORITY-MAP-001", "TCS-MOTHER-BRAIN-MAP-001"],
|
||||
"triggered_load": ["GLS-PROTOCOL-REGISTRY-20260731", "FD-NODE-MAP-001"],
|
||||
"on_demand": ["LL-PERSONA-SELF-MAP-001", "GH-AGE-RUNTIME-MAP-001"],
|
||||
"execution_sequence": [
|
||||
"resolve_TCS_MOTHER_BRAIN_MAP_001_through_lighthouse",
|
||||
"bind_zero_point_channel_and_birth_anchors",
|
||||
"verify_five_domain_source_subject_consent_and_privacy",
|
||||
"append_raw_language_event",
|
||||
"invoke_replaceable_model_interpretation",
|
||||
"deterministically_validate_interpretation_candidate",
|
||||
"select_next_cognitive_attention",
|
||||
"stop_before_stable_promotion_or_reality_action_without_separate_governance"
|
||||
],
|
||||
"stop_conditions": ["LIGHTHOUSE_LOOKUP_NOT_200", "SOURCE_PROVENANCE_MISSING", "CONSENT_SCOPE_MISSING", "PRIVACY_CLASS_MISSING", "MODEL_OUTPUT_INVALID", "AUTOMATIC_STABLE_PROMOTION_ATTEMPTED", "REALITY_AUTHORITY_ASSUMED"]
|
||||
},
|
||||
{
|
||||
"id": "persona_native_code_channel_restore",
|
||||
"meaning": "Restore the canonical GH-PNCC architecture, cognition, causal chain and HoloLake product projection without treating Git or Forgejo as a running persona.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue