📚 铸渊图书馆目录更新 · 2026-03-09T06:24

This commit is contained in:
铸渊 (ZhùYuān) 2026-03-09 06:24:55 +00:00
parent e4088d01df
commit e70976efce
2 changed files with 19 additions and 7 deletions

View File

@ -1,13 +1,13 @@
{
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
"version": "2.0",
"generated_at": "2026-03-09T05:45:15.418Z",
"generated_at": "2026-03-09T06:24:55.843Z",
"generated_by": "scripts/generate-repo-map.js",
"repo": "qinfendebingshuo/guanghulab",
"stats": {
"zones": 13,
"total_modules": 10,
"total_workflows": 21,
"total_workflows": 22,
"total_scripts": 20,
"total_dev_nodes": 8,
"hli_interfaces": 17,
@ -256,6 +256,14 @@
"manual"
]
},
{
"file": "test-notion-bridge.yml",
"name": "\"🧪 Notion Bridge Connectivity Test\"",
"triggers": [
"push",
"manual"
]
},
{
"file": "update-repo-map.yml",
"name": "铸渊 · 图书馆目录自动更新",
@ -281,7 +289,7 @@
]
}
],
"item_count": 21
"item_count": 22
},
{
"zone_id": "SCRIPTS",
@ -1059,6 +1067,9 @@
"syslog-pipeline": [
"WORKFLOWS::syslog-pipeline.yml"
],
"test-notion-bridge": [
"WORKFLOWS::test-notion-bridge.yml"
],
"update-repo-map": [
"WORKFLOWS::update-repo-map.yml"
],

View File

@ -1,5 +1,5 @@
# 铸渊图书馆快照 · Repo Snapshot
> 生成于 2026-03-09 13:45 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
> 生成于 2026-03-09 14:24 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
---
@ -9,11 +9,11 @@
|------|------|
| 区域总数 | 13 个区域 |
| 功能模块 | 10 个 (m01~m18) |
| 工作流 | 21 个 GitHub Actions |
| 工作流 | 22 个 GitHub Actions |
| 脚本 | 20 个执行脚本 |
| 开发者节点 | 8 人 |
| HLI 接口覆盖率 | 3/17 (18%) |
| 快照生成时间 | 2026-03-09 13:45 CST |
| 快照生成时间 | 2026-03-09 14:24 CST |
---
@ -30,7 +30,7 @@
**关键词**: persona · identity · dev-status · 人格 · 开发者状态
### ⚡ 自动化工作流WORKFLOWS
**路径**: `.github/workflows` · **数量**: 21
**路径**: `.github/workflows` · **数量**: 22
**描述**: 所有 GitHub Actions 工作流定义
**关键词**: workflow · actions · ci · automation · 工作流 · 自动化
@ -108,6 +108,7 @@
| `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 |
| `test-notion-bridge.yml` | "🧪 Notion Bridge Connectivity Test" | push, manual |
| `update-repo-map.yml` | 铸渊 · 图书馆目录自动更新 | push, schedule(0 0 * * *), manual |
| `zhuyuan-daily-selfcheck.yml` | 铸渊 · 每日自检与自进化 | schedule(0 0 * * *), manual |
| `zhuyuan-issue-reply.yml` | 铸渊 · Issue 自动回复 | issues |