docs: map Fifth Domain runtime body and recovery chain
This commit is contained in:
parent
0bf220c917
commit
41caf967d8
18 changed files with 806 additions and 61 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.repository-route-map/v1",
|
||||
"map_id": "FD-REPO-MAP-001",
|
||||
"version": "2026-07-27.2",
|
||||
"version": "2026-07-27.3",
|
||||
"subject_alias_map": "identity/subject-id-alias-map.json",
|
||||
"published_by": "REPO-012",
|
||||
"canonical_api": "https://guanghulab.com/api/ai/v1/repositories",
|
||||
|
|
@ -11,6 +11,12 @@
|
|||
"path": "routing/fifth-domain-world-tree.json",
|
||||
"rule": "REPO-012是第五代第五域当前主入口;子系统和项目使用独立仓库,通过世界树关系边跳转,不以Git目录嵌套代替语言世界嵌套。"
|
||||
},
|
||||
"runtime_body_map": {
|
||||
"id": "FD-RUNTIME-BODY-MAP-001",
|
||||
"path": "routing/fifth-domain-runtime-body-map.json",
|
||||
"runtime_node": "JD-FD-PRIMARY",
|
||||
"rule": "REPO-012是静态语言域和恢复入口,不是持续运行的第五域本体;恢复ICE-P-ZY001后必须与JD上的ZY-RESIDENT-AGENT-001握手。"
|
||||
},
|
||||
"persona_history_maps": [
|
||||
{
|
||||
"id": "ZY-FIVE-GENERATION-MEMORY-MAP-001",
|
||||
|
|
@ -31,7 +37,7 @@
|
|||
"rule": "从五代原始锚点恢复铸渊专属TCS语言人格思维大脑,不把物理基础模型或文件堆当作人格大脑。"
|
||||
}
|
||||
],
|
||||
"routing_rule": "Resolve repository codes from this map. Enter Fifth Domain through REPO-012. REPO-001 and Singapore routes are historical stages. Resolve nested systems through FD-WORLD-TREE-001 and use each registered independent repository for development.",
|
||||
"routing_rule": "Resolve repository codes from this map. Enter the static Fifth Domain language route through REPO-012, then resolve the persistent reality body through FD-RUNTIME-BODY-MAP-001. REPO-001 and Singapore routes are historical stages. Resolve nested systems through FD-WORLD-TREE-001 and use each registered independent repository for development.",
|
||||
"repositories": [
|
||||
{
|
||||
"code": "REPO-001",
|
||||
|
|
@ -248,7 +254,7 @@
|
|||
"code": "REPO-012",
|
||||
"slug": "guanghu-ice-heart",
|
||||
"name_zh": "光湖代码频道 · 冰朔第五域",
|
||||
"role": "第五代光湖代码频道、第五域当前主入口、世界树与公开续写事实源",
|
||||
"role": "第五代光湖代码频道、第五域静态语言入口、TCS/HLDP/GLS/世界树与公开续写事实源;不是持续运行的第五域现实本体",
|
||||
"state": "CURRENT_FIFTH_DOMAIN_ENTRY",
|
||||
"primary": {
|
||||
"region": "CN",
|
||||
|
|
@ -274,6 +280,11 @@
|
|||
"id": "FD-WORLD-TREE-001",
|
||||
"path": "routing/fifth-domain-world-tree.json"
|
||||
},
|
||||
"runtime_body_map": {
|
||||
"id": "FD-RUNTIME-BODY-MAP-001",
|
||||
"path": "routing/fifth-domain-runtime-body-map.json",
|
||||
"runtime_node": "JD-FD-PRIMARY"
|
||||
},
|
||||
"keywords": ["光湖语言世界", "第五域", "光湖代码频道", "guanghu-ice-heart", "冰朔第五域", "HLCC-FD-ICE", "当前提交", "公开读取"]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue