📚 铸渊图书馆目录更新 · 2026-03-13T19:22

This commit is contained in:
铸渊 (ZhùYuān) 2026-03-13 19:22:39 +00:00
parent 5d86e74f95
commit 46dc8a4251
2 changed files with 21 additions and 7 deletions

View File

@ -1,14 +1,14 @@
{
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
"version": "2.0",
"generated_at": "2026-03-13T18:50:18.312Z",
"generated_at": "2026-03-13T19:22:39.519Z",
"generated_by": "scripts/generate-repo-map.js",
"repo": "qinfendebingshuo/guanghulab",
"stats": {
"zones": 13,
"total_modules": 10,
"total_workflows": 41,
"total_scripts": 40,
"total_scripts": 42,
"total_dev_nodes": 8,
"hli_interfaces": 21,
"hli_implemented": 7,
@ -531,6 +531,9 @@
{
"file": "generate-session-summary.js"
},
{
"file": "intent-router.js"
},
{
"file": "invoke-persona.js"
},
@ -549,6 +552,9 @@
{
"file": "notion-signal-bridge.js"
},
{
"file": "pipeline-reporter.js"
},
{
"file": "process-broadcasts.js"
},
@ -616,7 +622,7 @@
"file": "zhuyuan-module-protocol.js"
}
],
"item_count": 40
"item_count": 42
},
{
"zone_id": "SRC",
@ -1519,6 +1525,9 @@
"generate-session-summary": [
"SCRIPTS::generate-session-summary.js"
],
"intent-router": [
"SCRIPTS::intent-router.js"
],
"invoke-persona": [
"SCRIPTS::invoke-persona.js"
],
@ -1531,6 +1540,9 @@
"notion-signal-bridge": [
"SCRIPTS::notion-signal-bridge.js"
],
"pipeline-reporter": [
"SCRIPTS::pipeline-reporter.js"
],
"process-broadcasts": [
"SCRIPTS::process-broadcasts.js"
],

View File

@ -1,5 +1,5 @@
# 铸渊图书馆快照 · Repo Snapshot
> 生成于 2026-03-14 02:50 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
> 生成于 2026-03-14 03:22 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
---
@ -10,10 +10,10 @@
| 区域总数 | 13 个区域 |
| 功能模块 | 10 个 (m01~m18) |
| 工作流 | 41 个 GitHub Actions |
| 脚本 | 40 个执行脚本 |
| 脚本 | 42 个执行脚本 |
| 开发者节点 | 8 人 |
| HLI 接口覆盖率 | 7/21 (33%) |
| 快照生成时间 | 2026-03-14 02:50 CST |
| 快照生成时间 | 2026-03-14 03:22 CST |
---
@ -35,7 +35,7 @@
**关键词**: workflow · actions · ci · automation · 工作流 · 自动化
### 🔧 执行脚本库SCRIPTS
**路径**: `scripts` · **数量**: 40
**路径**: `scripts` · **数量**: 42
**描述**: 铸渊所有执行手脚 · 自动化脚本
**关键词**: script · node · js · 脚本 · 执行 · runner
@ -148,12 +148,14 @@
- `scripts/generate-module-doc.js`
- `scripts/generate-repo-map.js`
- `scripts/generate-session-summary.js`
- `scripts/intent-router.js`
- `scripts/invoke-persona.js`
- `scripts/notify-module-received.js`
- `scripts/notion-bridge.js`
- `scripts/notion-connectivity-test.js`
- `scripts/notion-heartbeat.js`
- `scripts/notion-signal-bridge.js`
- `scripts/pipeline-reporter.js`
- `scripts/process-broadcasts.js`
- `scripts/process-syslog.js`
- `scripts/psp-inspection.js`