From 9ad96cf388c25b43b2a11cdf5f063614580b6a51 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: Sat, 14 Mar 2026 17:02:29 +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-14T17:02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 26 +++++++++++++++++++++----- .github/brain/repo-snapshot.md | 14 ++++++++------ 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 53a5d581..4e1b1a7a 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-14T16:51:56.262Z", + "generated_at": "2026-03-14T17:02:29.611Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 44, - "total_scripts": 45, + "total_workflows": 45, + "total_scripts": 46, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -380,6 +380,13 @@ "manual" ] }, + { + "file": "push-broadcast-feishu.yml", + "name": "铸渊 · 广播推送飞书(聊天消息)", + "triggers": [ + "manual" + ] + }, { "file": "push-broadcast.yml", "name": "铸渊 · Push Broadcast · Notion → 飞书文档B", @@ -504,7 +511,7 @@ ] } ], - "item_count": 44 + "item_count": 45 }, { "zone_id": "SCRIPTS", @@ -644,6 +651,9 @@ { "file": "wake-persona.js" }, + { + "file": "write-notion-syslog.js" + }, { "file": "zhuyuan-daily-agent.js" }, @@ -657,7 +667,7 @@ "file": "zhuyuan-module-protocol.js" } ], - "item_count": 45 + "item_count": 46 }, { "zone_id": "SRC", @@ -1498,6 +1508,9 @@ "psp-daily-inspection": [ "WORKFLOWS::psp-daily-inspection.yml" ], + "push-broadcast-feishu": [ + "WORKFLOWS::push-broadcast-feishu.yml" + ], "push-broadcast": [ "WORKFLOWS::push-broadcast.yml", "SCRIPTS::push-broadcast.js" @@ -1668,6 +1681,9 @@ "wake-persona": [ "SCRIPTS::wake-persona.js" ], + "write-notion-syslog": [ + "SCRIPTS::write-notion-syslog.js" + ], "zhuyuan-module-protocol": [ "SCRIPTS::zhuyuan-module-protocol.js" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index d2304891..627d68bb 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-15 00:51 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-15 01:02 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 44 个 GitHub Actions | -| 脚本 | 45 个执行脚本 | +| 工作流 | 45 个 GitHub Actions | +| 脚本 | 46 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-15 00:51 CST | +| 快照生成时间 | 2026-03-15 01:02 CST | --- @@ -30,12 +30,12 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 44 项 +**路径**: `.github/workflows` · **数量**: 45 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 45 项 +**路径**: `scripts` · **数量**: 46 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -118,6 +118,7 @@ | `ps-on-complete.yml` | "🌊 Persona Studio · 完成通知" | manual | | `ps-on-login.yml` | "🌊 Persona Studio · 登录校验" | manual | | `psp-daily-inspection.yml` | 铸渊 · PSP 分身巡检 | schedule(0 1 * * *), manual | +| `push-broadcast-feishu.yml` | 铸渊 · 广播推送飞书(聊天消息) | manual | | `push-broadcast.yml` | 铸渊 · Push Broadcast · Notion → 飞书文档B | manual | | `receive-syslog.yml` | 铸渊 · Receive SYSLOG · 飞书机器人 → GitHub → Notion | unknown | | `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual | @@ -180,6 +181,7 @@ - `scripts/utils` - `scripts/verify-modules.js` - `scripts/wake-persona.js` +- `scripts/write-notion-syslog.js` - `scripts/zhuyuan-daily-agent.js` - `scripts/zhuyuan-daily-selfcheck.js` - `scripts/zhuyuan-issue-reply.js`