diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index e60b26b0..b758bf92 100644 --- a/.github/brain/repo-map.json +++ b/.github/brain/repo-map.json @@ -1,14 +1,14 @@ { "description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)", "version": "2.0", - "generated_at": "2026-03-10T11:36:34.566Z", + "generated_at": "2026-03-10T11:37:16.764Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, "total_workflows": 31, - "total_scripts": 25, + "total_scripts": 26, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -36,6 +36,9 @@ { "file": "bingshuo-agent-registry.json" }, + { + "file": "bingshuo-brain-bridge.json" + }, { "file": "bingshuo-growth-log.md" }, @@ -60,6 +63,9 @@ { "file": "growth-log.md" }, + { + "file": "human-registry.json" + }, { "file": "memory.json" }, @@ -82,7 +88,7 @@ "file": "wake-protocol.md" } ], - "item_count": 16 + "item_count": 18 }, { "zone_id": "PERSONA_BRAIN", @@ -417,6 +423,9 @@ { "file": "bingshuo-neural-sync.js" }, + { + "file": "brain-bridge-sync.js" + }, { "file": "contract-check.js" }, @@ -487,7 +496,7 @@ "file": "zhuyuan-module-protocol.js" } ], - "item_count": 25 + "item_count": 26 }, { "zone_id": "SRC", @@ -1095,6 +1104,9 @@ "bingshuo-agent-registry": [ "BRAIN::bingshuo-agent-registry.json" ], + "bingshuo-brain-bridge": [ + "BRAIN::bingshuo-brain-bridge.json" + ], "bingshuo-growth-log": [ "BRAIN::bingshuo-growth-log.md" ], @@ -1119,6 +1131,9 @@ "growth-log": [ "BRAIN::growth-log.md" ], + "human-registry": [ + "BRAIN::human-registry.json" + ], "module-protocol": [ "BRAIN::module-protocol.md" ], @@ -1316,6 +1331,9 @@ "bingshuo-neural-sync": [ "SCRIPTS::bingshuo-neural-sync.js" ], + "brain-bridge-sync": [ + "SCRIPTS::brain-bridge-sync.js" + ], "contract-check": [ "SCRIPTS::contract-check.js" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 5a0a936f..3ea4531d 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-10 19:36 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-10 19:37 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -10,17 +10,17 @@ | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | | 工作流 | 31 个 GitHub Actions | -| 脚本 | 25 个执行脚本 | +| 脚本 | 26 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-10 19:36 CST | +| 快照生成时间 | 2026-03-10 19:37 CST | --- ## 🗺️ 图书馆全区地图 ### 🧠 铸渊大脑(BRAIN) -**路径**: `.github/brain` · **数量**: 16 项 +**路径**: `.github/brain` · **数量**: 18 项 **描述**: 铸渊核心记忆 · 路由映射 · 唤醒协议 · 图书馆目录 **关键词**: brain · memory · routing · wake · 大脑 · 记忆 @@ -35,7 +35,7 @@ **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 25 项 +**路径**: `scripts` · **数量**: 26 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -128,6 +128,7 @@ - `scripts/bingshuo-deploy-agent.js` - `scripts/bingshuo-neural-sync.js` +- `scripts/brain-bridge-sync.js` - `scripts/contract-check.js` - `scripts/cross-repo-sync.js` - `scripts/daily-check.js` @@ -221,6 +222,7 @@ ## 🧠 铸渊大脑文件速查(.github/brain/) - `.github/brain/bingshuo-agent-registry.json` +- `.github/brain/bingshuo-brain-bridge.json` - `.github/brain/bingshuo-growth-log.md` - `.github/brain/bingshuo-issues-index.json` - `.github/brain/bingshuo-master-brain.md` @@ -229,6 +231,7 @@ - `.github/brain/bingshuo-system-health.json` - `.github/brain/collaborators.json` - `.github/brain/growth-log.md` +- `.github/brain/human-registry.json` - `.github/brain/memory.json` - `.github/brain/module-protocol.md` - `.github/brain/repo-map.json`