From 75ad9d749c2090881b1c4c27ae6603356fcfc2d8 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, 24 Mar 2026 04:31:38 +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-24T04:31?= 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 | 10 ++++++---- 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/.github/brain/repo-map.json b/.github/brain/repo-map.json index ae5a0e3f..e0b7f316 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-24T04:15:43.550Z", + "generated_at": "2026-03-24T04:31:37.995Z", "generated_by": "scripts/generate-repo-map.js", "repo": "qinfendebingshuo/guanghulab", "stats": { "zones": 13, "total_modules": 10, - "total_workflows": 82, + "total_workflows": 84, "total_scripts": 76, "total_dev_nodes": 8, "hli_interfaces": 21, @@ -636,6 +636,22 @@ "manual" ] }, + { + "file": "skyeye-daily-hibernation.yml", + "name": "\"🌙 天眼 · 每日系统休眠\"", + "triggers": [ + "schedule(50 19 * * *)", + "manual" + ] + }, + { + "file": "skyeye-weekly-hibernation.yml", + "name": "\"⭐ 天眼 · 每周系统完全休眠\"", + "triggers": [ + "schedule(0 11 * * 6)", + "manual" + ] + }, { "file": "skyeye-weekly-scan.yml", "name": "\"SkyEye Weekly Full Scan\"", @@ -852,7 +868,7 @@ ] } ], - "item_count": 82 + "item_count": 84 }, { "zone_id": "SCRIPTS", @@ -2071,6 +2087,12 @@ "skyeye-credential-audit": [ "WORKFLOWS::skyeye-credential-audit.yml" ], + "skyeye-daily-hibernation": [ + "WORKFLOWS::skyeye-daily-hibernation.yml" + ], + "skyeye-weekly-hibernation": [ + "WORKFLOWS::skyeye-weekly-hibernation.yml" + ], "skyeye-weekly-scan": [ "WORKFLOWS::skyeye-weekly-scan.yml" ], diff --git a/.github/brain/repo-snapshot.md b/.github/brain/repo-snapshot.md index 3eb9ea0c..79587499 100644 --- a/.github/brain/repo-snapshot.md +++ b/.github/brain/repo-snapshot.md @@ -1,5 +1,5 @@ # 铸渊图书馆快照 · Repo Snapshot -> 生成于 2026-03-24 12:15 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 +> 生成于 2026-03-24 12:31 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 --- @@ -9,11 +9,11 @@ |------|------| | 区域总数 | 13 个区域 | | 功能模块 | 10 个 (m01~m18) | -| 工作流 | 82 个 GitHub Actions | +| 工作流 | 84 个 GitHub Actions | | 脚本 | 76 个执行脚本 | | 开发者节点 | 8 人 | | HLI 接口覆盖率 | 7/21 (33%) | -| 快照生成时间 | 2026-03-24 12:15 CST | +| 快照生成时间 | 2026-03-24 12:31 CST | --- @@ -30,7 +30,7 @@ **关键词**: persona · identity · dev-status · 人格 · 开发者状态 ### ⚡ 自动化工作流(WORKFLOWS) -**路径**: `.github/workflows` · **数量**: 82 项 +**路径**: `.github/workflows` · **数量**: 84 项 **描述**: 所有 GitHub Actions 工作流定义 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化 @@ -145,6 +145,8 @@ | `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-daily-hibernation.yml` | "🌙 天眼 · 每日系统休眠" | schedule(50 19 * * *), manual | +| `skyeye-weekly-hibernation.yml` | "⭐ 天眼 · 每周系统完全休眠" | schedule(0 11 * * 6), 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 |