From 707c81f1eac5ee1474abd102bfaee3692517907d 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 02:20:46 +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-17T02:20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 28 +++++++++++++++++++++++----- .github/brain/repo-snapshot.md | 13 +++++++------ 2 files changed, 30 insertions(+), 11 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 447f230f..9e372dec 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-17T02:10:05.852Z", + "generated_at": "2026-03-17T02:20:46.684Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, "total_workflows": 60, - "total_scripts": 62, + "total_scripts": 63, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -145,9 +145,12 @@ }, { "file": "tcs-ml" + }, + { + "file": "zhuyuan-signature-registry.json" } ], - "item_count": 13 + "item_count": 14 }, { "zone_id": "WORKFLOWS", @@ -834,9 +837,12 @@ }, { "file": "zhuyuan-module-protocol.js" + }, + { + "file": "zhuyuan-signature-verify.js" } ], - "item_count": 62 + "item_count": 63 }, { "zone_id": "SRC", @@ -1218,11 +1224,14 @@ { "file": "repo-structure-map.md" }, + { + "file": "zhuyuan-signature-protocol.md" + }, { "file": "使用指南.md" } ], - "item_count": 11 + "item_count": 12 }, { "zone_id": "TESTS", @@ -1558,6 +1567,9 @@ "tcs-ml": [ "PERSONA_BRAIN::tcs-ml" ], + "zhuyuan-signature-registry": [ + "PERSONA_BRAIN::zhuyuan-signature-registry.json" + ], "workflow": [ "WORKFLOWS" ], @@ -1930,6 +1942,9 @@ "zhuyuan-module-protocol": [ "SCRIPTS::zhuyuan-module-protocol.js" ], + "zhuyuan-signature-verify": [ + "SCRIPTS::zhuyuan-signature-verify.js" + ], "hli": [ "SRC" ], @@ -2201,6 +2216,9 @@ "repo-structure-map": [ "DOCS::repo-structure-map.md" ], + "zhuyuan-signature-protocol": [ + "DOCS::zhuyuan-signature-protocol.md" + ], "使用指南": [ "DOCS::使用指南.md" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index f5c86774..7eab9f0b 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-17 10:10 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-17 10:20 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -10,10 +10,10 @@ | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | | 工作流 | 60 个 GitHub Actions | -| 脚本 | 62 个执行脚本 | +| 脚本 | 63 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-17 10:10 CST | +| 快照生成时间 | 2026-03-17 10:20 CST | --- @@ -25,7 +25,7 @@ **关键词**: brain · memory · routing · wake · 大脑 · 记忆 ### 🎭 人格大脑(PERSONA_BRAIN) -**路径**: `.github/persona-brain` · **数量**: 13 项 +**路径**: `.github/persona-brain` · **数量**: 14 项 **描述**: 铸渊人格记忆 · 开发者状态 · 知识库 · 成长日记 **关键词**: persona · identity · dev-status · 人格 · 开发者状态 @@ -35,7 +35,7 @@ **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 62 项 +**路径**: `scripts` · **数量**: 63 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -75,7 +75,7 @@ **关键词**: syslog · inbox · log · 系统日志 ### 📄 文档与前端(DOCS) -**路径**: `docs` · **数量**: 11 项 +**路径**: `docs` · **数量**: 12 项 **描述**: 铸渊助手聊天界面 · GitHub Pages 部署 **关键词**: docs · html · chat · pages · 文档 · 聊天室 @@ -217,6 +217,7 @@ - `scripts/zhuyuan-full-inspection.js` - `scripts/zhuyuan-issue-reply.js` - `scripts/zhuyuan-module-protocol.js` +- `scripts/zhuyuan-signature-verify.js` ---