diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 647fb42b..b49dd503 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-16T09:40:34.769Z", + "generated_at": "2026-03-16T10:02:40.362Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, "total_workflows": 56, - "total_scripts": 59, + "total_scripts": 60, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -654,6 +654,9 @@ { "file": "gate-guard-log.js" }, + { + "file": "gate-guard-v2.js" + }, { "file": "gate-guard.js" }, @@ -796,7 +799,7 @@ "file": "zhuyuan-module-protocol.js" } ], - "item_count": 59 + "item_count": 60 }, { "zone_id": "SRC", @@ -1769,6 +1772,9 @@ "gate-guard-log": [ "SCRIPTS::gate-guard-log.js" ], + "gate-guard-v2": [ + "SCRIPTS::gate-guard-v2.js" + ], "gate-guard": [ "SCRIPTS::gate-guard.js" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 6a4117a8..a0947da3 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-16 17:40 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-16 18:02 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -10,10 +10,10 @@ | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | | 工作流 | 56 个 GitHub Actions | -| 脚本 | 59 个执行脚本 | +| 脚本 | 60 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-16 17:40 CST | +| 快照生成时间 | 2026-03-16 18:02 CST | --- @@ -35,7 +35,7 @@ **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 59 项 +**路径**: `scripts` · **数量**: 60 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -163,6 +163,7 @@ - `scripts/distribute-broadcasts.js` - `scripts/esp-email-processor.js` - `scripts/gate-guard-log.js` +- `scripts/gate-guard-v2.js` - `scripts/gate-guard.js` - `scripts/generate-automation-map.js` - `scripts/generate-communication-map.js`