From e581c68e6a43a1a0d0b0c6d31e22a45e768d9961 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: Sun, 15 Mar 2026 15:33:52 +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-15T15:33?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 17 ++++++++++++++--- .github/brain/repo-snapshot.md | 5 +++-- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index d00d1f05..da1533d6 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-15T15:33:26.784Z", + "generated_at": "2026-03-15T15:33:51.915Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 50, + "total_workflows": 51, "total_scripts": 53, "total_dev_nodes": 8, "hli_interfaces": 21, @@ -292,6 +292,14 @@ "pull_request" ] }, + { + "file": "meta-watchdog.yml", + "name": "\"🐕 元看门狗 · 巡检健康监控\"", + "triggers": [ + "schedule(0 */6 * * *)", + "manual" + ] + }, { "file": "notion-callback-pipeline.yml", "name": "Notion Callback Pipeline", @@ -550,7 +558,7 @@ ] } ], - "item_count": 50 + "item_count": 51 }, { "zone_id": "SCRIPTS", @@ -1518,6 +1526,9 @@ "hli-contract-check": [ "WORKFLOWS::hli-contract-check.yml" ], + "meta-watchdog": [ + "WORKFLOWS::meta-watchdog.yml" + ], "notion-callback-pipeline": [ "WORKFLOWS::notion-callback-pipeline.yml" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index d91e8ed8..623ab594 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -9,7 +9,7 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 50 个 GitHub Actions | +| 工作流 | 51 个 GitHub Actions | | 脚本 | 53 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | @@ -30,7 +30,7 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 50 项 +**路径**: `.github/workflows` · **数量**: 51 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 @@ -106,6 +106,7 @@ | `feishu-syslog-bridge.yml` | 铸渊 · 飞书SYSLOG桥接 | unknown | | `generate-module-doc.yml` | 铸渊 · 光湖纪元 模块文档自动生成 | push, manual | | `hli-contract-check.yml` | HLI Contract Check | push, pull_request | +| `meta-watchdog.yml` | "🐕 元看门狗 · 巡检健康监控" | schedule(0 */6 * * *), manual | | `notion-callback-pipeline.yml` | Notion Callback Pipeline | unknown | | `notion-connectivity-test.yml` | 铸渊 · Notion 连通性测试 | manual | | `notion-heartbeat.yml` | Notion Heartbeat Monitor | schedule(*/5 * * * *), manual |