From cf2683fa2bdb29eee1e48383e47de183240574bd 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: Tue, 10 Mar 2026 07:35: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-10T07:35?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 31 ++++++++++++++++++++++++------- .github/brain/repo-snapshot.md | 18 ++++++++++-------- 2 files changed, 34 insertions(+), 15 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 34460670..44d3b66c 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-10T07:01:49.331Z", + "generated_at": "2026-03-10T07:35:28.912Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 29, - "total_scripts": 23, + "total_workflows": 30, + "total_scripts": 24, "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-10T05:00:00.000Z" + "last_ci_run": "2026-03-05T16:07:24.070Z", + "memory_last_updated": "2026-03-10T07:05:00.000Z" }, "zones": [ { @@ -288,6 +288,14 @@ "manual" ] }, + { + "file": "sync-persona-studio.yml", + "name": "🔄 铸渊跨仓库同步 · persona-studio", + "triggers": [ + "push", + "manual" + ] + }, { "file": "syslog-pipeline.yml", "name": "铸渊 · SYSLOG Pipeline (A/D/E)", @@ -353,7 +361,7 @@ ] } ], - "item_count": 29 + "item_count": 30 }, { "zone_id": "SCRIPTS", @@ -376,6 +384,9 @@ { "file": "contract-check.js" }, + { + "file": "cross-repo-sync.js" + }, { "file": "daily-check.js" }, @@ -440,7 +451,7 @@ "file": "zhuyuan-module-protocol.js" } ], - "item_count": 23 + "item_count": 24 }, { "zone_id": "SRC", @@ -1157,6 +1168,9 @@ "staging-preview": [ "WORKFLOWS::staging-preview.yml" ], + "sync-persona-studio": [ + "WORKFLOWS::sync-persona-studio.yml" + ], "syslog-pipeline": [ "WORKFLOWS::syslog-pipeline.yml" ], @@ -1206,6 +1220,9 @@ "contract-check": [ "SCRIPTS::contract-check.js" ], + "cross-repo-sync": [ + "SCRIPTS::cross-repo-sync.js" + ], "daily-check": [ "SCRIPTS::daily-check.js" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 65cc1c43..0481e42c 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-10 15:01 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-10 15:35 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 29 个 GitHub Actions | -| 脚本 | 23 个执行脚本 | +| 工作流 | 30 个 GitHub Actions | +| 脚本 | 24 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 3/17 (18%) | -| 快照生成时间 | 2026-03-10 15:01 CST | +| 快照生成时间 | 2026-03-10 15:35 CST | --- @@ -30,12 +30,12 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 29 项 +**路径**: `.github/workflows` · **数量**: 30 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 23 项 +**路径**: `scripts` · **数量**: 24 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -111,6 +111,7 @@ | `ps-on-login.yml` | "🌊 Persona Studio · 登录校验" | manual | | `psp-daily-inspection.yml` | 铸渊 · PSP 分身巡检 | schedule(0 1 * * *), manual | | `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual | +| `sync-persona-studio.yml` | 🔄 铸渊跨仓库同步 · persona-studio | push, 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 | @@ -126,6 +127,7 @@ - `scripts/bingshuo-deploy-agent.js` - `scripts/contract-check.js` +- `scripts/cross-repo-sync.js` - `scripts/daily-check.js` - `scripts/distribute-broadcasts.js` - `scripts/esp-email-processor.js` @@ -225,8 +227,8 @@ ## 🕐 最近动态(memory.json 最新3条) - `2026-03-09T08:56:49.158Z` · daily_check — passed -- `2026-03-08T08:41:27.504Z` · daily_check — passed -- `2026-03-07T08:41:28.888Z` · daily_check — passed +- `2026-03-05T16:07:24.070Z` · ci_run — passed +- `2026-03-05T12:32:31.000Z` · system_build — 广播分发系统 + 唤醒协议全部激活 ---