From 46dc8a425188beb94da734af0aaae8ccad9e956d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=93=B8=E6=B8=8A=20=28Zh=C3=B9Yu=C4=81n=29?= Date: Fri, 13 Mar 2026 19:22:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20=E9=93=B8=E6=B8=8A=E5=9B=BE?= =?UTF-8?q?=E4=B9=A6=E9=A6=86=E7=9B=AE=E5=BD=95=E6=9B=B4=E6=96=B0=20=C2=B7?= =?UTF-8?q?=202026-03-13T19:22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 18 +++++++++++++++--- .github/brain/repo-snapshot.md | 10 ++++++---- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 57846737..48c1f7eb 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-13T18:50:18.312Z", + "generated_at": "2026-03-13T19:22:39.519Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, "total_workflows": 41, - "total_scripts": 40, + "total_scripts": 42, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -531,6 +531,9 @@ { "file": "generate-session-summary.js" }, + { + "file": "intent-router.js" + }, { "file": "invoke-persona.js" }, @@ -549,6 +552,9 @@ { "file": "notion-signal-bridge.js" }, + { + "file": "pipeline-reporter.js" + }, { "file": "process-broadcasts.js" }, @@ -616,7 +622,7 @@ "file": "zhuyuan-module-protocol.js" } ], - "item_count": 40 + "item_count": 42 }, { "zone_id": "SRC", @@ -1519,6 +1525,9 @@ "generate-session-summary": [ "SCRIPTS::generate-session-summary.js" ], + "intent-router": [ + "SCRIPTS::intent-router.js" + ], "invoke-persona": [ "SCRIPTS::invoke-persona.js" ], @@ -1531,6 +1540,9 @@ "notion-signal-bridge": [ "SCRIPTS::notion-signal-bridge.js" ], + "pipeline-reporter": [ + "SCRIPTS::pipeline-reporter.js" + ], "process-broadcasts": [ "SCRIPTS::process-broadcasts.js" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 903d072f..f8de2a42 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-14 02:50 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-14 03:22 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -10,10 +10,10 @@ | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | | 工作流 | 41 个 GitHub Actions | -| 脚本 | 40 个执行脚本 | +| 脚本 | 42 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-14 02:50 CST | +| 快照生成时间 | 2026-03-14 03:22 CST | --- @@ -35,7 +35,7 @@ **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 40 项 +**路径**: `scripts` · **数量**: 42 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -148,12 +148,14 @@ - `scripts/generate-module-doc.js` - `scripts/generate-repo-map.js` - `scripts/generate-session-summary.js` +- `scripts/intent-router.js` - `scripts/invoke-persona.js` - `scripts/notify-module-received.js` - `scripts/notion-bridge.js` - `scripts/notion-connectivity-test.js` - `scripts/notion-heartbeat.js` - `scripts/notion-signal-bridge.js` +- `scripts/pipeline-reporter.js` - `scripts/process-broadcasts.js` - `scripts/process-syslog.js` - `scripts/psp-inspection.js`