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

This commit is contained in:
铸渊 (ZhùYuān) 2026-03-15 15:35:26 +00:00
parent 16cda2e4a5
commit cc51d0904e
2 changed files with 63 additions and 11 deletions

View File

@ -1,14 +1,14 @@
{ {
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)", "description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
"version": "2.0", "version": "2.0",
"generated_at": "2026-03-15T15:33:51.915Z", "generated_at": "2026-03-15T15:35:25.881Z",
"generated_by": "scripts/generate-repo-map.js", "generated_by": "scripts/generate-repo-map.js",
"repo": "qinfendebingshuo/guanghulab", "repo": "qinfendebingshuo/guanghulab",
"stats": { "stats": {
"zones": 13, "zones": 13,
"total_modules": 10, "total_modules": 10,
"total_workflows": 51, "total_workflows": 54,
"total_scripts": 53, "total_scripts": 56,
"total_dev_nodes": 8, "total_dev_nodes": 8,
"hli_interfaces": 21, "hli_interfaces": 21,
"hli_implemented": 7, "hli_implemented": 7,
@ -162,6 +162,13 @@
"cron" "cron"
], ],
"shelves": [ "shelves": [
{
"file": "auto-reply-discussions.yml",
"name": "\"🤖 铸渊 · Discussion 自动回复\"",
"triggers": [
"unknown"
]
},
{ {
"file": "bingshuo-deploy-agent.yml", "file": "bingshuo-deploy-agent.yml",
"name": "\"🧊 冰朔人格体 · 自动部署诊断\"", "name": "\"🧊 冰朔人格体 · 自动部署诊断\"",
@ -229,6 +236,14 @@
"manual" "manual"
] ]
}, },
{
"file": "daily-report.yml",
"name": "\"📰 铸渊 · 光湖开发日报\"",
"triggers": [
"schedule(0 2 * * *)",
"manual"
]
},
{ {
"file": "deploy-pages.yml", "file": "deploy-pages.yml",
"name": "🌀 部署铸渊聊天室 (GitHub Pages)", "name": "🌀 部署铸渊聊天室 (GitHub Pages)",
@ -456,6 +471,14 @@
"manual" "manual"
] ]
}, },
{
"file": "sync-dev-status.yml",
"name": "\"📡 铸渊 · dev-status 自动同步\"",
"triggers": [
"schedule(0 1 * * *)",
"manual"
]
},
{ {
"file": "sync-login-entry.yml", "file": "sync-login-entry.yml",
"name": "铸渊 · Sync Login Entry · Notion → 飞书文档A", "name": "铸渊 · Sync Login Entry · Notion → 飞书文档A",
@ -558,7 +581,7 @@
] ]
} }
], ],
"item_count": 51 "item_count": 54
}, },
{ {
"zone_id": "SCRIPTS", "zone_id": "SCRIPTS",
@ -575,6 +598,9 @@
"runner" "runner"
], ],
"shelves": [ "shelves": [
{
"file": "auto-reply-discussions.js"
},
{ {
"file": "bingshuo-deploy-agent.js" "file": "bingshuo-deploy-agent.js"
}, },
@ -611,6 +637,9 @@
{ {
"file": "generate-communication-map.js" "file": "generate-communication-map.js"
}, },
{
"file": "generate-daily-report.js"
},
{ {
"file": "generate-module-doc.js" "file": "generate-module-doc.js"
}, },
@ -692,6 +721,9 @@
{ {
"file": "sync-deploy-to-notion.js" "file": "sync-deploy-to-notion.js"
}, },
{
"file": "sync-dev-status.js"
},
{ {
"file": "sync-login-entry.js" "file": "sync-login-entry.js"
}, },
@ -735,7 +767,7 @@
"file": "zhuyuan-module-protocol.js" "file": "zhuyuan-module-protocol.js"
} }
], ],
"item_count": 53 "item_count": 56
}, },
{ {
"zone_id": "SRC", "zone_id": "SRC",
@ -1475,6 +1507,10 @@
"cron": [ "cron": [
"WORKFLOWS" "WORKFLOWS"
], ],
"auto-reply-discussions": [
"WORKFLOWS::auto-reply-discussions.yml",
"SCRIPTS::auto-reply-discussions.js"
],
"bingshuo-deploy-agent": [ "bingshuo-deploy-agent": [
"WORKFLOWS::bingshuo-deploy-agent.yml", "WORKFLOWS::bingshuo-deploy-agent.yml",
"SCRIPTS::bingshuo-deploy-agent.js" "SCRIPTS::bingshuo-deploy-agent.js"
@ -1500,6 +1536,9 @@
"daily-maintenance": [ "daily-maintenance": [
"WORKFLOWS::daily-maintenance.yml" "WORKFLOWS::daily-maintenance.yml"
], ],
"daily-report": [
"WORKFLOWS::daily-report.yml"
],
"deploy-pages": [ "deploy-pages": [
"WORKFLOWS::deploy-pages.yml" "WORKFLOWS::deploy-pages.yml"
], ],
@ -1598,6 +1637,10 @@
"WORKFLOWS::sync-deploy-to-notion.yml", "WORKFLOWS::sync-deploy-to-notion.yml",
"SCRIPTS::sync-deploy-to-notion.js" "SCRIPTS::sync-deploy-to-notion.js"
], ],
"sync-dev-status": [
"WORKFLOWS::sync-dev-status.yml",
"SCRIPTS::sync-dev-status.js"
],
"sync-login-entry": [ "sync-login-entry": [
"WORKFLOWS::sync-login-entry.yml", "WORKFLOWS::sync-login-entry.yml",
"SCRIPTS::sync-login-entry.js" "SCRIPTS::sync-login-entry.js"
@ -1691,6 +1734,9 @@
"generate-communication-map": [ "generate-communication-map": [
"SCRIPTS::generate-communication-map.js" "SCRIPTS::generate-communication-map.js"
], ],
"generate-daily-report": [
"SCRIPTS::generate-daily-report.js"
],
"generate-repo-map": [ "generate-repo-map": [
"SCRIPTS::generate-repo-map.js" "SCRIPTS::generate-repo-map.js"
], ],

View File

@ -1,5 +1,5 @@
# 铸渊图书馆快照 · Repo Snapshot # 铸渊图书馆快照 · Repo Snapshot
> 生成于 2026-03-15 23:33 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件 > 生成于 2026-03-15 23:35 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
--- ---
@ -9,11 +9,11 @@
|------|------| |------|------|
| 区域总数 | 13 个区域 | | 区域总数 | 13 个区域 |
| 功能模块 | 10 个 (m01~m18) | | 功能模块 | 10 个 (m01~m18) |
| 工作流 | 51 个 GitHub Actions | | 工作流 | 54 个 GitHub Actions |
| 脚本 | 53 个执行脚本 | | 脚本 | 56 个执行脚本 |
| 开发者节点 | 8 人 | | 开发者节点 | 8 人 |
| HLI 接口覆盖率 | 7/21 (33%) | | HLI 接口覆盖率 | 7/21 (33%) |
| 快照生成时间 | 2026-03-15 23:33 CST | | 快照生成时间 | 2026-03-15 23:35 CST |
--- ---
@ -30,12 +30,12 @@
**关键词**: persona · identity · dev-status · 人格 · 开发者状态 **关键词**: persona · identity · dev-status · 人格 · 开发者状态
### ⚡ 自动化工作流WORKFLOWS ### ⚡ 自动化工作流WORKFLOWS
**路径**: `.github/workflows` · **数量**: 51 **路径**: `.github/workflows` · **数量**: 54
**描述**: 所有 GitHub Actions 工作流定义 **描述**: 所有 GitHub Actions 工作流定义
**关键词**: workflow · actions · ci · automation · 工作流 · 自动化 **关键词**: workflow · actions · ci · automation · 工作流 · 自动化
### 🔧 执行脚本库SCRIPTS ### 🔧 执行脚本库SCRIPTS
**路径**: `scripts` · **数量**: 53 **路径**: `scripts` · **数量**: 56
**描述**: 铸渊所有执行手脚 · 自动化脚本 **描述**: 铸渊所有执行手脚 · 自动化脚本
**关键词**: script · node · js · 脚本 · 执行 · runner **关键词**: script · node · js · 脚本 · 执行 · runner
@ -90,6 +90,7 @@
| 文件 | 名称 | 触发方式 | | 文件 | 名称 | 触发方式 |
|------|------|----------| |------|------|----------|
| `auto-reply-discussions.yml` | "🤖 铸渊 · Discussion 自动回复" | unknown |
| `bingshuo-deploy-agent.yml` | "🧊 冰朔人格体 · 自动部署诊断" | issues, issue_comment, manual | | `bingshuo-deploy-agent.yml` | "🧊 冰朔人格体 · 自动部署诊断" | issues, issue_comment, manual |
| `bingshuo-neural-system.yml` | 冰朔主控神经系统 · 自动维护 | push, schedule(0 0 * * *), manual | | `bingshuo-neural-system.yml` | 冰朔主控神经系统 · 自动维护 | push, schedule(0 0 * * *), manual |
| `brain-sync.yml` | 铸渊 Brain Sync | push, schedule(0 8 * * *), manual | | `brain-sync.yml` | 铸渊 Brain Sync | push, schedule(0 8 * * *), manual |
@ -98,6 +99,7 @@
| `bridge-syslog-to-notion.yml` | 铸渊 · Bridge A · SYSLOG → Notion | push, manual | | `bridge-syslog-to-notion.yml` | 铸渊 · Bridge A · SYSLOG → Notion | push, manual |
| `check-structure.yml` | 模块结构检查 | push, pull_request | | `check-structure.yml` | 模块结构检查 | push, pull_request |
| `daily-maintenance.yml` | "🔧 铸渊 · Daily Maintenance Agent" | schedule(0 2 * * *), manual | | `daily-maintenance.yml` | "🔧 铸渊 · Daily Maintenance Agent" | schedule(0 2 * * *), manual |
| `daily-report.yml` | "📰 铸渊 · 光湖开发日报" | schedule(0 2 * * *), manual |
| `deploy-pages.yml` | 🌀 部署铸渊聊天室 (GitHub Pages) | push, manual | | `deploy-pages.yml` | 🌀 部署铸渊聊天室 (GitHub Pages) | push, manual |
| `deploy-to-server.yml` | "🚀 铸渊 CD · 自动部署到 guanghulab.com" | push, manual | | `deploy-to-server.yml` | "🚀 铸渊 CD · 自动部署到 guanghulab.com" | push, manual |
| `distribute-broadcasts.yml` | 铸渊 · 广播分发 | push, manual | | `distribute-broadcasts.yml` | 铸渊 · 广播分发 | push, manual |
@ -128,6 +130,7 @@
| `server-patrol.yml` | "🔍 Server Patrol · 服务器每日巡检" | schedule(0 0,12 * * *), manual | | `server-patrol.yml` | "🔍 Server Patrol · 服务器每日巡检" | schedule(0 0,12 * * *), manual |
| `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual | | `staging-preview.yml` | "🔍 铸渊预演部署 (Staging Preview)" | pull_request, manual |
| `sync-deploy-to-notion.yml` | "📝 Sync Deploy Status to Notion" | schedule(0 4,14 * * *), manual | | `sync-deploy-to-notion.yml` | "📝 Sync Deploy Status to Notion" | schedule(0 4,14 * * *), manual |
| `sync-dev-status.yml` | "📡 铸渊 · dev-status 自动同步" | schedule(0 1 * * *), manual |
| `sync-login-entry.yml` | 铸渊 · Sync Login Entry · Notion → 飞书文档A | manual | | `sync-login-entry.yml` | 铸渊 · Sync Login Entry · Notion → 飞书文档A | manual |
| `sync-persona-studio.yml` | 🔄 铸渊跨仓库同步 · persona-studio | push, manual | | `sync-persona-studio.yml` | 🔄 铸渊跨仓库同步 · persona-studio | push, manual |
| `syslog-auto-pipeline.yml` | SYSLOG Auto Pipeline | unknown | | `syslog-auto-pipeline.yml` | SYSLOG Auto Pipeline | unknown |
@ -146,6 +149,7 @@
## 🔧 执行脚本库(铸渊的工作人员) ## 🔧 执行脚本库(铸渊的工作人员)
- `scripts/auto-reply-discussions.js`
- `scripts/bingshuo-deploy-agent.js` - `scripts/bingshuo-deploy-agent.js`
- `scripts/bingshuo-neural-sync.js` - `scripts/bingshuo-neural-sync.js`
- `scripts/brain-bridge-sync.js` - `scripts/brain-bridge-sync.js`
@ -158,6 +162,7 @@
- `scripts/esp-email-processor.js` - `scripts/esp-email-processor.js`
- `scripts/generate-automation-map.js` - `scripts/generate-automation-map.js`
- `scripts/generate-communication-map.js` - `scripts/generate-communication-map.js`
- `scripts/generate-daily-report.js`
- `scripts/generate-module-doc.js` - `scripts/generate-module-doc.js`
- `scripts/generate-repo-map.js` - `scripts/generate-repo-map.js`
- `scripts/generate-session-summary.js` - `scripts/generate-session-summary.js`
@ -185,6 +190,7 @@
- `scripts/setup-sandbox.sh` - `scripts/setup-sandbox.sh`
- `scripts/smoke-test.sh` - `scripts/smoke-test.sh`
- `scripts/sync-deploy-to-notion.js` - `scripts/sync-deploy-to-notion.js`
- `scripts/sync-dev-status.js`
- `scripts/sync-login-entry.js` - `scripts/sync-login-entry.js`
- `scripts/sync-patrol-to-notion.js` - `scripts/sync-patrol-to-notion.js`
- `scripts/update-brain.js` - `scripts/update-brain.js`