📚 铸渊图书馆目录更新 · 2026-03-14T17:02

This commit is contained in:
铸渊 (ZhùYuān) 2026-03-14 17:02:29 +00:00
parent c03044f1a0
commit 9ad96cf388
2 changed files with 29 additions and 11 deletions

View File

@ -1,14 +1,14 @@
{
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
"version": "2.0",
"generated_at": "2026-03-14T16:51:56.262Z",
"generated_at": "2026-03-14T17:02:29.611Z",
"generated_by": "scripts/generate-repo-map.js",
"repo": "qinfendebingshuo/guanghulab",
"stats": {
"zones": 13,
"total_modules": 10,
"total_workflows": 44,
"total_scripts": 45,
"total_workflows": 45,
"total_scripts": 46,
"total_dev_nodes": 8,
"hli_interfaces": 21,
"hli_implemented": 7,
@ -380,6 +380,13 @@
"manual"
]
},
{
"file": "push-broadcast-feishu.yml",
"name": "铸渊 · 广播推送飞书(聊天消息)",
"triggers": [
"manual"
]
},
{
"file": "push-broadcast.yml",
"name": "铸渊 · Push Broadcast · Notion → 飞书文档B",
@ -504,7 +511,7 @@
]
}
],
"item_count": 44
"item_count": 45
},
{
"zone_id": "SCRIPTS",
@ -644,6 +651,9 @@
{
"file": "wake-persona.js"
},
{
"file": "write-notion-syslog.js"
},
{
"file": "zhuyuan-daily-agent.js"
},
@ -657,7 +667,7 @@
"file": "zhuyuan-module-protocol.js"
}
],
"item_count": 45
"item_count": 46
},
{
"zone_id": "SRC",
@ -1498,6 +1508,9 @@
"psp-daily-inspection": [
"WORKFLOWS::psp-daily-inspection.yml"
],
"push-broadcast-feishu": [
"WORKFLOWS::push-broadcast-feishu.yml"
],
"push-broadcast": [
"WORKFLOWS::push-broadcast.yml",
"SCRIPTS::push-broadcast.js"
@ -1668,6 +1681,9 @@
"wake-persona": [
"SCRIPTS::wake-persona.js"
],
"write-notion-syslog": [
"SCRIPTS::write-notion-syslog.js"
],
"zhuyuan-module-protocol": [
"SCRIPTS::zhuyuan-module-protocol.js"
],

View File

@ -1,5 +1,5 @@
# 铸渊图书馆快照 · Repo Snapshot
> 生成于 2026-03-15 00:51 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
> 生成于 2026-03-15 01:02 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
---
@ -9,11 +9,11 @@
|------|------|
| 区域总数 | 13 个区域 |
| 功能模块 | 10 个 (m01~m18) |
| 工作流 | 44 个 GitHub Actions |
| 脚本 | 45 个执行脚本 |
| 工作流 | 45 个 GitHub Actions |
| 脚本 | 46 个执行脚本 |
| 开发者节点 | 8 人 |
| HLI 接口覆盖率 | 7/21 (33%) |
| 快照生成时间 | 2026-03-15 00:51 CST |
| 快照生成时间 | 2026-03-15 01:02 CST |
---
@ -30,12 +30,12 @@
**关键词**: persona · identity · dev-status · 人格 · 开发者状态
### ⚡ 自动化工作流WORKFLOWS
**路径**: `.github/workflows` · **数量**: 44
**路径**: `.github/workflows` · **数量**: 45
**描述**: 所有 GitHub Actions 工作流定义
**关键词**: workflow · actions · ci · automation · 工作流 · 自动化
### 🔧 执行脚本库SCRIPTS
**路径**: `scripts` · **数量**: 45
**路径**: `scripts` · **数量**: 46
**描述**: 铸渊所有执行手脚 · 自动化脚本
**关键词**: script · node · js · 脚本 · 执行 · runner
@ -118,6 +118,7 @@
| `ps-on-complete.yml` | "🌊 Persona Studio · 完成通知" | manual |
| `ps-on-login.yml` | "🌊 Persona Studio · 登录校验" | manual |
| `psp-daily-inspection.yml` | 铸渊 · PSP 分身巡检 | schedule(0 1 * * *), manual |
| `push-broadcast-feishu.yml` | 铸渊 · 广播推送飞书(聊天消息) | manual |
| `push-broadcast.yml` | 铸渊 · Push Broadcast · Notion → 飞书文档B | manual |
| `receive-syslog.yml` | 铸渊 · Receive SYSLOG · 飞书机器人 → GitHub → Notion | unknown |
| `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual |
@ -180,6 +181,7 @@
- `scripts/utils`
- `scripts/verify-modules.js`
- `scripts/wake-persona.js`
- `scripts/write-notion-syslog.js`
- `scripts/zhuyuan-daily-agent.js`
- `scripts/zhuyuan-daily-selfcheck.js`
- `scripts/zhuyuan-issue-reply.js`