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

This commit is contained in:
铸渊 (ZhùYuān) 2026-03-10 10:28:12 +00:00
parent fbcd1f2db9
commit 9e575876a1
2 changed files with 61 additions and 16 deletions

View File

@ -1,7 +1,7 @@
{
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
"version": "2.0",
"generated_at": "2026-03-10T09:35:55.686Z",
"generated_at": "2026-03-10T10:28:12.472Z",
"generated_by": "scripts/generate-repo-map.js",
"repo": "qinfendebingshuo/guanghulab",
"stats": {
@ -10,11 +10,11 @@
"total_workflows": 30,
"total_scripts": 24,
"total_dev_nodes": 8,
"hli_interfaces": 17,
"hli_implemented": 3,
"hli_coverage_pct": "18%",
"hli_interfaces": 21,
"hli_implemented": 7,
"hli_coverage_pct": "33%",
"last_ci_run": "2026-03-05T16:07:24.070Z",
"memory_last_updated": "2026-03-10T08:56:23.978Z"
"memory_last_updated": "2026-03-10T09:43:00.000Z"
},
"zones": [
{
@ -54,11 +54,14 @@
{
"file": "routing-map.json"
},
{
"file": "truth-source.md"
},
{
"file": "wake-protocol.md"
}
],
"item_count": 8
"item_count": 9
},
{
"zone_id": "PERSONA_BRAIN",
@ -470,6 +473,9 @@
"路由"
],
"shelves": [
{
"file": "brain"
},
{
"file": "index.js"
},
@ -483,7 +489,7 @@
"file": "schemas"
}
],
"item_count": 4
"item_count": 5
},
{
"zone_id": "MODULES",
@ -844,8 +850,8 @@
}
],
"hli_interfaces": {
"total": 17,
"implemented": 3,
"total": 21,
"implemented": 7,
"pending": 14,
"domains": [
{
@ -995,12 +1001,42 @@
"status": "pending"
}
]
},
{
"name": "BRAIN",
"module": "CORE",
"prefix": "/hli/brain",
"total": 4,
"implemented": 4,
"interfaces": [
{
"id": "HLI-BRAIN-001",
"path": "/hli/brain/prompt",
"status": "implemented"
},
{
"id": "HLI-BRAIN-002",
"path": "/hli/brain/route",
"status": "implemented"
},
{
"id": "HLI-BRAIN-003",
"path": "/hli/brain/context",
"status": "implemented"
},
{
"id": "HLI-BRAIN-004",
"path": "/hli/brain/memory",
"status": "implemented"
}
]
}
]
},
"routing_index": {
"brain": [
"BRAIN"
"BRAIN",
"SRC::brain"
],
"memory": [
"BRAIN",
@ -1042,6 +1078,9 @@
"BRAIN::routing-map.json",
"PERSONA_BRAIN::routing-map.json"
],
"truth-source": [
"BRAIN::truth-source.md"
],
"wake-protocol": [
"BRAIN::wake-protocol.md"
],

View File

@ -1,5 +1,5 @@
# 铸渊图书馆快照 · Repo Snapshot
> 生成于 2026-03-10 17:35 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
> 生成于 2026-03-10 18:28 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
---
@ -12,15 +12,15 @@
| 工作流 | 30 个 GitHub Actions |
| 脚本 | 24 个执行脚本 |
| 开发者节点 | 8 人 |
| HLI 接口覆盖率 | 3/17 (18%) |
| 快照生成时间 | 2026-03-10 17:35 CST |
| HLI 接口覆盖率 | 7/21 (33%) |
| 快照生成时间 | 2026-03-10 18:28 CST |
---
## 🗺️ 图书馆全区地图
### 🧠 铸渊大脑BRAIN
**路径**: `.github/brain` · **数量**: 8
**路径**: `.github/brain` · **数量**: 9
**描述**: 铸渊核心记忆 · 路由映射 · 唤醒协议 · 图书馆目录
**关键词**: brain · memory · routing · wake · 大脑 · 记忆
@ -40,7 +40,7 @@
**关键词**: script · node · js · 脚本 · 执行 · runner
### 💻 HLI 接口源码SRC
**路径**: `src` · **数量**: 4
**路径**: `src` · **数量**: 5
**描述**: HoloLake Interface 路由 · 中间件 · Schema
**关键词**: hli · route · middleware · schema · api · src
@ -152,7 +152,7 @@
---
## 💻 HLI 接口地图(3/17 (18%)
## 💻 HLI 接口地图(7/21 (33%)
**AUTH** (M01) `/hli/auth` — 3/3
`HLI-AUTH-001``/hli/auth/login`
@ -178,6 +178,11 @@
**DASHBOARD** (M12) `/hli/dashboard` — 0/2
`HLI-DASHBOARD-001``/hli/dashboard/status`
`HLI-DASHBOARD-002``/hli/dashboard/realtime`
**BRAIN** (CORE) `/hli/brain` — 4/4
`HLI-BRAIN-001``/hli/brain/prompt`
`HLI-BRAIN-002``/hli/brain/route`
`HLI-BRAIN-003``/hli/brain/context`
`HLI-BRAIN-004``/hli/brain/memory`
---
@ -220,6 +225,7 @@
- `.github/brain/repo-map.json`
- `.github/brain/repo-snapshot.md`
- `.github/brain/routing-map.json`
- `.github/brain/truth-source.md`
- `.github/brain/wake-protocol.md`
---