From 5026911a73a987c2fde871d42e7fd53107858cdc 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, 22 Mar 2026 17:21:28 +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-22T17:21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 69 +++++++++++++++++++++++++++++++--- .github/brain/repo-snapshot.md | 18 ++++++--- 2 files changed, 76 insertions(+), 11 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 9ff5f152..b0ffe1cc 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-22T14:49:39.325Z", + "generated_at": "2026-03-22T17:21:28.209Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 67, - "total_scripts": 74, + "total_workflows": 72, + "total_scripts": 75, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -385,6 +385,29 @@ "manual" ] }, + { + "file": "grid-db-archive.yml", + "name": "📦 Grid-DB 月度归档", + "triggers": [ + "schedule(0 2 1 * *)", + "manual" + ] + }, + { + "file": "grid-db-processor.yml", + "name": "⚙️ Grid-DB 消息处理器", + "triggers": [ + "push" + ] + }, + { + "file": "grid-db-training-extract.yml", + "name": "🧬 训练数据提取", + "triggers": [ + "schedule(0 3 * * 0)", + "manual" + ] + }, { "file": "hli-contract-check.yml", "name": "HLI Contract Check", @@ -587,6 +610,13 @@ "manual" ] }, + { + "file": "sync-griddb-to-notion.yml", + "name": "📤 Grid-DB → Notion 增量回传", + "triggers": [ + "push" + ] + }, { "file": "sync-login-entry.yml", "name": "铸渊 · Sync Login Entry · Notion → 飞书文档A", @@ -594,6 +624,14 @@ "manual" ] }, + { + "file": "sync-notion-to-griddb.yml", + "name": "🧠 Notion → Grid-DB 记忆同步", + "triggers": [ + "schedule(0 */4 * * *)", + "manual" + ] + }, { "file": "sync-persona-studio.yml", "name": "🔄 铸渊跨仓库同步 · persona-studio", @@ -732,7 +770,7 @@ ] } ], - "item_count": 67 + "item_count": 72 }, { "zone_id": "SCRIPTS", @@ -836,6 +874,9 @@ { "file": "generate-system-health.js" }, + { + "file": "grid-db" + }, { "file": "intent-router.js" }, @@ -972,7 +1013,7 @@ "file": "zhuyuan-wakeup.js" } ], - "item_count": 74 + "item_count": 75 }, { "zone_id": "SRC", @@ -1837,6 +1878,15 @@ "WORKFLOWS::generate-module-doc.yml", "SCRIPTS::generate-module-doc.js" ], + "grid-db-archive": [ + "WORKFLOWS::grid-db-archive.yml" + ], + "grid-db-processor": [ + "WORKFLOWS::grid-db-processor.yml" + ], + "grid-db-training-extract": [ + "WORKFLOWS::grid-db-training-extract.yml" + ], "hli-contract-check": [ "WORKFLOWS::hli-contract-check.yml" ], @@ -1926,10 +1976,16 @@ "WORKFLOWS::sync-dev-status.yml", "SCRIPTS::sync-dev-status.js" ], + "sync-griddb-to-notion": [ + "WORKFLOWS::sync-griddb-to-notion.yml" + ], "sync-login-entry": [ "WORKFLOWS::sync-login-entry.yml", "SCRIPTS::sync-login-entry.js" ], + "sync-notion-to-griddb": [ + "WORKFLOWS::sync-notion-to-griddb.yml" + ], "sync-persona-studio": [ "WORKFLOWS::sync-persona-studio.yml" ], @@ -2076,6 +2132,9 @@ "generate-system-health": [ "SCRIPTS::generate-system-health.js" ], + "grid-db": [ + "SCRIPTS::grid-db" + ], "intent-router": [ "SCRIPTS::intent-router.js" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 12d3c68b..98745237 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-22 22:49 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-23 01:21 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 67 个 GitHub Actions | -| 脚本 | 74 个执行脚本 | +| 工作流 | 72 个 GitHub Actions | +| 脚本 | 75 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-22 22:49 CST | +| 快照生成时间 | 2026-03-23 01:21 CST | --- @@ -30,12 +30,12 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 67 项 +**路径**: `.github/workflows` · **数量**: 72 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 74 项 +**路径**: `scripts` · **数量**: 75 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -112,6 +112,9 @@ | `federation-bridge.yml` | 🌉 铸渊 · 仓库联邦桥接 | push, schedule(0 2 * * *), manual | | `feishu-syslog-bridge.yml` | 铸渊 · 飞书SYSLOG桥接 | unknown | | `generate-module-doc.yml` | 铸渊 · 光湖纪元 模块文档自动生成 | push, manual | +| `grid-db-archive.yml` | 📦 Grid-DB 月度归档 | schedule(0 2 1 * *), manual | +| `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 | | `meta-watchdog.yml` | "🐕 元看门狗 · 巡检健康监控" | schedule(0 */6 * * *), manual | | `notion-callback-pipeline.yml` | Notion Callback Pipeline | unknown | @@ -139,7 +142,9 @@ | `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual | | `sync-deploy-to-notion.yml` | "📝 Sync Deploy Status to Notion" | schedule(0 4,14 * * *), manual | | `sync-dev-status.yml` | "📡 铸渊 · dev-status 自动同步" | schedule(0 1 * * *), manual | +| `sync-griddb-to-notion.yml` | 📤 Grid-DB → Notion 增量回传 | push | | `sync-login-entry.yml` | 铸渊 · Sync Login Entry · Notion → 飞书文档A | manual | +| `sync-notion-to-griddb.yml` | 🧠 Notion → Grid-DB 记忆同步 | schedule(0 */4 * * *), manual | | `sync-persona-studio.yml` | 🔄 铸渊跨仓库同步 · persona-studio | push, manual | | `syslog-auto-pipeline.yml` | SYSLOG Auto Pipeline | unknown | | `syslog-issue-pipeline.yml` | 📡 SYSLOG Issue Pipeline | issues | @@ -191,6 +196,7 @@ - `scripts/generate-repo-map.js` - `scripts/generate-session-summary.js` - `scripts/generate-system-health.js` +- `scripts/grid-db` - `scripts/intent-router.js` - `scripts/invoke-persona.js` - `scripts/notify-module-received.js`