diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 1315b6af..bc37ab19 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-09T09:14:23.704Z", + "generated_at": "2026-03-09T09:38:25.864Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 24, - "total_scripts": 22, + "total_workflows": 25, + "total_scripts": 23, "total_dev_nodes": 8, "hli_interfaces": 17, "hli_implemented": 3, @@ -276,6 +276,15 @@ "manual" ] }, + { + "file": "update-readme-bulletin.yml", + "name": "📢 更新系统公告区", + "triggers": [ + "push", + "schedule(0 1 * * *)", + "manual" + ] + }, { "file": "update-repo-map.yml", "name": "铸渊 · 图书馆目录自动更新", @@ -304,7 +313,8 @@ "file": "zhuyuan-issue-reply.yml", "name": "铸渊 · Issue 自动回复", "triggers": [ - "issues" + "issues", + "issue_comment" ] }, { @@ -315,7 +325,7 @@ ] } ], - "item_count": 24 + "item_count": 25 }, { "zone_id": "SCRIPTS", @@ -389,6 +399,9 @@ { "file": "update-memory.js" }, + { + "file": "update-readme-bulletin.js" + }, { "file": "zhuyuan-daily-selfcheck.js" }, @@ -399,7 +412,7 @@ "file": "zhuyuan-module-protocol.js" } ], - "item_count": 22 + "item_count": 23 }, { "zone_id": "SRC", @@ -1110,6 +1123,10 @@ "test-notion-bridge": [ "WORKFLOWS::test-notion-bridge.yml" ], + "update-readme-bulletin": [ + "WORKFLOWS::update-readme-bulletin.yml", + "SCRIPTS::update-readme-bulletin.js" + ], "update-repo-map": [ "WORKFLOWS::update-repo-map.yml" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 89c0f22d..eff5b7ac 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-09 17:14 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-09 17:38 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 24 个 GitHub Actions | -| 脚本 | 22 个执行脚本 | +| 工作流 | 25 个 GitHub Actions | +| 脚本 | 23 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 3/17 (18%) | -| 快照生成时间 | 2026-03-09 17:14 CST | +| 快照生成时间 | 2026-03-09 17:38 CST | --- @@ -30,12 +30,12 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 24 项 +**路径**: `.github/workflows` · **数量**: 25 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 22 项 +**路径**: `scripts` · **数量**: 23 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -109,10 +109,11 @@ | `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual | | `syslog-pipeline.yml` | 铸渊 · SYSLOG Pipeline (A/D/E) | push, manual | | `test-notion-bridge.yml` | "🧪 Notion Bridge Connectivity Test" | push, manual | +| `update-readme-bulletin.yml` | 📢 更新系统公告区 | push, schedule(0 1 * * *), manual | | `update-repo-map.yml` | 铸渊 · 图书馆目录自动更新 | push, schedule(0 0 * * *), manual | | `zhuyuan-brain-sync.yml` | 铸渊 · Brain Sync | push | | `zhuyuan-daily-selfcheck.yml` | 铸渊 · 每日自检 | schedule(0 0 * * *), manual | -| `zhuyuan-issue-reply.yml` | 铸渊 · Issue 自动回复 | issues | +| `zhuyuan-issue-reply.yml` | 铸渊 · Issue 自动回复 | issues, issue_comment | | `zhuyuan-pr-review.yml` | 铸渊 · PR Review | pull_request | --- @@ -138,6 +139,7 @@ - `scripts/selfcheck.js` - `scripts/update-brain.js` - `scripts/update-memory.js` +- `scripts/update-readme-bulletin.js` - `scripts/zhuyuan-daily-selfcheck.js` - `scripts/zhuyuan-issue-reply.js` - `scripts/zhuyuan-module-protocol.js`