📚 铸渊图书馆目录更新 · 2026-03-25T09:32
This commit is contained in:
parent
d9bec2e3bf
commit
e15feb8601
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
|
||||
"version": "2.0",
|
||||
"generated_at": "2026-03-25T07:37:47.671Z",
|
||||
"generated_at": "2026-03-25T09:32:23.262Z",
|
||||
"generated_by": "scripts/generate-repo-map.js",
|
||||
"repo": "qinfendebingshuo/guanghulab",
|
||||
"stats": {
|
||||
"zones": 13,
|
||||
"total_modules": 10,
|
||||
"total_workflows": 98,
|
||||
"total_scripts": 82,
|
||||
"total_workflows": 100,
|
||||
"total_scripts": 83,
|
||||
"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-24T09:02:12.139Z"
|
||||
"memory_last_updated": "2026-03-25T09:01:18.924Z"
|
||||
},
|
||||
"zones": [
|
||||
{
|
||||
|
|
@ -359,6 +359,14 @@
|
|||
"manual"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "deploy-backend.yml",
|
||||
"name": "\"🚀 部署后端中间层到阿里云\"",
|
||||
"triggers": [
|
||||
"push",
|
||||
"manual"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "deploy-pages.yml",
|
||||
"name": "🌀 部署铸渊聊天室 (GitHub Pages)",
|
||||
|
|
@ -783,6 +791,14 @@
|
|||
"manual"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "sync-notion-cache.yml",
|
||||
"name": "\"📡 同步 Notion 数据到缓存\"",
|
||||
"triggers": [
|
||||
"schedule(0 */6 * * *)",
|
||||
"manual"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "sync-notion-profiles.yml",
|
||||
"name": "\"📡 同步 Notion 开发者画像\"",
|
||||
|
|
@ -984,7 +1000,7 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"item_count": 98
|
||||
"item_count": 100
|
||||
},
|
||||
{
|
||||
"zone_id": "SCRIPTS",
|
||||
|
|
@ -1022,6 +1038,9 @@
|
|||
{
|
||||
"file": "bridge-app.js"
|
||||
},
|
||||
{
|
||||
"file": "cache"
|
||||
},
|
||||
{
|
||||
"file": "chatroom-post.js"
|
||||
},
|
||||
|
|
@ -1248,7 +1267,7 @@
|
|||
"file": "zhuyuan-wakeup.js"
|
||||
}
|
||||
],
|
||||
"item_count": 82
|
||||
"item_count": 83
|
||||
},
|
||||
{
|
||||
"zone_id": "SRC",
|
||||
|
|
@ -1629,6 +1648,9 @@
|
|||
{
|
||||
"file": "ai-system-doc.md"
|
||||
},
|
||||
{
|
||||
"file": "css"
|
||||
},
|
||||
{
|
||||
"file": "daily-reports"
|
||||
},
|
||||
|
|
@ -1644,6 +1666,9 @@
|
|||
{
|
||||
"file": "index.html"
|
||||
},
|
||||
{
|
||||
"file": "js"
|
||||
},
|
||||
{
|
||||
"file": "neural-bridge-protocol-v3.md"
|
||||
},
|
||||
|
|
@ -1660,7 +1685,7 @@
|
|||
"file": "使用指南.md"
|
||||
}
|
||||
],
|
||||
"item_count": 15
|
||||
"item_count": 17
|
||||
},
|
||||
{
|
||||
"zone_id": "TESTS",
|
||||
|
|
@ -2120,6 +2145,9 @@
|
|||
"daily-report": [
|
||||
"WORKFLOWS::daily-report.yml"
|
||||
],
|
||||
"deploy-backend": [
|
||||
"WORKFLOWS::deploy-backend.yml"
|
||||
],
|
||||
"deploy-pages": [
|
||||
"WORKFLOWS::deploy-pages.yml"
|
||||
],
|
||||
|
|
@ -2296,6 +2324,9 @@
|
|||
"WORKFLOWS::sync-login-entry.yml",
|
||||
"SCRIPTS::sync-login-entry.js"
|
||||
],
|
||||
"sync-notion-cache": [
|
||||
"WORKFLOWS::sync-notion-cache.yml"
|
||||
],
|
||||
"sync-notion-profiles": [
|
||||
"WORKFLOWS::sync-notion-profiles.yml",
|
||||
"SCRIPTS::sync-notion-profiles.js"
|
||||
|
|
@ -2385,7 +2416,8 @@
|
|||
"DEV_NODES"
|
||||
],
|
||||
"js": [
|
||||
"SCRIPTS"
|
||||
"SCRIPTS",
|
||||
"DOCS::js"
|
||||
],
|
||||
"脚本": [
|
||||
"SCRIPTS"
|
||||
|
|
@ -2408,6 +2440,9 @@
|
|||
"bridge-app": [
|
||||
"SCRIPTS::bridge-app.js"
|
||||
],
|
||||
"cache": [
|
||||
"SCRIPTS::cache"
|
||||
],
|
||||
"chatroom-post": [
|
||||
"SCRIPTS::chatroom-post.js"
|
||||
],
|
||||
|
|
@ -2853,6 +2888,9 @@
|
|||
"ai-system-doc": [
|
||||
"DOCS::ai-system-doc.md"
|
||||
],
|
||||
"css": [
|
||||
"DOCS::css"
|
||||
],
|
||||
"daily-reports": [
|
||||
"DOCS::daily-reports"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# 铸渊图书馆快照 · Repo Snapshot
|
||||
> 生成于 2026-03-25 15:37 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
|
||||
> 生成于 2026-03-25 17:32 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -9,11 +9,11 @@
|
|||
|------|------|
|
||||
| 区域总数 | 13 个区域 |
|
||||
| 功能模块 | 10 个 (m01~m18) |
|
||||
| 工作流 | 98 个 GitHub Actions |
|
||||
| 脚本 | 82 个执行脚本 |
|
||||
| 工作流 | 100 个 GitHub Actions |
|
||||
| 脚本 | 83 个执行脚本 |
|
||||
| 开发者节点 | 8 人 |
|
||||
| HLI 接口覆盖率 | 7/21 (33%) |
|
||||
| 快照生成时间 | 2026-03-25 15:37 CST |
|
||||
| 快照生成时间 | 2026-03-25 17:32 CST |
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -30,12 +30,12 @@
|
|||
**关键词**: persona · identity · dev-status · 人格 · 开发者状态
|
||||
|
||||
### ⚡ 自动化工作流(WORKFLOWS)
|
||||
**路径**: `.github/workflows` · **数量**: 98 项
|
||||
**路径**: `.github/workflows` · **数量**: 100 项
|
||||
**描述**: 所有 GitHub Actions 工作流定义
|
||||
**关键词**: workflow · actions · ci · automation · 工作流 · 自动化
|
||||
|
||||
### 🔧 执行脚本库(SCRIPTS)
|
||||
**路径**: `scripts` · **数量**: 82 项
|
||||
**路径**: `scripts` · **数量**: 83 项
|
||||
**描述**: 铸渊所有执行手脚 · 自动化脚本
|
||||
**关键词**: script · node · js · 脚本 · 执行 · runner
|
||||
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
**关键词**: syslog · inbox · log · 系统日志
|
||||
|
||||
### 📄 文档与前端(DOCS)
|
||||
**路径**: `docs` · **数量**: 15 项
|
||||
**路径**: `docs` · **数量**: 17 项
|
||||
**描述**: 铸渊助手聊天界面 · GitHub Pages 部署
|
||||
**关键词**: docs · html · chat · pages · 文档 · 聊天室
|
||||
|
||||
|
|
@ -108,6 +108,7 @@
|
|||
| `check-token-health.yml` | 🛡️ Token 健康检查(每日安全网) | schedule(15 4 * * *), manual |
|
||||
| `daily-maintenance.yml` | "🔧 铸渊 · Daily Maintenance Agent" | schedule(0 2 * * *), manual |
|
||||
| `daily-report.yml` | "📰 铸渊 · 光湖开发日报" | schedule(0 2 * * *), manual |
|
||||
| `deploy-backend.yml` | "🚀 部署后端中间层到阿里云" | push, manual |
|
||||
| `deploy-pages.yml` | 🌀 部署铸渊聊天室 (GitHub Pages) | push, manual |
|
||||
| `deploy-to-server.yml` | "🚀 铸渊 CD · 自动部署到 guanghulab.com" | push, manual |
|
||||
| `distribute-broadcasts.yml` | 铸渊 · 广播分发 | push, manual |
|
||||
|
|
@ -163,6 +164,7 @@
|
|||
| `sync-griddb-to-drive.yml` | 🪞 Grid-DB → Google Drive 镜像同步 | push, schedule(*/15 * * * *), manual |
|
||||
| `sync-griddb-to-notion.yml` | 📤 Grid-DB → Notion 增量回传 | push |
|
||||
| `sync-login-entry.yml` | 铸渊 · Sync Login Entry · Notion → 飞书文档A | manual |
|
||||
| `sync-notion-cache.yml` | "📡 同步 Notion 数据到缓存" | schedule(0 */6 * * *), manual |
|
||||
| `sync-notion-profiles.yml` | "📡 同步 Notion 开发者画像" | schedule(0 */6 * * *), manual |
|
||||
| `sync-notion-to-griddb.yml` | 🧠 Notion → Grid-DB 记忆同步 | schedule(0 */4 * * *), manual |
|
||||
| `sync-persona-studio.yml` | 🔄 铸渊跨仓库同步 · persona-studio | push, manual |
|
||||
|
|
@ -200,6 +202,7 @@
|
|||
- `scripts/brain-bridge-sync.js`
|
||||
- `scripts/bridge`
|
||||
- `scripts/bridge-app.js`
|
||||
- `scripts/cache`
|
||||
- `scripts/chatroom-post.js`
|
||||
- `scripts/commander-dashboard.js`
|
||||
- `scripts/contract-check.js`
|
||||
|
|
@ -375,9 +378,9 @@
|
|||
|
||||
## 🕐 最近动态(memory.json 最新3条)
|
||||
|
||||
- `2026-03-25T09:01:18.924Z` · daily_check — passed
|
||||
- `2026-03-24T14:52:45.046Z` · daily_agent_inspection — 铸渊巡检Agent · ✅4 ⚠️2 ❌0 · 1个问题
|
||||
- `2026-03-24T09:02:12.139Z` · daily_check — passed
|
||||
- `2026-03-23T14:50:42.420Z` · daily_agent_inspection — 铸渊巡检Agent · ✅4 ⚠️2 ❌0 · 1个问题
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue