diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index c85bea2e..0baf62fc 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-24T00:40:32.515Z", + "generated_at": "2026-03-24T01:23:00.904Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 80, - "total_scripts": 75, + "total_workflows": 81, + "total_scripts": 76, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -729,6 +729,13 @@ "manual" ] }, + { + "file": "tcs-semantic-landing.yml", + "name": "🛰️ TCS 语义直连落盘 · Semantic Landing", + "triggers": [ + "issues" + ] + }, { "file": "test-notion-bridge.yml", "name": "\"🧪 Notion Bridge Connectivity Test\"", @@ -837,7 +844,7 @@ ] } ], - "item_count": 80 + "item_count": 81 }, { "zone_id": "SCRIPTS", @@ -1034,6 +1041,9 @@ { "file": "sync-patrol-to-notion.js" }, + { + "file": "tcs-semantic-landing.js" + }, { "file": "update-brain.js" }, @@ -1080,7 +1090,7 @@ "file": "zhuyuan-wakeup.js" } ], - "item_count": 75 + "item_count": 76 }, { "zone_id": "SRC", @@ -2092,6 +2102,10 @@ "syslog-pipeline": [ "WORKFLOWS::syslog-pipeline.yml" ], + "tcs-semantic-landing": [ + "WORKFLOWS::tcs-semantic-landing.yml", + "SCRIPTS::tcs-semantic-landing.js" + ], "test-notion-bridge": [ "WORKFLOWS::test-notion-bridge.yml" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index e2b736d0..04583cec 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-24 08:40 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-24 09:23 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 80 个 GitHub Actions | -| 脚本 | 75 个执行脚本 | +| 工作流 | 81 个 GitHub Actions | +| 脚本 | 76 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-24 08:40 CST | +| 快照生成时间 | 2026-03-24 09:23 CST | --- @@ -30,12 +30,12 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 80 项 +**路径**: `.github/workflows` · **数量**: 81 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 75 项 +**路径**: `scripts` · **数量**: 76 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -157,6 +157,7 @@ | `syslog-auto-pipeline.yml` | SYSLOG Auto Pipeline | unknown | | `syslog-issue-pipeline.yml` | 📡 SYSLOG Issue Pipeline | issues | | `syslog-pipeline.yml` | 铸渊 · SYSLOG Pipeline (A/D/E) | push, manual | +| `tcs-semantic-landing.yml` | 🛰️ TCS 语义直连落盘 · Semantic Landing | issues | | `test-notion-bridge.yml` | "🧪 Notion Bridge Connectivity Test" | push, manual | | `tianyan-daily-patrol.yml` | "🦅 天眼 · 每日巡检" | schedule(30 0 * * *), manual | | `update-readme-bulletin.yml` | 📢 更新系统公告区 | push, schedule(0 1 * * *), manual | @@ -235,6 +236,7 @@ - `scripts/sync-dev-status.js` - `scripts/sync-login-entry.js` - `scripts/sync-patrol-to-notion.js` +- `scripts/tcs-semantic-landing.js` - `scripts/update-brain.js` - `scripts/update-memory.js` - `scripts/update-readme-bulletin.js`