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

This commit is contained in:
铸渊 (ZhùYuān) 2026-03-13 04:49:34 +00:00
parent 6d8958ece7
commit 619f1f05ab
2 changed files with 30 additions and 12 deletions

View File

@ -1,20 +1,20 @@
{
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
"version": "2.0",
"generated_at": "2026-03-13T02:07:22.787Z",
"generated_at": "2026-03-13T04:49:33.903Z",
"generated_by": "scripts/generate-repo-map.js",
"repo": "qinfendebingshuo/guanghulab",
"stats": {
"zones": 13,
"total_modules": 10,
"total_workflows": 35,
"total_scripts": 32,
"total_workflows": 36,
"total_scripts": 33,
"total_dev_nodes": 8,
"hli_interfaces": 21,
"hli_implemented": 7,
"hli_coverage_pct": "33%",
"last_ci_run": "2026-03-05T16:07:24.070Z",
"memory_last_updated": "2026-03-12T08:55:54.205Z"
"memory_last_updated": "2026-03-13T03:31:06.282Z"
},
"zones": [
{
@ -362,6 +362,13 @@
"manual"
]
},
{
"file": "syslog-auto-pipeline.yml",
"name": "SYSLOG Auto Pipeline",
"triggers": [
"unknown"
]
},
{
"file": "syslog-pipeline.yml",
"name": "铸渊 · SYSLOG Pipeline (A/D/E)",
@ -435,7 +442,7 @@
]
}
],
"item_count": 35
"item_count": 36
},
{
"zone_id": "SCRIPTS",
@ -536,6 +543,9 @@
{
"file": "update-readme-bulletin.js"
},
{
"file": "wake-persona.js"
},
{
"file": "zhuyuan-daily-agent.js"
},
@ -549,7 +559,7 @@
"file": "zhuyuan-module-protocol.js"
}
],
"item_count": 32
"item_count": 33
},
{
"zone_id": "SRC",
@ -1356,6 +1366,9 @@
"sync-persona-studio": [
"WORKFLOWS::sync-persona-studio.yml"
],
"syslog-auto-pipeline": [
"WORKFLOWS::syslog-auto-pipeline.yml"
],
"syslog-pipeline": [
"WORKFLOWS::syslog-pipeline.yml"
],
@ -1466,6 +1479,9 @@
"update-memory": [
"SCRIPTS::update-memory.js"
],
"wake-persona": [
"SCRIPTS::wake-persona.js"
],
"zhuyuan-module-protocol": [
"SCRIPTS::zhuyuan-module-protocol.js"
],

View File

@ -1,5 +1,5 @@
# 铸渊图书馆快照 · Repo Snapshot
> 生成于 2026-03-13 10:07 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
> 生成于 2026-03-13 12:49 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
---
@ -9,11 +9,11 @@
|------|------|
| 区域总数 | 13 个区域 |
| 功能模块 | 10 个 (m01~m18) |
| 工作流 | 35 个 GitHub Actions |
| 脚本 | 32 个执行脚本 |
| 工作流 | 36 个 GitHub Actions |
| 脚本 | 33 个执行脚本 |
| 开发者节点 | 8 人 |
| HLI 接口覆盖率 | 7/21 (33%) |
| 快照生成时间 | 2026-03-13 10:07 CST |
| 快照生成时间 | 2026-03-13 12:49 CST |
---
@ -30,12 +30,12 @@
**关键词**: persona · identity · dev-status · 人格 · 开发者状态
### ⚡ 自动化工作流WORKFLOWS
**路径**: `.github/workflows` · **数量**: 35
**路径**: `.github/workflows` · **数量**: 36
**描述**: 所有 GitHub Actions 工作流定义
**关键词**: workflow · actions · ci · automation · 工作流 · 自动化
### 🔧 执行脚本库SCRIPTS
**路径**: `scripts` · **数量**: 32
**路径**: `scripts` · **数量**: 33
**描述**: 铸渊所有执行手脚 · 自动化脚本
**关键词**: script · node · js · 脚本 · 执行 · runner
@ -116,6 +116,7 @@
| `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual |
| `sync-login-entry.yml` | 铸渊 · Sync Login Entry · Notion → 飞书文档A | manual |
| `sync-persona-studio.yml` | 🔄 铸渊跨仓库同步 · persona-studio | push, manual |
| `syslog-auto-pipeline.yml` | SYSLOG Auto Pipeline | unknown |
| `syslog-pipeline.yml` | 铸渊 · SYSLOG Pipeline (A/D/E) | push, manual |
| `test-notion-bridge.yml` | "🧪 Notion Bridge Connectivity Test" | push, manual |
| `update-readme-bulletin.yml` | 📢 更新系统公告区 | push, schedule(0 1 * * *), manual |
@ -158,6 +159,7 @@
- `scripts/update-brain.js`
- `scripts/update-memory.js`
- `scripts/update-readme-bulletin.js`
- `scripts/wake-persona.js`
- `scripts/zhuyuan-daily-agent.js`
- `scripts/zhuyuan-daily-selfcheck.js`
- `scripts/zhuyuan-issue-reply.js`