From 40faac2a6fb5d7476abed7587cffb6554fe39dd0 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: Wed, 25 Mar 2026 07:18:03 +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-25T07:18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 52 ++++++++++++++++++++++++++++++---- .github/brain/repo-snapshot.md | 18 +++++++----- 2 files changed, 57 insertions(+), 13 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index d5135e78..c1b8cec1 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-25T05:41:36.518Z", + "generated_at": "2026-03-25T07:18:03.125Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 95, - "total_scripts": 80, + "total_workflows": 97, + "total_scripts": 82, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -479,6 +479,14 @@ "manual" ] }, + { + "file": "neural-daily-digest.yml", + "name": "\"🧬 铸渊 · 双端神经系统 · 每日汇总引擎\"", + "triggers": [ + "schedule(0 13 * * *)", + "manual" + ] + }, { "file": "notion-callback-pipeline.yml", "name": "Notion Callback Pipeline", @@ -853,6 +861,14 @@ "manual" ] }, + { + "file": "update-dashboard.yml", + "name": "📊 实时仪表盘更新", + "triggers": [ + "schedule(0 0 * * *)", + "manual" + ] + }, { "file": "update-readme-bulletin.yml", "name": "📢 更新系统公告区", @@ -960,7 +976,7 @@ ] } ], - "item_count": 95 + "item_count": 97 }, { "zone_id": "SCRIPTS", @@ -1058,6 +1074,9 @@ { "file": "generate-daily-report.js" }, + { + "file": "generate-dashboard-data.js" + }, { "file": "generate-module-doc.js" }, @@ -1079,6 +1098,9 @@ { "file": "invoke-persona.js" }, + { + "file": "neural" + }, { "file": "notify-module-received.js" }, @@ -1218,7 +1240,7 @@ "file": "zhuyuan-wakeup.js" } ], - "item_count": 80 + "item_count": 82 }, { "zone_id": "SRC", @@ -1614,6 +1636,9 @@ { "file": "index.html" }, + { + "file": "neural-bridge-protocol-v3.md" + }, { "file": "notion-bridge-map.md" }, @@ -1627,7 +1652,7 @@ "file": "使用指南.md" } ], - "item_count": 14 + "item_count": 15 }, { "zone_id": "TESTS", @@ -2134,6 +2159,9 @@ "multi-persona-awakening": [ "WORKFLOWS::multi-persona-awakening.yml" ], + "neural-daily-digest": [ + "WORKFLOWS::neural-daily-digest.yml" + ], "notion-callback-pipeline": [ "WORKFLOWS::notion-callback-pipeline.yml" ], @@ -2292,6 +2320,9 @@ "tianyan-nightly-scan": [ "WORKFLOWS::tianyan-nightly-scan.yml" ], + "update-dashboard": [ + "WORKFLOWS::update-dashboard.yml" + ], "update-readme-bulletin": [ "WORKFLOWS::update-readme-bulletin.yml", "SCRIPTS::update-readme-bulletin.js" @@ -2423,6 +2454,9 @@ "generate-daily-report": [ "SCRIPTS::generate-daily-report.js" ], + "generate-dashboard-data": [ + "SCRIPTS::generate-dashboard-data.js" + ], "generate-repo-map": [ "SCRIPTS::generate-repo-map.js" ], @@ -2441,6 +2475,9 @@ "invoke-persona": [ "SCRIPTS::invoke-persona.js" ], + "neural": [ + "SCRIPTS::neural" + ], "notify-module-received": [ "SCRIPTS::notify-module-received.js" ], @@ -2817,6 +2854,9 @@ "execution-status": [ "DOCS::execution-status.md" ], + "neural-bridge-protocol-v3": [ + "DOCS::neural-bridge-protocol-v3.md" + ], "notion-bridge-map": [ "DOCS::notion-bridge-map.md" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 38df148a..e022cbf1 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-25 13:41 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-25 15:18 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 95 个 GitHub Actions | -| 脚本 | 80 个执行脚本 | +| 工作流 | 97 个 GitHub Actions | +| 脚本 | 82 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-25 13:41 CST | +| 快照生成时间 | 2026-03-25 15:18 CST | --- @@ -30,12 +30,12 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 95 项 +**路径**: `.github/workflows` · **数量**: 97 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 80 项 +**路径**: `scripts` · **数量**: 82 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -75,7 +75,7 @@ **关键词**: syslog · inbox · log · 系统日志 ### 📄 文档与前端(DOCS) -**路径**: `docs` · **数量**: 14 项 +**路径**: `docs` · **数量**: 15 项 **描述**: 铸渊助手聊天界面 · GitHub Pages 部署 **关键词**: docs · html · chat · pages · 文档 · 聊天室 @@ -123,6 +123,7 @@ | `merge-watchdog.yml` | "👁️ Merge Watchdog · 合并指令看守者" | pull_request, issues, manual | | `meta-watchdog.yml` | "🐕 元看门狗 · 巡检健康监控" | schedule(0 */6 * * *), manual | | `multi-persona-awakening.yml` | "🌊 Multi-Persona Awakening Engine" | schedule(30 23 * * 6), manual | +| `neural-daily-digest.yml` | "🧬 铸渊 · 双端神经系统 · 每日汇总引擎" | schedule(0 13 * * *), manual | | `notion-callback-pipeline.yml` | Notion Callback Pipeline | unknown | | `notion-connectivity-test.yml` | 铸渊 · Notion 连通性测试 | manual | | `notion-heartbeat.yml` | Notion Heartbeat Monitor | schedule(*/5 * * * *), manual | @@ -172,6 +173,7 @@ | `test-notion-bridge.yml` | "🧪 Notion Bridge Connectivity Test" | push, manual | | `tianyan-daily-patrol.yml` | "🦅 天眼 · 每日巡检" | schedule(30 0 * * *), manual | | `tianyan-nightly-scan.yml` | "🌙 天眼夜间自动修复引擎 v3.0" | schedule(0 15 * * *), manual | +| `update-dashboard.yml` | 📊 实时仪表盘更新 | schedule(0 0 * * *), manual | | `update-readme-bulletin.yml` | 📢 更新系统公告区 | push, schedule(0 1 * * *), manual | | `update-readme.yml` | 📊 README 仪表盘自动更新 | schedule(0 0 * * *), manual | | `update-repo-map.yml` | 铸渊 · 图书馆目录自动更新 | push, schedule(0 0 * * *), manual | @@ -217,6 +219,7 @@ - `scripts/generate-automation-map.js` - `scripts/generate-communication-map.js` - `scripts/generate-daily-report.js` +- `scripts/generate-dashboard-data.js` - `scripts/generate-module-doc.js` - `scripts/generate-repo-map.js` - `scripts/generate-session-summary.js` @@ -224,6 +227,7 @@ - `scripts/grid-db` - `scripts/intent-router.js` - `scripts/invoke-persona.js` +- `scripts/neural` - `scripts/notify-module-received.js` - `scripts/notion-bridge.js` - `scripts/notion-connectivity-test.js`