diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index 10026793..87b07a49 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-15T09:47:34.816Z", + "generated_at": "2026-03-15T14:19:06.192Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 47, - "total_scripts": 47, + "total_workflows": 50, + "total_scripts": 53, "total_dev_nodes": 8, "hli_interfaces": 21, "hli_implemented": 7, @@ -417,6 +417,21 @@ "unknown" ] }, + { + "file": "sandbox-deploy.yml", + "name": "\"🏠 Sandbox Deploy\"", + "triggers": [ + "push" + ] + }, + { + "file": "server-patrol.yml", + "name": "\"🔍 Server Patrol · 服务器每日巡检\"", + "triggers": [ + "schedule(0 0,12 * * *)", + "manual" + ] + }, { "file": "staging-preview.yml", "name": "\"🔍 铸渊预演部署 (Staging Preview)\"", @@ -425,6 +440,14 @@ "manual" ] }, + { + "file": "sync-deploy-to-notion.yml", + "name": "\"📝 Sync Deploy Status to Notion\"", + "triggers": [ + "schedule(0 4,14 * * *)", + "manual" + ] + }, { "file": "sync-login-entry.yml", "name": "铸渊 · Sync Login Entry · Notion → 飞书文档A", @@ -527,7 +550,7 @@ ] } ], - "item_count": 47 + "item_count": 50 }, { "zone_id": "SCRIPTS", @@ -565,6 +588,9 @@ { "file": "daily-check.js" }, + { + "file": "deploy-check.sh" + }, { "file": "distribute-broadcasts.js" }, @@ -646,9 +672,24 @@ { "file": "server-diagnose-report.js" }, + { + "file": "server-patrol.sh" + }, + { + "file": "setup-sandbox.sh" + }, + { + "file": "smoke-test.sh" + }, + { + "file": "sync-deploy-to-notion.js" + }, { "file": "sync-login-entry.js" }, + { + "file": "sync-patrol-to-notion.js" + }, { "file": "update-brain.js" }, @@ -686,7 +727,7 @@ "file": "zhuyuan-module-protocol.js" } ], - "item_count": 47 + "item_count": 53 }, { "zone_id": "SRC", @@ -1532,9 +1573,20 @@ "WORKFLOWS::receive-syslog.yml", "SCRIPTS::receive-syslog.js" ], + "sandbox-deploy": [ + "WORKFLOWS::sandbox-deploy.yml" + ], + "server-patrol": [ + "WORKFLOWS::server-patrol.yml", + "SCRIPTS::server-patrol.sh" + ], "staging-preview": [ "WORKFLOWS::staging-preview.yml" ], + "sync-deploy-to-notion": [ + "WORKFLOWS::sync-deploy-to-notion.yml", + "SCRIPTS::sync-deploy-to-notion.js" + ], "sync-login-entry": [ "WORKFLOWS::sync-login-entry.yml", "SCRIPTS::sync-login-entry.js" @@ -1616,6 +1668,9 @@ "daily-check": [ "SCRIPTS::daily-check.js" ], + "deploy-check": [ + "SCRIPTS::deploy-check.sh" + ], "esp-email-processor": [ "SCRIPTS::esp-email-processor.js" ], @@ -1679,6 +1734,15 @@ "server-diagnose-report": [ "SCRIPTS::server-diagnose-report.js" ], + "setup-sandbox": [ + "SCRIPTS::setup-sandbox.sh" + ], + "smoke-test": [ + "SCRIPTS::smoke-test.sh" + ], + "sync-patrol-to-notion": [ + "SCRIPTS::sync-patrol-to-notion.js" + ], "update-brain": [ "SCRIPTS::update-brain.js" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 2f80dc29..e05f5012 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-15 17:47 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-15 22:19 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 47 个 GitHub Actions | -| 脚本 | 47 个执行脚本 | +| 工作流 | 50 个 GitHub Actions | +| 脚本 | 53 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-15 17:47 CST | +| 快照生成时间 | 2026-03-15 22:19 CST | --- @@ -30,12 +30,12 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 47 项 +**路径**: `.github/workflows` · **数量**: 50 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 ### 🔧 执行脚本库(SCRIPTS) -**路径**: `scripts` · **数量**: 47 项 +**路径**: `scripts` · **数量**: 53 项 **描述**: 铸渊所有执行手脚 · 自动化脚本 **关键词**: script · node · js · 脚本 · 执行 · runner @@ -123,7 +123,10 @@ | `push-broadcast-feishu.yml` | 铸渊 · 广播推送飞书(聊天消息) | manual | | `push-broadcast.yml` | 铸渊 · Push Broadcast · Notion → 飞书文档B | manual | | `receive-syslog.yml` | 铸渊 · Receive SYSLOG · 飞书机器人 → GitHub → Notion | unknown | +| `sandbox-deploy.yml` | "🏠 Sandbox Deploy" | push | +| `server-patrol.yml` | "🔍 Server Patrol · 服务器每日巡检" | schedule(0 0,12 * * *), manual | | `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual | +| `sync-deploy-to-notion.yml` | "📝 Sync Deploy Status to Notion" | schedule(0 4,14 * * *), manual | | `sync-login-entry.yml` | 铸渊 · Sync Login Entry · Notion → 飞书文档A | manual | | `sync-persona-studio.yml` | 🔄 铸渊跨仓库同步 · persona-studio | push, manual | | `syslog-auto-pipeline.yml` | SYSLOG Auto Pipeline | unknown | @@ -149,6 +152,7 @@ - `scripts/create-standardized-ticket.js` - `scripts/cross-repo-sync.js` - `scripts/daily-check.js` +- `scripts/deploy-check.sh` - `scripts/distribute-broadcasts.js` - `scripts/esp-email-processor.js` - `scripts/generate-automation-map.js` @@ -176,7 +180,12 @@ - `scripts/selfcheck.js` - `scripts/send-feishu-alert.js` - `scripts/server-diagnose-report.js` +- `scripts/server-patrol.sh` +- `scripts/setup-sandbox.sh` +- `scripts/smoke-test.sh` +- `scripts/sync-deploy-to-notion.js` - `scripts/sync-login-entry.js` +- `scripts/sync-patrol-to-notion.js` - `scripts/update-brain.js` - `scripts/update-memory.js` - `scripts/update-readme-bulletin.js`