From caf339230059540cf0d50a7ac9d105cafa4c8534 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: Mon, 23 Mar 2026 14:04: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-23T14:04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 28 +++++++++++++++++++++++++--- .github/brain/repo-snapshot.md | 10 ++++++---- 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 06cdbe93..8041c8c6 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-23T12:38:40.812Z", + "generated_at": "2026-03-23T14:04:03.116Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 76, + "total_workflows": 78, "total_scripts": 75, "total_dev_nodes": 8, "hli_interfaces": 21, @@ -305,6 +305,22 @@ "manual" ] }, + { + "file": "buffer-collect.yml", + "name": "\"📥 Grid-DB Buffer Collect\"", + "triggers": [ + "schedule(0 1 * * *)", + "manual" + ] + }, + { + "file": "buffer-flush.yml", + "name": "\"🧠 Grid-DB Buffer Flush\"", + "triggers": [ + "schedule(30 13 * * *)", + "manual" + ] + }, { "file": "check-structure.yml", "name": "模块结构检查", @@ -802,7 +818,7 @@ ] } ], - "item_count": 76 + "item_count": 78 }, { "zone_id": "SCRIPTS", @@ -1878,6 +1894,12 @@ "bridge-syslog-to-notion": [ "WORKFLOWS::bridge-syslog-to-notion.yml" ], + "buffer-collect": [ + "WORKFLOWS::buffer-collect.yml" + ], + "buffer-flush": [ + "WORKFLOWS::buffer-flush.yml" + ], "check-structure": [ "WORKFLOWS::check-structure.yml" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 1a9dbb04..78bc170e 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-23 20:38 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-23 22:04 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 76 个 GitHub Actions | +| 工作流 | 78 个 GitHub Actions | | 脚本 | 75 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-23 20:38 CST | +| 快照生成时间 | 2026-03-23 22:04 CST | --- @@ -30,7 +30,7 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 76 项 +**路径**: `.github/workflows` · **数量**: 78 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 @@ -102,6 +102,8 @@ | `bridge-session-summary.yml` | Generate Session Summary for Notion | schedule(50 23 * * *), manual | | `bridge-syslog-intake.yml` | 铸渊 · 🌉 桥接·SYSLOG 上行处理 | push, manual | | `bridge-syslog-to-notion.yml` | 铸渊 · Bridge A · SYSLOG → Notion | push, manual | +| `buffer-collect.yml` | "📥 Grid-DB Buffer Collect" | schedule(0 1 * * *), manual | +| `buffer-flush.yml` | "🧠 Grid-DB Buffer Flush" | schedule(30 13 * * *), manual | | `check-structure.yml` | 模块结构检查 | push, pull_request | | `daily-maintenance.yml` | "🔧 铸渊 · Daily Maintenance Agent" | schedule(0 2 * * *), manual | | `daily-report.yml` | "📰 铸渊 · 光湖开发日报" | schedule(0 2 * * *), manual |