📚 铸渊图书馆目录更新 · 2026-03-13T20:30
This commit is contained in:
parent
1028d50552
commit
09516dd610
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
|
||||
"version": "2.0",
|
||||
"generated_at": "2026-03-13T19:43:56.217Z",
|
||||
"generated_at": "2026-03-13T20:30:17.621Z",
|
||||
"generated_by": "scripts/generate-repo-map.js",
|
||||
"repo": "qinfendebingshuo/guanghulab",
|
||||
"stats": {
|
||||
"zones": 13,
|
||||
"total_modules": 10,
|
||||
"total_workflows": 41,
|
||||
"total_scripts": 42,
|
||||
"total_workflows": 42,
|
||||
"total_scripts": 45,
|
||||
"total_dev_nodes": 8,
|
||||
"hli_interfaces": 21,
|
||||
"hli_implemented": 7,
|
||||
|
|
@ -218,6 +218,14 @@
|
|||
"pull_request"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "daily-maintenance.yml",
|
||||
"name": "\"🔧 铸渊 · Daily Maintenance Agent\"",
|
||||
"triggers": [
|
||||
"schedule(0 2 * * *)",
|
||||
"manual"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "deploy-pages.yml",
|
||||
"name": "🌀 部署铸渊聊天室 (GitHub Pages)",
|
||||
|
|
@ -478,7 +486,7 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"item_count": 41
|
||||
"item_count": 42
|
||||
},
|
||||
{
|
||||
"zone_id": "SCRIPTS",
|
||||
|
|
@ -522,6 +530,12 @@
|
|||
{
|
||||
"file": "esp-email-processor.js"
|
||||
},
|
||||
{
|
||||
"file": "generate-automation-map.js"
|
||||
},
|
||||
{
|
||||
"file": "generate-communication-map.js"
|
||||
},
|
||||
{
|
||||
"file": "generate-module-doc.js"
|
||||
},
|
||||
|
|
@ -531,6 +545,9 @@
|
|||
{
|
||||
"file": "generate-session-summary.js"
|
||||
},
|
||||
{
|
||||
"file": "generate-system-health.js"
|
||||
},
|
||||
{
|
||||
"file": "intent-router.js"
|
||||
},
|
||||
|
|
@ -622,7 +639,7 @@
|
|||
"file": "zhuyuan-module-protocol.js"
|
||||
}
|
||||
],
|
||||
"item_count": 42
|
||||
"item_count": 45
|
||||
},
|
||||
{
|
||||
"zone_id": "SRC",
|
||||
|
|
@ -1366,6 +1383,9 @@
|
|||
"check-structure": [
|
||||
"WORKFLOWS::check-structure.yml"
|
||||
],
|
||||
"daily-maintenance": [
|
||||
"WORKFLOWS::daily-maintenance.yml"
|
||||
],
|
||||
"deploy-pages": [
|
||||
"WORKFLOWS::deploy-pages.yml"
|
||||
],
|
||||
|
|
@ -1519,12 +1539,21 @@
|
|||
"esp-email-processor": [
|
||||
"SCRIPTS::esp-email-processor.js"
|
||||
],
|
||||
"generate-automation-map": [
|
||||
"SCRIPTS::generate-automation-map.js"
|
||||
],
|
||||
"generate-communication-map": [
|
||||
"SCRIPTS::generate-communication-map.js"
|
||||
],
|
||||
"generate-repo-map": [
|
||||
"SCRIPTS::generate-repo-map.js"
|
||||
],
|
||||
"generate-session-summary": [
|
||||
"SCRIPTS::generate-session-summary.js"
|
||||
],
|
||||
"generate-system-health": [
|
||||
"SCRIPTS::generate-system-health.js"
|
||||
],
|
||||
"intent-router": [
|
||||
"SCRIPTS::intent-router.js"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# 铸渊图书馆快照 · Repo Snapshot
|
||||
> 生成于 2026-03-14 03:43 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
|
||||
> 生成于 2026-03-14 04:30 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -9,11 +9,11 @@
|
|||
|------|------|
|
||||
| 区域总数 | 13 个区域 |
|
||||
| 功能模块 | 10 个 (m01~m18) |
|
||||
| 工作流 | 41 个 GitHub Actions |
|
||||
| 脚本 | 42 个执行脚本 |
|
||||
| 工作流 | 42 个 GitHub Actions |
|
||||
| 脚本 | 45 个执行脚本 |
|
||||
| 开发者节点 | 8 人 |
|
||||
| HLI 接口覆盖率 | 7/21 (33%) |
|
||||
| 快照生成时间 | 2026-03-14 03:43 CST |
|
||||
| 快照生成时间 | 2026-03-14 04:30 CST |
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -30,12 +30,12 @@
|
|||
**关键词**: persona · identity · dev-status · 人格 · 开发者状态
|
||||
|
||||
### ⚡ 自动化工作流(WORKFLOWS)
|
||||
**路径**: `.github/workflows` · **数量**: 41 项
|
||||
**路径**: `.github/workflows` · **数量**: 42 项
|
||||
**描述**: 所有 GitHub Actions 工作流定义
|
||||
**关键词**: workflow · actions · ci · automation · 工作流 · 自动化
|
||||
|
||||
### 🔧 执行脚本库(SCRIPTS)
|
||||
**路径**: `scripts` · **数量**: 42 项
|
||||
**路径**: `scripts` · **数量**: 45 项
|
||||
**描述**: 铸渊所有执行手脚 · 自动化脚本
|
||||
**关键词**: script · node · js · 脚本 · 执行 · runner
|
||||
|
||||
|
|
@ -97,6 +97,7 @@
|
|||
| `bridge-session-summary.yml` | Generate Session Summary for Notion | schedule(50 23 * * *), manual |
|
||||
| `bridge-syslog-to-notion.yml` | 铸渊 · Bridge A · SYSLOG → Notion | push, manual |
|
||||
| `check-structure.yml` | 模块结构检查 | push, pull_request |
|
||||
| `daily-maintenance.yml` | "🔧 铸渊 · Daily Maintenance Agent" | schedule(0 2 * * *), manual |
|
||||
| `deploy-pages.yml` | 🌀 部署铸渊聊天室 (GitHub Pages) | push, manual |
|
||||
| `deploy-to-server.yml` | "🚀 铸渊 CD · 自动部署到 guanghulab.com" | push, manual |
|
||||
| `distribute-broadcasts.yml` | 铸渊 · 广播分发 | push, manual |
|
||||
|
|
@ -145,9 +146,12 @@
|
|||
- `scripts/daily-check.js`
|
||||
- `scripts/distribute-broadcasts.js`
|
||||
- `scripts/esp-email-processor.js`
|
||||
- `scripts/generate-automation-map.js`
|
||||
- `scripts/generate-communication-map.js`
|
||||
- `scripts/generate-module-doc.js`
|
||||
- `scripts/generate-repo-map.js`
|
||||
- `scripts/generate-session-summary.js`
|
||||
- `scripts/generate-system-health.js`
|
||||
- `scripts/intent-router.js`
|
||||
- `scripts/invoke-persona.js`
|
||||
- `scripts/notify-module-received.js`
|
||||
|
|
|
|||
Loading…
Reference in New Issue