diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 459531a7..4a54be02 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-14T02:05:17.579Z", + "generated_at": "2026-03-14T07:12:45.868Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 42, + "total_workflows": 43, "total_scripts": 45, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, "hli_coverage_pct": "33%", "last_ci_run": "2026-03-05T16:07:24.070Z", - "memory_last_updated": "2026-03-13T08:53:32.764Z" + "memory_last_updated": "2026-03-14T03:29:04.256Z" }, "zones": [ { @@ -258,6 +258,14 @@ "manual" ] }, + { + "file": "execution-sync.yml", + "name": "\"📡 铸渊 · 执行层状态同步\"", + "triggers": [ + "schedule(0 3 * * *)", + "manual" + ] + }, { "file": "generate-module-doc.yml", "name": "铸渊 · 光湖纪元 模块文档自动生成", @@ -486,7 +494,7 @@ ] } ], - "item_count": 42 + "item_count": 43 }, { "zone_id": "SCRIPTS", @@ -1003,14 +1011,26 @@ { "file": "ai-system-doc.md" }, + { + "file": "execution-layer-map.md" + }, + { + "file": "execution-status.md" + }, { "file": "index.html" }, + { + "file": "notion-bridge-map.md" + }, + { + "file": "repo-structure-map.md" + }, { "file": "使用指南.md" } ], - "item_count": 6 + "item_count": 10 }, { "zone_id": "TESTS", @@ -1399,6 +1419,9 @@ "esp-signal-processor": [ "WORKFLOWS::esp-signal-processor.yml" ], + "execution-sync": [ + "WORKFLOWS::execution-sync.yml" + ], "generate-module-doc": [ "WORKFLOWS::generate-module-doc.yml", "SCRIPTS::generate-module-doc.js" @@ -1873,6 +1896,18 @@ "ai-system-doc": [ "DOCS::ai-system-doc.md" ], + "execution-layer-map": [ + "DOCS::execution-layer-map.md" + ], + "execution-status": [ + "DOCS::execution-status.md" + ], + "notion-bridge-map": [ + "DOCS::notion-bridge-map.md" + ], + "repo-structure-map": [ + "DOCS::repo-structure-map.md" + ], "使用指南": [ "DOCS::使用指南.md" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 7755e564..34616c56 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-14 10:05 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-14 15:12 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 42 个 GitHub Actions | +| 工作流 | 43 个 GitHub Actions | | 脚本 | 45 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-14 10:05 CST | +| 快照生成时间 | 2026-03-14 15:12 CST | --- @@ -30,7 +30,7 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 42 项 +**路径**: `.github/workflows` · **数量**: 43 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 @@ -75,7 +75,7 @@ **关键词**: syslog · inbox · log · 系统日志 ### 📄 文档与前端(DOCS) -**路径**: `docs` · **数量**: 6 项 +**路径**: `docs` · **数量**: 10 项 **描述**: 铸渊助手聊天界面 · GitHub Pages 部署 **关键词**: docs · html · chat · pages · 文档 · 聊天室 @@ -102,6 +102,7 @@ | `deploy-to-server.yml` | "🚀 铸渊 CD · 自动部署到 guanghulab.com" | push, manual | | `distribute-broadcasts.yml` | 铸渊 · 广播分发 | push, manual | | `esp-signal-processor.yml` | 铸渊 · ESP 邮件信号处理器(已暂停) | schedule(*/30 * * * *), manual | +| `execution-sync.yml` | "📡 铸渊 · 执行层状态同步" | schedule(0 3 * * *), manual | | `generate-module-doc.yml` | 铸渊 · 光湖纪元 模块文档自动生成 | push, manual | | `hli-contract-check.yml` | HLI Contract Check | push, pull_request | | `notion-callback-pipeline.yml` | Notion Callback Pipeline | unknown |