diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 7a2edc17..3ad93d0b 100644 --- a/.github/brain/repo-map.json +++ b/.github/brain/repo-map.json @@ -1,20 +1,20 @@ { "description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)", "version": "2.0", - "generated_at": "2026-03-10T02:04:21.441Z", + "generated_at": "2026-03-10T05:24:29.876Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 25, + "total_workflows": 29, "total_scripts": 23, "total_dev_nodes": 8, "hli_interfaces": 17, "hli_implemented": 3, "hli_coverage_pct": "18%", "last_ci_run": "2026-03-05T10:30:46.894Z", - "memory_last_updated": "2026-03-09T08:56:49.158Z" + "memory_last_updated": "2026-03-10T05:00:00.000Z" }, "zones": [ { @@ -244,6 +244,34 @@ "manual" ] }, + { + "file": "ps-on-build.yml", + "name": "\"🌊 Persona Studio · 代码生成\"", + "triggers": [ + "manual" + ] + }, + { + "file": "ps-on-chat.yml", + "name": "\"🌊 Persona Studio · 对话处理\"", + "triggers": [ + "manual" + ] + }, + { + "file": "ps-on-complete.yml", + "name": "\"🌊 Persona Studio · 完成通知\"", + "triggers": [ + "manual" + ] + }, + { + "file": "ps-on-login.yml", + "name": "\"🌊 Persona Studio · 登录校验\"", + "triggers": [ + "manual" + ] + }, { "file": "psp-daily-inspection.yml", "name": "铸渊 · PSP 分身巡检", @@ -325,7 +353,7 @@ ] } ], - "item_count": 25 + "item_count": 29 }, { "zone_id": "SCRIPTS", @@ -1111,6 +1139,18 @@ "process-notion-orders": [ "WORKFLOWS::process-notion-orders.yml" ], + "ps-on-build": [ + "WORKFLOWS::ps-on-build.yml" + ], + "ps-on-chat": [ + "WORKFLOWS::ps-on-chat.yml" + ], + "ps-on-complete": [ + "WORKFLOWS::ps-on-complete.yml" + ], + "ps-on-login": [ + "WORKFLOWS::ps-on-login.yml" + ], "psp-daily-inspection": [ "WORKFLOWS::psp-daily-inspection.yml" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index e18af414..c02675ea 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-10 10:04 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-10 13:24 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 25 个 GitHub Actions | +| 工作流 | 29 个 GitHub Actions | | 脚本 | 23 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 3/17 (18%) | -| 快照生成时间 | 2026-03-10 10:04 CST | +| 快照生成时间 | 2026-03-10 13:24 CST | --- @@ -30,7 +30,7 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 25 项 +**路径**: `.github/workflows` · **数量**: 29 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 @@ -105,6 +105,10 @@ | `notion-connectivity-test.yml` | 铸渊 · Notion 连通性测试 | manual | | `notion-poll.yml` | 铸渊 · Notion 工单轮询 | schedule(*/15 * * * *), 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 | +| `ps-on-complete.yml` | "🌊 Persona Studio · 完成通知" | manual | +| `ps-on-login.yml` | "🌊 Persona Studio · 登录校验" | manual | | `psp-daily-inspection.yml` | 铸渊 · PSP 分身巡检 | schedule(0 1 * * *), manual | | `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual | | `syslog-pipeline.yml` | 铸渊 · SYSLOG Pipeline (A/D/E) | push, manual |