From 8eb04a90b38c870962711d7cb4fc3667660f64e4 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: Tue, 24 Mar 2026 12:10:09 +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-24T12:10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 37 ++++++++++++++++++++++++++++++---- .github/brain/repo-snapshot.md | 12 ++++++----- 2 files changed, 40 insertions(+), 9 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 8de3bcb9..f067c889 100644 --- a/.github/brain/repo-map.json +++ b/.github/brain/repo-map.json @@ -1,13 +1,13 @@ { "description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)", "version": "2.0", - "generated_at": "2026-03-24T11:36:46.705Z", + "generated_at": "2026-03-24T12:10:09.128Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 88, + "total_workflows": 90, "total_scripts": 78, "total_dev_nodes": 8, "hli_interfaces": 21, @@ -451,6 +451,15 @@ "pull_request" ] }, + { + "file": "merge-watchdog.yml", + "name": "\"👁️ Merge Watchdog · 合并指令看守者\"", + "triggers": [ + "pull_request", + "issues", + "manual" + ] + }, { "file": "meta-watchdog.yml", "name": "\"🐕 元看门狗 · 巡检健康监控\"", @@ -800,6 +809,14 @@ "manual" ] }, + { + "file": "tianyan-nightly-scan.yml", + "name": "\"🌙 天眼夜间自动修复引擎 v3.0\"", + "triggers": [ + "schedule(0 15 * * *)", + "manual" + ] + }, { "file": "update-readme-bulletin.yml", "name": "📢 更新系统公告区", @@ -900,7 +917,7 @@ ] } ], - "item_count": 88 + "item_count": 90 }, { "zone_id": "SCRIPTS", @@ -1527,6 +1544,9 @@ { "file": "daily-reports" }, + { + "file": "dashboard" + }, { "file": "execution-layer-map.md" }, @@ -1549,7 +1569,7 @@ "file": "使用指南.md" } ], - "item_count": 13 + "item_count": 14 }, { "zone_id": "TESTS", @@ -2044,6 +2064,9 @@ "hli-contract-check": [ "WORKFLOWS::hli-contract-check.yml" ], + "merge-watchdog": [ + "WORKFLOWS::merge-watchdog.yml" + ], "meta-watchdog": [ "WORKFLOWS::meta-watchdog.yml" ], @@ -2192,6 +2215,9 @@ "tianyan-daily-patrol": [ "WORKFLOWS::tianyan-daily-patrol.yml" ], + "tianyan-nightly-scan": [ + "WORKFLOWS::tianyan-nightly-scan.yml" + ], "update-readme-bulletin": [ "WORKFLOWS::update-readme-bulletin.yml", "SCRIPTS::update-readme-bulletin.js" @@ -2693,6 +2719,9 @@ "daily-reports": [ "DOCS::daily-reports" ], + "dashboard": [ + "DOCS::dashboard" + ], "execution-layer-map": [ "DOCS::execution-layer-map.md" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 65e6ba9d..ebf0cc97 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-24 19:36 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-24 20:10 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 88 个 GitHub Actions | +| 工作流 | 90 个 GitHub Actions | | 脚本 | 78 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-24 19:36 CST | +| 快照生成时间 | 2026-03-24 20:10 CST | --- @@ -30,7 +30,7 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 88 项 +**路径**: `.github/workflows` · **数量**: 90 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 @@ -75,7 +75,7 @@ **关键词**: syslog · inbox · log · 系统日志 ### 📄 文档与前端(DOCS) -**路径**: `docs` · **数量**: 13 项 +**路径**: `docs` · **数量**: 14 项 **描述**: 铸渊助手聊天界面 · GitHub Pages 部署 **关键词**: docs · html · chat · pages · 文档 · 聊天室 @@ -120,6 +120,7 @@ | `grid-db-processor.yml` | ⚙️ Grid-DB 消息处理器 | push | | `grid-db-training-extract.yml` | 🧬 训练数据提取 | schedule(0 3 * * 0), manual | | `hli-contract-check.yml` | HLI Contract Check | push, pull_request | +| `merge-watchdog.yml` | "👁️ Merge Watchdog · 合并指令看守者" | pull_request, issues, manual | | `meta-watchdog.yml` | "🐕 元看门狗 · 巡检健康监控" | schedule(0 */6 * * *), manual | | `notion-callback-pipeline.yml` | Notion Callback Pipeline | unknown | | `notion-connectivity-test.yml` | 铸渊 · Notion 连通性测试 | manual | @@ -166,6 +167,7 @@ | `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 | +| `tianyan-nightly-scan.yml` | "🌙 天眼夜间自动修复引擎 v3.0" | schedule(0 15 * * *), 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 |