From 0f188d33e19cf6a4ba7b0b4f2516f090cb44e3d3 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: Wed, 25 Mar 2026 07:37:47 +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-25T07:37?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/brain/repo-map.json | 17 ++++++++++++++--- .github/brain/repo-snapshot.md | 9 +++++---- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index c1b8cec1..e265c2a1 100644 --- a/.github/brain/repo-map.json +++ b/.github/brain/repo-map.json @@ -1,13 +1,13 @@ { "description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)", "version": "2.0", - "generated_at": "2026-03-25T07:18:03.125Z", + "generated_at": "2026-03-25T07:37:47.671Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 97, + "total_workflows": 98, "total_scripts": 82, "total_dev_nodes": 8, "hli_interfaces": 21, @@ -562,6 +562,14 @@ "manual" ] }, + { + "file": "preview-deploy.yml", + "name": "\"🧪 Preview Deploy · GitHub Pages\"", + "triggers": [ + "push", + "manual" + ] + }, { "file": "process-notion-orders.yml", "name": "Process Notion Work Orders", @@ -976,7 +984,7 @@ ] } ], - "item_count": 97 + "item_count": 98 }, { "zone_id": "SCRIPTS", @@ -2195,6 +2203,9 @@ "pm2-server-diagnose": [ "WORKFLOWS::pm2-server-diagnose.yml" ], + "preview-deploy": [ + "WORKFLOWS::preview-deploy.yml" + ], "process-notion-orders": [ "WORKFLOWS::process-notion-orders.yml" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index e022cbf1..f30830cb 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-25 15:18 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-25 15:37 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 97 个 GitHub Actions | +| 工作流 | 98 个 GitHub Actions | | 脚本 | 82 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-25 15:18 CST | +| 快照生成时间 | 2026-03-25 15:37 CST | --- @@ -30,7 +30,7 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 97 项 +**路径**: `.github/workflows` · **数量**: 98 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 @@ -134,6 +134,7 @@ | `persona-invoke.yml` | Persona Invoke Endpoint | manual | | `persona-thinking-window.yml` | "🧠 Persona Daily Thinking Window" | schedule(0 22 * * *), manual | | `pm2-server-diagnose.yml` | "🔧 铸渊 · PM2 服务诊断与健康检查" | manual | +| `preview-deploy.yml` | "🧪 Preview Deploy · GitHub Pages" | push, manual | | `process-notion-orders.yml` | Process Notion Work Orders | push, manual | | `ps-on-build.yml` | "🌊 Persona Studio · 代码生成" | manual | | `ps-on-chat.yml` | "🌊 Persona Studio · 对话处理" | manual |