From 5361e9002882d9e89e499541161d623be1bd9d30 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, 7 Mar 2026 10:24:57 +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-07T10:24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 101 +++++++++++++++++++++++++++++---- .github/brain/repo-snapshot.md | 30 ++++++---- 2 files changed, 109 insertions(+), 22 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index f5d04d9c..8bfb5a5b 100644 --- a/.github/brain/repo-map.json +++ b/.github/brain/repo-map.json @@ -1,20 +1,20 @@ { "description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)", "version": "2.0", - "generated_at": "2026-03-07T08:29:50.158Z", + "generated_at": "2026-03-07T10:24:57.933Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 14, - "total_scripts": 15, + "total_workflows": 18, + "total_scripts": 18, "total_dev_nodes": 8, "hli_interfaces": 17, "hli_implemented": 3, "hli_coverage_pct": "18%", "last_ci_run": "2026-03-05T10:30:46.894Z", - "memory_last_updated": "2026-03-07T04:45:55.670Z" + "memory_last_updated": "2026-03-07T08:41:28.888Z" }, "zones": [ { @@ -42,6 +42,9 @@ { "file": "memory.json" }, + { + "file": "module-protocol.md" + }, { "file": "repo-map.json" }, @@ -55,7 +58,7 @@ "file": "wake-protocol.md" } ], - "item_count": 7 + "item_count": 8 }, { "zone_id": "PERSONA_BRAIN", @@ -102,6 +105,15 @@ "cron" ], "shelves": [ + { + "file": "bingshuo-deploy-agent.yml", + "name": "\"🧊 冰朔人格体 · 自动部署诊断\"", + "triggers": [ + "issues", + "issue_comment", + "manual" + ] + }, { "file": "brain-sync.yml", "name": "铸渊 Brain Sync", @@ -143,6 +155,14 @@ "manual" ] }, + { + "file": "deploy-to-server.yml", + "name": "\"🚀 铸渊 CD · 自动部署到 guanghulab.com\"", + "triggers": [ + "push", + "manual" + ] + }, { "file": "distribute-broadcasts.yml", "name": "铸渊 · 广播分发", @@ -153,7 +173,7 @@ }, { "file": "esp-signal-processor.yml", - "name": "铸渊 · ESP 邮件信号处理器", + "name": "铸渊 · ESP 邮件信号处理器(已暂停)", "triggers": [ "schedule(*/30 * * * *)", "manual" @@ -175,6 +195,14 @@ "pull_request" ] }, + { + "file": "notion-poll.yml", + "name": "铸渊 · Notion 工单轮询", + "triggers": [ + "schedule(*/15 * * * *)", + "manual" + ] + }, { "file": "psp-daily-inspection.yml", "name": "铸渊 · PSP 分身巡检", @@ -183,6 +211,14 @@ "manual" ] }, + { + "file": "staging-preview.yml", + "name": "\"🔍 铸渊预演部署 (Staging Preview)\"", + "triggers": [ + "pull_request", + "manual" + ] + }, { "file": "syslog-pipeline.yml", "name": "铸渊 · SYSLOG Pipeline (A/D/E)", @@ -216,7 +252,7 @@ ] } ], - "item_count": 14 + "item_count": 18 }, { "zone_id": "SCRIPTS", @@ -233,6 +269,9 @@ "runner" ], "shelves": [ + { + "file": "bingshuo-deploy-agent.js" + }, { "file": "contract-check.js" }, @@ -257,6 +296,9 @@ { "file": "notion-bridge.js" }, + { + "file": "notion-signal-bridge.js" + }, { "file": "process-broadcasts.js" }, @@ -277,9 +319,12 @@ }, { "file": "zhuyuan-issue-reply.js" + }, + { + "file": "zhuyuan-module-protocol.js" } ], - "item_count": 15 + "item_count": 18 }, { "zone_id": "SRC", @@ -386,8 +431,8 @@ { "module_id": "M18", "dir": "m18-health-check", - "files": 0, - "has_readme": false + "files": 1, + "has_readme": true } ], "item_count": 10 @@ -628,6 +673,9 @@ "助手" ], "shelves": [ + { + "file": "CNAME" + }, { "file": "HoloLake-Era-OS-Modules.md" }, @@ -636,9 +684,12 @@ }, { "file": "index.html" + }, + { + "file": "使用指南.md" } ], - "item_count": 3 + "item_count": 5 }, { "zone_id": "TESTS", @@ -851,6 +902,9 @@ "growth-log": [ "BRAIN::growth-log.md" ], + "module-protocol": [ + "BRAIN::module-protocol.md" + ], "repo-map": [ "BRAIN::repo-map.json" ], @@ -906,6 +960,10 @@ "cron": [ "WORKFLOWS" ], + "bingshuo-deploy-agent": [ + "WORKFLOWS::bingshuo-deploy-agent.yml", + "SCRIPTS::bingshuo-deploy-agent.js" + ], "brain-sync": [ "WORKFLOWS::brain-sync.yml" ], @@ -921,6 +979,9 @@ "deploy-pages": [ "WORKFLOWS::deploy-pages.yml" ], + "deploy-to-server": [ + "WORKFLOWS::deploy-to-server.yml" + ], "distribute-broadcasts": [ "WORKFLOWS::distribute-broadcasts.yml", "SCRIPTS::distribute-broadcasts.js" @@ -935,9 +996,15 @@ "hli-contract-check": [ "WORKFLOWS::hli-contract-check.yml" ], + "notion-poll": [ + "WORKFLOWS::notion-poll.yml" + ], "psp-daily-inspection": [ "WORKFLOWS::psp-daily-inspection.yml" ], + "staging-preview": [ + "WORKFLOWS::staging-preview.yml" + ], "syslog-pipeline": [ "WORKFLOWS::syslog-pipeline.yml" ], @@ -989,6 +1056,9 @@ "notion-bridge": [ "SCRIPTS::notion-bridge.js" ], + "notion-signal-bridge": [ + "SCRIPTS::notion-signal-bridge.js" + ], "process-broadcasts": [ "SCRIPTS::process-broadcasts.js" ], @@ -1004,6 +1074,9 @@ "update-memory": [ "SCRIPTS::update-memory.js" ], + "zhuyuan-module-protocol": [ + "SCRIPTS::zhuyuan-module-protocol.js" + ], "hli": [ "SRC" ], @@ -1251,9 +1324,15 @@ "助手": [ "DOCS" ], + "cname": [ + "DOCS::CNAME" + ], "hololake-era-os-modules": [ "DOCS::HoloLake-Era-OS-Modules.md" ], + "使用指南": [ + "DOCS::使用指南.md" + ], "test": [ "TESTS" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 1fe0b732..272b7fc6 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-07 16:29 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-07 18:24 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,18 +9,18 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 14 个 GitHub Actions | -| 脚本 | 15 个执行脚本 | +| 工作流 | 18 个 GitHub Actions | +| 脚本 | 18 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 3/17 (18%) | -| 快照生成时间 | 2026-03-07 16:29 CST | +| 快照生成时间 | 2026-03-07 18:24 CST | --- ## 🗺️ 图书馆全区地图 ### 🧠 铸渊大脑(BRAIN) -**路径**: `.github/brain` · **数量**: 7 项 +**路径**: `.github/brain` · **数量**: 8 项 **描述**: 铸渊核心记忆 · 路由映射 · 唤醒协议 · 图书馆目录 **关键词**: brain · memory · routing · wake · 大脑 · 记忆 @@ -30,12 +30,12 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 14 项 +**路径**: `.github/workflows` · **数量**: 18 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 15 项 +**路径**: `scripts` · **数量**: 18 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -75,7 +75,7 @@ **关键词**: syslog · inbox · log · 系统日志 ### 📄 文档与前端(DOCS) -**路径**: `docs` · **数量**: 3 项 +**路径**: `docs` · **数量**: 5 项 **描述**: 铸渊助手聊天界面 · GitHub Pages 部署 **关键词**: docs · html · chat · pages · 文档 · 聊天室 @@ -90,16 +90,20 @@ | 文件 | 名称 | 触发方式 | |------|------|----------| +| `bingshuo-deploy-agent.yml` | "🧊 冰朔人格体 · 自动部署诊断" | issues, issue_comment, manual | | `brain-sync.yml` | 铸渊 Brain Sync | push, schedule(0 8 * * *), manual | | `bridge-changes-to-notion.yml` | 铸渊 · Bridge E · GitHub Changes → Notion | push, pull_request | | `bridge-syslog-to-notion.yml` | 铸渊 · Bridge A · SYSLOG → Notion | push, manual | | `check-structure.yml` | 模块结构检查 | push, pull_request | | `deploy-pages.yml` | 🌀 部署铸渊聊天室 (GitHub Pages) | push, manual | +| `deploy-to-server.yml` | "🚀 铸渊 CD · 自动部署到 guanghulab.com" | push, manual | | `distribute-broadcasts.yml` | 铸渊 · 广播分发 | push, manual | -| `esp-signal-processor.yml` | 铸渊 · ESP 邮件信号处理器 | schedule(*/30 * * * *), manual | +| `esp-signal-processor.yml` | 铸渊 · ESP 邮件信号处理器(已暂停) | schedule(*/30 * * * *), manual | | `generate-module-doc.yml` | 铸渊 · HoloLake Era 模块文档自动生成 | push, manual | | `hli-contract-check.yml` | HLI Contract Check | push, pull_request | +| `notion-poll.yml` | 铸渊 · Notion 工单轮询 | schedule(*/15 * * * *), manual | | `psp-daily-inspection.yml` | 铸渊 · PSP 分身巡检 | schedule(0 1 * * *), manual | +| `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual | | `syslog-pipeline.yml` | 铸渊 · SYSLOG Pipeline (A/D/E) | push, manual | | `update-repo-map.yml` | 铸渊 · 图书馆目录自动更新 | push, schedule(0 0 * * *), manual | | `zhuyuan-daily-selfcheck.yml` | 铸渊 · 每日自检与自进化 | schedule(0 0 * * *), manual | @@ -109,6 +113,7 @@ ## 🔧 执行脚本库(铸渊的工作人员) +- `scripts/bingshuo-deploy-agent.js` - `scripts/contract-check.js` - `scripts/daily-check.js` - `scripts/distribute-broadcasts.js` @@ -117,6 +122,7 @@ - `scripts/generate-repo-map.js` - `scripts/notify-module-received.js` - `scripts/notion-bridge.js` +- `scripts/notion-signal-bridge.js` - `scripts/process-broadcasts.js` - `scripts/process-syslog.js` - `scripts/psp-inspection.js` @@ -124,6 +130,7 @@ - `scripts/update-memory.js` - `scripts/zhuyuan-daily-selfcheck.js` - `scripts/zhuyuan-issue-reply.js` +- `scripts/zhuyuan-module-protocol.js` --- @@ -182,7 +189,7 @@ - `m11-module/` — 4 个文件 (有README) - `m12-kanban/` — 1 个文件 (有README) - `m15-cloud-drive/` — 3 个文件 -- `m18-health-check/` — 0 个文件 +- `m18-health-check/` — 1 个文件 (有README) --- @@ -191,6 +198,7 @@ - `.github/brain/collaborators.json` - `.github/brain/growth-log.md` - `.github/brain/memory.json` +- `.github/brain/module-protocol.md` - `.github/brain/repo-map.json` - `.github/brain/repo-snapshot.md` - `.github/brain/routing-map.json` @@ -200,9 +208,9 @@ ## 🕐 最近动态(memory.json 最新3条) +- `2026-03-07T08:41:28.888Z` · daily_check — passed - `2026-03-06T08:51:24.830Z` · daily_check — passed - `2026-03-05T16:07:24.070Z` · ci_run — passed -- `2026-03-05T12:32:31.000Z` · system_build — 广播分发系统 + 唤醒协议全部激活 ---