📚 铸渊图书馆目录更新 · 2026-03-10T10:28

This commit is contained in:
铸渊 (ZhùYuān) 2026-03-10 10:28:56 +00:00
parent e44ba9aacc
commit 20a4a267db
2 changed files with 80 additions and 11 deletions

View File

@ -1,14 +1,14 @@
{
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
"version": "2.0",
"generated_at": "2026-03-10T10:28:12.472Z",
"generated_at": "2026-03-10T10:28:56.461Z",
"generated_by": "scripts/generate-repo-map.js",
"repo": "qinfendebingshuo/guanghulab",
"stats": {
"zones": 13,
"total_modules": 10,
"total_workflows": 30,
"total_scripts": 24,
"total_workflows": 31,
"total_scripts": 25,
"total_dev_nodes": 8,
"hli_interfaces": 21,
"hli_implemented": 7,
@ -33,6 +33,27 @@
"路由"
],
"shelves": [
{
"file": "bingshuo-agent-registry.json"
},
{
"file": "bingshuo-growth-log.md"
},
{
"file": "bingshuo-issues-index.json"
},
{
"file": "bingshuo-master-brain.md"
},
{
"file": "bingshuo-read-order.md"
},
{
"file": "bingshuo-routing-index.json"
},
{
"file": "bingshuo-system-health.json"
},
{
"file": "collaborators.json"
},
@ -61,7 +82,7 @@
"file": "wake-protocol.md"
}
],
"item_count": 9
"item_count": 16
},
{
"zone_id": "PERSONA_BRAIN",
@ -135,6 +156,15 @@
"manual"
]
},
{
"file": "bingshuo-neural-system.yml",
"name": "冰朔主控神经系统 · 自动维护",
"triggers": [
"push",
"schedule(0 0 * * *)",
"manual"
]
},
{
"file": "brain-sync.yml",
"name": "铸渊 Brain Sync",
@ -364,7 +394,7 @@
]
}
],
"item_count": 30
"item_count": 31
},
{
"zone_id": "SCRIPTS",
@ -384,6 +414,9 @@
{
"file": "bingshuo-deploy-agent.js"
},
{
"file": "bingshuo-neural-sync.js"
},
{
"file": "contract-check.js"
},
@ -454,7 +487,7 @@
"file": "zhuyuan-module-protocol.js"
}
],
"item_count": 24
"item_count": 25
},
{
"zone_id": "SRC",
@ -1059,6 +1092,27 @@
"BRAIN",
"SRC"
],
"bingshuo-agent-registry": [
"BRAIN::bingshuo-agent-registry.json"
],
"bingshuo-growth-log": [
"BRAIN::bingshuo-growth-log.md"
],
"bingshuo-issues-index": [
"BRAIN::bingshuo-issues-index.json"
],
"bingshuo-master-brain": [
"BRAIN::bingshuo-master-brain.md"
],
"bingshuo-read-order": [
"BRAIN::bingshuo-read-order.md"
],
"bingshuo-routing-index": [
"BRAIN::bingshuo-routing-index.json"
],
"bingshuo-system-health": [
"BRAIN::bingshuo-system-health.json"
],
"collaborators": [
"BRAIN::collaborators.json"
],
@ -1144,6 +1198,9 @@
"WORKFLOWS::bingshuo-deploy-agent.yml",
"SCRIPTS::bingshuo-deploy-agent.js"
],
"bingshuo-neural-system": [
"WORKFLOWS::bingshuo-neural-system.yml"
],
"brain-sync": [
"WORKFLOWS::brain-sync.yml"
],
@ -1256,6 +1313,9 @@
"runner": [
"SCRIPTS"
],
"bingshuo-neural-sync": [
"SCRIPTS::bingshuo-neural-sync.js"
],
"contract-check": [
"SCRIPTS::contract-check.js"
],

View File

@ -9,8 +9,8 @@
|------|------|
| 区域总数 | 13 个区域 |
| 功能模块 | 10 个 (m01~m18) |
| 工作流 | 30 个 GitHub Actions |
| 脚本 | 24 个执行脚本 |
| 工作流 | 31 个 GitHub Actions |
| 脚本 | 25 个执行脚本 |
| 开发者节点 | 8 人 |
| HLI 接口覆盖率 | 7/21 (33%) |
| 快照生成时间 | 2026-03-10 18:28 CST |
@ -20,7 +20,7 @@
## 🗺️ 图书馆全区地图
### 🧠 铸渊大脑BRAIN
**路径**: `.github/brain` · **数量**: 9
**路径**: `.github/brain` · **数量**: 16
**描述**: 铸渊核心记忆 · 路由映射 · 唤醒协议 · 图书馆目录
**关键词**: brain · memory · routing · wake · 大脑 · 记忆
@ -30,12 +30,12 @@
**关键词**: persona · identity · dev-status · 人格 · 开发者状态
### ⚡ 自动化工作流WORKFLOWS
**路径**: `.github/workflows` · **数量**: 30
**路径**: `.github/workflows` · **数量**: 31
**描述**: 所有 GitHub Actions 工作流定义
**关键词**: workflow · actions · ci · automation · 工作流 · 自动化
### 🔧 执行脚本库SCRIPTS
**路径**: `scripts` · **数量**: 24
**路径**: `scripts` · **数量**: 25
**描述**: 铸渊所有执行手脚 · 自动化脚本
**关键词**: script · node · js · 脚本 · 执行 · runner
@ -91,6 +91,7 @@
| 文件 | 名称 | 触发方式 |
|------|------|----------|
| `bingshuo-deploy-agent.yml` | "🧊 冰朔人格体 · 自动部署诊断" | issues, issue_comment, manual |
| `bingshuo-neural-system.yml` | 冰朔主控神经系统 · 自动维护 | push, schedule(0 0 * * *), manual |
| `brain-sync.yml` | 铸渊 Brain Sync | push, schedule(0 8 * * *), manual |
| `bridge-changes-to-notion.yml` | 铸渊 · Bridge E · GitHub Changes → Notion | push, pull_request |
| `bridge-session-summary.yml` | Generate Session Summary for Notion | schedule(50 23 * * *), manual |
@ -126,6 +127,7 @@
## 🔧 执行脚本库(铸渊的工作人员)
- `scripts/bingshuo-deploy-agent.js`
- `scripts/bingshuo-neural-sync.js`
- `scripts/contract-check.js`
- `scripts/cross-repo-sync.js`
- `scripts/daily-check.js`
@ -218,6 +220,13 @@
## 🧠 铸渊大脑文件速查(.github/brain/
- `.github/brain/bingshuo-agent-registry.json`
- `.github/brain/bingshuo-growth-log.md`
- `.github/brain/bingshuo-issues-index.json`
- `.github/brain/bingshuo-master-brain.md`
- `.github/brain/bingshuo-read-order.md`
- `.github/brain/bingshuo-routing-index.json`
- `.github/brain/bingshuo-system-health.json`
- `.github/brain/collaborators.json`
- `.github/brain/growth-log.md`
- `.github/brain/memory.json`