diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 7a517949..d7400a05 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-15T15:35:25.881Z", + "generated_at": "2026-03-16T06:08:43.862Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 54, - "total_scripts": 56, + "total_workflows": 56, + "total_scripts": 59, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -113,6 +113,9 @@ { "file": "dev-status.json" }, + { + "file": "gate-guard-config.json" + }, { "file": "growth-journal.md" }, @@ -144,7 +147,7 @@ "file": "tcs-ml" } ], - "item_count": 12 + "item_count": 13 }, { "zone_id": "WORKFLOWS", @@ -565,6 +568,14 @@ "manual" ] }, + { + "file": "zhuyuan-gate-guard.yml", + "name": "\"🚨 铸渊·智能门禁 · Push Gate Guard\"", + "triggers": [ + "push", + "issues" + ] + }, { "file": "zhuyuan-issue-reply.yml", "name": "铸渊 · Issue 自动回复", @@ -579,9 +590,18 @@ "triggers": [ "pull_request" ] + }, + { + "file": "zhuyuan-skyeye.yml", + "name": "\"🦅 铸渊·天眼 · 全局俯瞰 + 自动诊断 + 修复驱动\"", + "triggers": [ + "issues", + "schedule(0 22 * * *)", + "manual" + ] } ], - "item_count": 54 + "item_count": 56 }, { "zone_id": "SCRIPTS", @@ -631,6 +651,12 @@ { "file": "esp-email-processor.js" }, + { + "file": "gate-guard-log.js" + }, + { + "file": "gate-guard.js" + }, { "file": "generate-automation-map.js" }, @@ -715,6 +741,9 @@ { "file": "setup-sandbox.sh" }, + { + "file": "skyeye" + }, { "file": "smoke-test.sh" }, @@ -767,7 +796,7 @@ "file": "zhuyuan-module-protocol.js" } ], - "item_count": 56 + "item_count": 59 }, { "zone_id": "SRC", @@ -1465,6 +1494,9 @@ "decision-log": [ "PERSONA_BRAIN::decision-log.md" ], + "gate-guard-config": [ + "PERSONA_BRAIN::gate-guard-config.json" + ], "growth-journal": [ "PERSONA_BRAIN::growth-journal.md" ], @@ -1678,6 +1710,9 @@ "WORKFLOWS::zhuyuan-daily-selfcheck.yml", "SCRIPTS::zhuyuan-daily-selfcheck.js" ], + "zhuyuan-gate-guard": [ + "WORKFLOWS::zhuyuan-gate-guard.yml" + ], "zhuyuan-issue-reply": [ "WORKFLOWS::zhuyuan-issue-reply.yml", "SCRIPTS::zhuyuan-issue-reply.js" @@ -1685,6 +1720,9 @@ "zhuyuan-pr-review": [ "WORKFLOWS::zhuyuan-pr-review.yml" ], + "zhuyuan-skyeye": [ + "WORKFLOWS::zhuyuan-skyeye.yml" + ], "script": [ "SCRIPTS" ], @@ -1728,6 +1766,12 @@ "esp-email-processor": [ "SCRIPTS::esp-email-processor.js" ], + "gate-guard-log": [ + "SCRIPTS::gate-guard-log.js" + ], + "gate-guard": [ + "SCRIPTS::gate-guard.js" + ], "generate-automation-map": [ "SCRIPTS::generate-automation-map.js" ], @@ -1794,6 +1838,9 @@ "setup-sandbox": [ "SCRIPTS::setup-sandbox.sh" ], + "skyeye": [ + "SCRIPTS::skyeye" + ], "smoke-test": [ "SCRIPTS::smoke-test.sh" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 0c27db2b..9819b1b3 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-15 23:35 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-16 14:08 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 54 个 GitHub Actions | -| 脚本 | 56 个执行脚本 | +| 工作流 | 56 个 GitHub Actions | +| 脚本 | 59 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-15 23:35 CST | +| 快照生成时间 | 2026-03-16 14:08 CST | --- @@ -25,17 +25,17 @@ **关键词**: brain · memory · routing · wake · 大脑 · 记忆 ### 🎭 人格大脑(PERSONA_BRAIN) -**路径**: `.github/persona-brain` · **数量**: 12 项 +**路径**: `.github/persona-brain` · **数量**: 13 项 **描述**: 铸渊人格记忆 · 开发者状态 · 知识库 · 成长日记 **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 54 项 +**路径**: `.github/workflows` · **数量**: 56 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 56 项 +**路径**: `scripts` · **数量**: 59 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -142,8 +142,10 @@ | `zhuyuan-brain-sync.yml` | 铸渊 · Brain Sync | push | | `zhuyuan-daily-agent.yml` | 🤖 铸渊巡检 Agent · 每日自动巡检与修复 | schedule(0 14 * * *), manual | | `zhuyuan-daily-selfcheck.yml` | 铸渊 · 每日自检 | schedule(0 0 * * *), manual | +| `zhuyuan-gate-guard.yml` | "🚨 铸渊·智能门禁 · Push Gate Guard" | push, issues | | `zhuyuan-issue-reply.yml` | 铸渊 · Issue 自动回复 | issues, issue_comment | | `zhuyuan-pr-review.yml` | 铸渊 · PR Review | pull_request | +| `zhuyuan-skyeye.yml` | "🦅 铸渊·天眼 · 全局俯瞰 + 自动诊断 + 修复驱动" | issues, schedule(0 22 * * *), manual | --- @@ -160,6 +162,8 @@ - `scripts/deploy-check.sh` - `scripts/distribute-broadcasts.js` - `scripts/esp-email-processor.js` +- `scripts/gate-guard-log.js` +- `scripts/gate-guard.js` - `scripts/generate-automation-map.js` - `scripts/generate-communication-map.js` - `scripts/generate-daily-report.js` @@ -188,6 +192,7 @@ - `scripts/server-diagnose-report.js` - `scripts/server-patrol.sh` - `scripts/setup-sandbox.sh` +- `scripts/skyeye` - `scripts/smoke-test.sh` - `scripts/sync-deploy-to-notion.js` - `scripts/sync-dev-status.js`