diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 8b0802e8..1315b6af 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:01:22.162Z", + "generated_at": "2026-03-09T09:14:23.704Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 22, - "total_scripts": 20, + "total_workflows": 24, + "total_scripts": 22, "total_dev_nodes": 8, "hli_interfaces": 17, "hli_implemented": 3, @@ -74,18 +74,30 @@ "开发者状态" ], "shelves": [ + { + "file": "decision-log.md" + }, { "file": "dev-status.json" }, { "file": "growth-journal.md" }, + { + "file": "identity.md" + }, { "file": "knowledge-base.json" }, { "file": "memory.json" }, + { + "file": "responsibility.md" + }, + { + "file": "routing-map.json" + }, { "file": "style-config.json" }, @@ -93,7 +105,7 @@ "file": "system-prompt.md" } ], - "item_count": 6 + "item_count": 10 }, { "zone_id": "WORKFLOWS", @@ -273,9 +285,16 @@ "manual" ] }, + { + "file": "zhuyuan-brain-sync.yml", + "name": "铸渊 · Brain Sync", + "triggers": [ + "push" + ] + }, { "file": "zhuyuan-daily-selfcheck.yml", - "name": "铸渊 · 每日自检与自进化", + "name": "铸渊 · 每日自检", "triggers": [ "schedule(0 0 * * *)", "manual" @@ -287,9 +306,16 @@ "triggers": [ "issues" ] + }, + { + "file": "zhuyuan-pr-review.yml", + "name": "铸渊 · PR Review", + "triggers": [ + "pull_request" + ] } ], - "item_count": 22 + "item_count": 24 }, { "zone_id": "SCRIPTS", @@ -354,6 +380,12 @@ { "file": "route-align-check.js" }, + { + "file": "selfcheck.js" + }, + { + "file": "update-brain.js" + }, { "file": "update-memory.js" }, @@ -367,7 +399,7 @@ "file": "zhuyuan-module-protocol.js" } ], - "item_count": 20 + "item_count": 22 }, { "zone_id": "SRC", @@ -955,7 +987,8 @@ "BRAIN::repo-snapshot.md" ], "routing-map": [ - "BRAIN::routing-map.json" + "BRAIN::routing-map.json", + "PERSONA_BRAIN::routing-map.json" ], "wake-protocol": [ "BRAIN::wake-protocol.md" @@ -964,7 +997,8 @@ "PERSONA_BRAIN" ], "identity": [ - "PERSONA_BRAIN" + "PERSONA_BRAIN", + "PERSONA_BRAIN::identity.md" ], "dev-status": [ "PERSONA_BRAIN", @@ -976,12 +1010,18 @@ "开发者状态": [ "PERSONA_BRAIN" ], + "decision-log": [ + "PERSONA_BRAIN::decision-log.md" + ], "growth-journal": [ "PERSONA_BRAIN::growth-journal.md" ], "knowledge-base": [ "PERSONA_BRAIN::knowledge-base.json" ], + "responsibility": [ + "PERSONA_BRAIN::responsibility.md" + ], "style-config": [ "PERSONA_BRAIN::style-config.json" ], @@ -1073,6 +1113,9 @@ "update-repo-map": [ "WORKFLOWS::update-repo-map.yml" ], + "zhuyuan-brain-sync": [ + "WORKFLOWS::zhuyuan-brain-sync.yml" + ], "zhuyuan-daily-selfcheck": [ "WORKFLOWS::zhuyuan-daily-selfcheck.yml", "SCRIPTS::zhuyuan-daily-selfcheck.js" @@ -1081,6 +1124,9 @@ "WORKFLOWS::zhuyuan-issue-reply.yml", "SCRIPTS::zhuyuan-issue-reply.js" ], + "zhuyuan-pr-review": [ + "WORKFLOWS::zhuyuan-pr-review.yml" + ], "script": [ "SCRIPTS" ], @@ -1136,6 +1182,12 @@ "route-align-check": [ "SCRIPTS::route-align-check.js" ], + "selfcheck": [ + "SCRIPTS::selfcheck.js" + ], + "update-brain": [ + "SCRIPTS::update-brain.js" + ], "update-memory": [ "SCRIPTS::update-memory.js" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index b42ced36..89c0f22d 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-09 17:01 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-09 17:14 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 22 个 GitHub Actions | -| 脚本 | 20 个执行脚本 | +| 工作流 | 24 个 GitHub Actions | +| 脚本 | 22 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 3/17 (18%) | -| 快照生成时间 | 2026-03-09 17:01 CST | +| 快照生成时间 | 2026-03-09 17:14 CST | --- @@ -25,17 +25,17 @@ **关键词**: brain · memory · routing · wake · 大脑 · 记忆 ### 🎭 人格大脑(PERSONA_BRAIN) -**路径**: `.github/persona-brain` · **数量**: 6 项 +**路径**: `.github/persona-brain` · **数量**: 10 项 **描述**: 铸渊人格记忆 · 开发者状态 · 知识库 · 成长日记 **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 22 项 +**路径**: `.github/workflows` · **数量**: 24 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 20 项 +**路径**: `scripts` · **数量**: 22 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -110,8 +110,10 @@ | `syslog-pipeline.yml` | 铸渊 · SYSLOG Pipeline (A/D/E) | push, manual | | `test-notion-bridge.yml` | "🧪 Notion Bridge Connectivity Test" | push, manual | | `update-repo-map.yml` | 铸渊 · 图书馆目录自动更新 | push, schedule(0 0 * * *), manual | -| `zhuyuan-daily-selfcheck.yml` | 铸渊 · 每日自检与自进化 | 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-pr-review.yml` | 铸渊 · PR Review | pull_request | --- @@ -133,6 +135,8 @@ - `scripts/process-syslog.js` - `scripts/psp-inspection.js` - `scripts/route-align-check.js` +- `scripts/selfcheck.js` +- `scripts/update-brain.js` - `scripts/update-memory.js` - `scripts/zhuyuan-daily-selfcheck.js` - `scripts/zhuyuan-issue-reply.js`