diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index fb80b51b..295d50f4 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-24T02:08:43.634Z", + "generated_at": "2026-03-24T02:19:49.416Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 81, + "total_workflows": 82, "total_scripts": 76, "total_dev_nodes": 8, "hli_interfaces": 21, @@ -628,6 +628,14 @@ "unknown" ] }, + { + "file": "skyeye-credential-audit.yml", + "name": "\"🛰️ 天眼密钥流审计 (Sky-Eye Credential Audit)\"", + "triggers": [ + "schedule(0 14 * * *)", + "manual" + ] + }, { "file": "skyeye-weekly-scan.yml", "name": "\"SkyEye Weekly Full Scan\"", @@ -844,7 +852,7 @@ ] } ], - "item_count": 81 + "item_count": 82 }, { "zone_id": "SCRIPTS", @@ -2060,6 +2068,9 @@ "skyeye-checkin-receiver": [ "WORKFLOWS::skyeye-checkin-receiver.yml" ], + "skyeye-credential-audit": [ + "WORKFLOWS::skyeye-credential-audit.yml" + ], "skyeye-weekly-scan": [ "WORKFLOWS::skyeye-weekly-scan.yml" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 657759dc..e7d86323 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-24 10:08 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-24 10:19 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 81 个 GitHub Actions | +| 工作流 | 82 个 GitHub Actions | | 脚本 | 76 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-24 10:08 CST | +| 快照生成时间 | 2026-03-24 10:19 CST | --- @@ -30,7 +30,7 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 81 项 +**路径**: `.github/workflows` · **数量**: 82 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 @@ -144,6 +144,7 @@ | `server-patrol.yml` | "🔍 Server Patrol · 服务器每日巡检" | schedule(0 0,12 * * *), manual | | `skyeye-checkin-audit.yml` | "🦅 天眼签到审计" | schedule(0 14 * * *), manual | | `skyeye-checkin-receiver.yml` | "🦅 天眼签到接收" | unknown | +| `skyeye-credential-audit.yml` | "🛰️ 天眼密钥流审计 (Sky-Eye Credential Audit)" | schedule(0 14 * * *), manual | | `skyeye-weekly-scan.yml` | "SkyEye Weekly Full Scan" | schedule(0 12 * * 6) | | `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual | | `sync-deploy-to-notion.yml` | "📝 Sync Deploy Status to Notion" | schedule(0 4,14 * * *), manual |