From 99ff958ba4f635cbb0877f7335b8a399ac459bae 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, 17 Mar 2026 07:09:54 +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-17T07:09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 69 +++++++++++++++++++++++++++++++--- .github/brain/repo-snapshot.md | 20 ++++++---- 2 files changed, 76 insertions(+), 13 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 3f8856d2..8a26aad7 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-17T06:53:37.485Z", + "generated_at": "2026-03-17T07:09:54.581Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 60, - "total_scripts": 63, + "total_workflows": 62, + "total_scripts": 67, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -107,6 +107,12 @@ "开发者状态" ], "shelves": [ + { + "file": "agent-registry.json" + }, + { + "file": "checkin-board.json" + }, { "file": "decision-log.md" }, @@ -150,7 +156,7 @@ "file": "zhuyuan-signature-registry.json" } ], - "item_count": 14 + "item_count": 16 }, { "zone_id": "WORKFLOWS", @@ -168,6 +174,14 @@ "cron" ], "shelves": [ + { + "file": "agent-checkin.yml", + "name": "人格体每日签到", + "triggers": [ + "schedule(0 2 * * *)", + "manual" + ] + }, { "file": "auto-reply-discussions.yml", "name": "\"🤖 铸渊 · Discussion 自动回复\"", @@ -594,6 +608,15 @@ "manual" ] }, + { + "file": "zhuyuan-daily-inspection.yml", + "name": "铸渊每日巡检", + "triggers": [ + "issues", + "schedule(0 4 * * *)", + "manual" + ] + }, { "file": "zhuyuan-daily-selfcheck.yml", "name": "铸渊 · 每日自检", @@ -635,7 +658,7 @@ ] } ], - "item_count": 60 + "item_count": 62 }, { "zone_id": "SCRIPTS", @@ -652,6 +675,9 @@ "runner" ], "shelves": [ + { + "file": "agent-checkin.js" + }, { "file": "auto-reply-discussions.js" }, @@ -760,6 +786,9 @@ { "file": "push-broadcast.js" }, + { + "file": "push-inspection-report.js" + }, { "file": "receive-syslog.js" }, @@ -832,6 +861,9 @@ { "file": "zhuyuan-full-inspection.js" }, + { + "file": "zhuyuan-inspection.js" + }, { "file": "zhuyuan-issue-reply.js" }, @@ -840,9 +872,12 @@ }, { "file": "zhuyuan-signature-verify.js" + }, + { + "file": "zhuyuan-wakeup.js" } ], - "item_count": 63 + "item_count": 67 }, { "zone_id": "SRC", @@ -1540,6 +1575,12 @@ "开发者状态": [ "PERSONA_BRAIN" ], + "agent-registry": [ + "PERSONA_BRAIN::agent-registry.json" + ], + "checkin-board": [ + "PERSONA_BRAIN::checkin-board.json" + ], "decision-log": [ "PERSONA_BRAIN::decision-log.md" ], @@ -1591,6 +1632,10 @@ "cron": [ "WORKFLOWS" ], + "agent-checkin": [ + "WORKFLOWS::agent-checkin.yml", + "SCRIPTS::agent-checkin.js" + ], "auto-reply-discussions": [ "WORKFLOWS::auto-reply-discussions.yml", "SCRIPTS::auto-reply-discussions.js" @@ -1771,6 +1816,9 @@ "WORKFLOWS::zhuyuan-daily-agent.yml", "SCRIPTS::zhuyuan-daily-agent.js" ], + "zhuyuan-daily-inspection": [ + "WORKFLOWS::zhuyuan-daily-inspection.yml" + ], "zhuyuan-daily-selfcheck": [ "WORKFLOWS::zhuyuan-daily-selfcheck.yml", "SCRIPTS::zhuyuan-daily-selfcheck.js" @@ -1891,6 +1939,9 @@ "push-broadcast-to-github": [ "SCRIPTS::push-broadcast-to-github.js" ], + "push-inspection-report": [ + "SCRIPTS::push-inspection-report.js" + ], "route-align-check": [ "SCRIPTS::route-align-check.js" ], @@ -1939,12 +1990,18 @@ "zhuyuan-full-inspection": [ "SCRIPTS::zhuyuan-full-inspection.js" ], + "zhuyuan-inspection": [ + "SCRIPTS::zhuyuan-inspection.js" + ], "zhuyuan-module-protocol": [ "SCRIPTS::zhuyuan-module-protocol.js" ], "zhuyuan-signature-verify": [ "SCRIPTS::zhuyuan-signature-verify.js" ], + "zhuyuan-wakeup": [ + "SCRIPTS::zhuyuan-wakeup.js" + ], "hli": [ "SRC" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 508bbec2..62184a13 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-17 14:53 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-17 15:09 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 60 个 GitHub Actions | -| 脚本 | 63 个执行脚本 | +| 工作流 | 62 个 GitHub Actions | +| 脚本 | 67 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-17 14:53 CST | +| 快照生成时间 | 2026-03-17 15:09 CST | --- @@ -25,17 +25,17 @@ **关键词**: brain · memory · routing · wake · 大脑 · 记忆 ### 🎭 人格大脑(PERSONA_BRAIN) -**路径**: `.github/persona-brain` · **数量**: 14 项 +**路径**: `.github/persona-brain` · **数量**: 16 项 **描述**: 铸渊人格记忆 · 开发者状态 · 知识库 · 成长日记 **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 60 项 +**路径**: `.github/workflows` · **数量**: 62 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 63 项 +**路径**: `scripts` · **数量**: 67 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -90,6 +90,7 @@ | 文件 | 名称 | 触发方式 | |------|------|----------| +| `agent-checkin.yml` | 人格体每日签到 | schedule(0 2 * * *), manual | | `auto-reply-discussions.yml` | "🤖 铸渊 · Discussion 自动回复" | unknown | | `bingshuo-deploy-agent.yml` | "🧊 冰朔人格体 · 自动部署诊断" | issues, issue_comment, manual | | `bingshuo-neural-system.yml` | 冰朔主控神经系统 · 自动维护 | push, schedule(0 0 * * *), manual | @@ -145,6 +146,7 @@ | `update-repo-map.yml` | 铸渊 · 图书馆目录自动更新 | push, schedule(0 0 * * *), manual | | `zhuyuan-brain-sync.yml` | 铸渊 · Brain Sync | push | | `zhuyuan-daily-agent.yml` | 🤖 铸渊巡检 Agent · 每日自动巡检与修复 | schedule(0 14 * * *), manual | +| `zhuyuan-daily-inspection.yml` | 铸渊每日巡检 | issues, schedule(0 4 * * *), 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 | @@ -155,6 +157,7 @@ ## 🔧 执行脚本库(铸渊的工作人员) +- `scripts/agent-checkin.js` - `scripts/auto-reply-discussions.js` - `scripts/bingshuo-deploy-agent.js` - `scripts/bingshuo-neural-sync.js` @@ -191,6 +194,7 @@ - `scripts/psp-inspection.js` - `scripts/push-broadcast-to-github.js` - `scripts/push-broadcast.js` +- `scripts/push-inspection-report.js` - `scripts/receive-syslog.js` - `scripts/route-align-check.js` - `scripts/save-collaboration-log.js` @@ -215,9 +219,11 @@ - `scripts/zhuyuan-daily-agent.js` - `scripts/zhuyuan-daily-selfcheck.js` - `scripts/zhuyuan-full-inspection.js` +- `scripts/zhuyuan-inspection.js` - `scripts/zhuyuan-issue-reply.js` - `scripts/zhuyuan-module-protocol.js` - `scripts/zhuyuan-signature-verify.js` +- `scripts/zhuyuan-wakeup.js` ---