📚 铸渊图书馆目录更新 · 2026-03-15T15:33

This commit is contained in:
铸渊 (ZhùYuān) 2026-03-15 15:33:52 +00:00
parent 7abefa7935
commit e581c68e6a
2 changed files with 17 additions and 5 deletions

View File

@ -1,13 +1,13 @@
{
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
"version": "2.0",
"generated_at": "2026-03-15T15:33:26.784Z",
"generated_at": "2026-03-15T15:33:51.915Z",
"generated_by": "scripts/generate-repo-map.js",
"repo": "qinfendebingshuo/guanghulab",
"stats": {
"zones": 13,
"total_modules": 10,
"total_workflows": 50,
"total_workflows": 51,
"total_scripts": 53,
"total_dev_nodes": 8,
"hli_interfaces": 21,
@ -292,6 +292,14 @@
"pull_request"
]
},
{
"file": "meta-watchdog.yml",
"name": "\"🐕 元看门狗 · 巡检健康监控\"",
"triggers": [
"schedule(0 */6 * * *)",
"manual"
]
},
{
"file": "notion-callback-pipeline.yml",
"name": "Notion Callback Pipeline",
@ -550,7 +558,7 @@
]
}
],
"item_count": 50
"item_count": 51
},
{
"zone_id": "SCRIPTS",
@ -1518,6 +1526,9 @@
"hli-contract-check": [
"WORKFLOWS::hli-contract-check.yml"
],
"meta-watchdog": [
"WORKFLOWS::meta-watchdog.yml"
],
"notion-callback-pipeline": [
"WORKFLOWS::notion-callback-pipeline.yml"
],

View File

@ -9,7 +9,7 @@
|------|------|
| 区域总数 | 13 个区域 |
| 功能模块 | 10 个 (m01~m18) |
| 工作流 | 50 个 GitHub Actions |
| 工作流 | 51 个 GitHub Actions |
| 脚本 | 53 个执行脚本 |
| 开发者节点 | 8 人 |
| HLI 接口覆盖率 | 7/21 (33%) |
@ -30,7 +30,7 @@
**关键词**: persona · identity · dev-status · 人格 · 开发者状态
### ⚡ 自动化工作流WORKFLOWS
**路径**: `.github/workflows` · **数量**: 50
**路径**: `.github/workflows` · **数量**: 51
**描述**: 所有 GitHub Actions 工作流定义
**关键词**: workflow · actions · ci · automation · 工作流 · 自动化
@ -106,6 +106,7 @@
| `feishu-syslog-bridge.yml` | 铸渊 · 飞书SYSLOG桥接 | unknown |
| `generate-module-doc.yml` | 铸渊 · 光湖纪元 模块文档自动生成 | push, manual |
| `hli-contract-check.yml` | HLI Contract Check | push, pull_request |
| `meta-watchdog.yml` | "🐕 元看门狗 · 巡检健康监控" | schedule(0 */6 * * *), manual |
| `notion-callback-pipeline.yml` | Notion Callback Pipeline | unknown |
| `notion-connectivity-test.yml` | 铸渊 · Notion 连通性测试 | manual |
| `notion-heartbeat.yml` | Notion Heartbeat Monitor | schedule(*/5 * * * *), manual |