diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 4dd47c7b..d6c1a0b5 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-23T17:21:20.948Z", + "generated_at": "2026-03-24T00:05:58.892Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 79, + "total_workflows": 80, "total_scripts": 75, "total_dev_nodes": 8, "hli_interfaces": 21, @@ -698,6 +698,13 @@ "manual" ] }, + { + "file": "sync.yml", + "name": "Guanghu Grid Sync", + "triggers": [ + "push" + ] + }, { "file": "syslog-auto-pipeline.yml", "name": "SYSLOG Auto Pipeline", @@ -828,7 +835,7 @@ ] } ], - "item_count": 79 + "item_count": 80 }, { "zone_id": "SCRIPTS", @@ -2071,6 +2078,9 @@ "sync-persona-studio": [ "WORKFLOWS::sync-persona-studio.yml" ], + "sync": [ + "WORKFLOWS::sync.yml" + ], "syslog-auto-pipeline": [ "WORKFLOWS::syslog-auto-pipeline.yml" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 7c596b43..70a45eb8 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-24 01:21 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-24 08:05 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 79 个 GitHub Actions | +| 工作流 | 80 个 GitHub Actions | | 脚本 | 75 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-24 01:21 CST | +| 快照生成时间 | 2026-03-24 08:05 CST | --- @@ -30,7 +30,7 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 79 项 +**路径**: `.github/workflows` · **数量**: 80 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 @@ -153,6 +153,7 @@ | `sync-login-entry.yml` | 铸渊 · Sync Login Entry · Notion → 飞书文档A | manual | | `sync-notion-to-griddb.yml` | 🧠 Notion → Grid-DB 记忆同步 | schedule(0 */4 * * *), manual | | `sync-persona-studio.yml` | 🔄 铸渊跨仓库同步 · persona-studio | push, manual | +| `sync.yml` | Guanghu Grid Sync | push | | `syslog-auto-pipeline.yml` | SYSLOG Auto Pipeline | unknown | | `syslog-issue-pipeline.yml` | 📡 SYSLOG Issue Pipeline | issues | | `syslog-pipeline.yml` | 铸渊 · SYSLOG Pipeline (A/D/E) | push, manual |