📚 铸渊图书馆目录更新 · 2026-03-10T14:08
This commit is contained in:
parent
8a768a82db
commit
5d34fd4ff3
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"description": "铸渊图书馆目录 · Library Catalog for 铸渊 (Zhùyuān)",
|
||||
"version": "2.0",
|
||||
"generated_at": "2026-03-10T13:24:06.857Z",
|
||||
"generated_at": "2026-03-10T14:08:20.956Z",
|
||||
"generated_by": "scripts/generate-repo-map.js",
|
||||
"repo": "qinfendebingshuo/guanghulab",
|
||||
"stats": {
|
||||
"zones": 13,
|
||||
"total_modules": 10,
|
||||
"total_workflows": 31,
|
||||
"total_scripts": 26,
|
||||
"total_workflows": 32,
|
||||
"total_scripts": 27,
|
||||
"total_dev_nodes": 8,
|
||||
"hli_interfaces": 21,
|
||||
"hli_implemented": 7,
|
||||
|
|
@ -376,6 +376,14 @@
|
|||
"push"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "zhuyuan-daily-agent.yml",
|
||||
"name": "🤖 铸渊巡检 Agent · 每日自动巡检与修复",
|
||||
"triggers": [
|
||||
"schedule(0 14 * * *)",
|
||||
"manual"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "zhuyuan-daily-selfcheck.yml",
|
||||
"name": "铸渊 · 每日自检",
|
||||
|
|
@ -400,7 +408,7 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"item_count": 31
|
||||
"item_count": 32
|
||||
},
|
||||
{
|
||||
"zone_id": "SCRIPTS",
|
||||
|
|
@ -486,6 +494,9 @@
|
|||
{
|
||||
"file": "update-readme-bulletin.js"
|
||||
},
|
||||
{
|
||||
"file": "zhuyuan-daily-agent.js"
|
||||
},
|
||||
{
|
||||
"file": "zhuyuan-daily-selfcheck.js"
|
||||
},
|
||||
|
|
@ -496,7 +507,7 @@
|
|||
"file": "zhuyuan-module-protocol.js"
|
||||
}
|
||||
],
|
||||
"item_count": 26
|
||||
"item_count": 27
|
||||
},
|
||||
{
|
||||
"zone_id": "SRC",
|
||||
|
|
@ -1298,6 +1309,10 @@
|
|||
"zhuyuan-brain-sync": [
|
||||
"WORKFLOWS::zhuyuan-brain-sync.yml"
|
||||
],
|
||||
"zhuyuan-daily-agent": [
|
||||
"WORKFLOWS::zhuyuan-daily-agent.yml",
|
||||
"SCRIPTS::zhuyuan-daily-agent.js"
|
||||
],
|
||||
"zhuyuan-daily-selfcheck": [
|
||||
"WORKFLOWS::zhuyuan-daily-selfcheck.yml",
|
||||
"SCRIPTS::zhuyuan-daily-selfcheck.js"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# 铸渊图书馆快照 · Repo Snapshot
|
||||
> 生成于 2026-03-10 21:24 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
|
||||
> 生成于 2026-03-10 22:08 CST · 每次 push 自动更新 · 铸渊唤醒时优先读取此文件
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -9,11 +9,11 @@
|
|||
|------|------|
|
||||
| 区域总数 | 13 个区域 |
|
||||
| 功能模块 | 10 个 (m01~m18) |
|
||||
| 工作流 | 31 个 GitHub Actions |
|
||||
| 脚本 | 26 个执行脚本 |
|
||||
| 工作流 | 32 个 GitHub Actions |
|
||||
| 脚本 | 27 个执行脚本 |
|
||||
| 开发者节点 | 8 人 |
|
||||
| HLI 接口覆盖率 | 7/21 (33%) |
|
||||
| 快照生成时间 | 2026-03-10 21:24 CST |
|
||||
| 快照生成时间 | 2026-03-10 22:08 CST |
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -30,12 +30,12 @@
|
|||
**关键词**: persona · identity · dev-status · 人格 · 开发者状态
|
||||
|
||||
### ⚡ 自动化工作流(WORKFLOWS)
|
||||
**路径**: `.github/workflows` · **数量**: 31 项
|
||||
**路径**: `.github/workflows` · **数量**: 32 项
|
||||
**描述**: 所有 GitHub Actions 工作流定义
|
||||
**关键词**: workflow · actions · ci · automation · 工作流 · 自动化
|
||||
|
||||
### 🔧 执行脚本库(SCRIPTS)
|
||||
**路径**: `scripts` · **数量**: 26 项
|
||||
**路径**: `scripts` · **数量**: 27 项
|
||||
**描述**: 铸渊所有执行手脚 · 自动化脚本
|
||||
**关键词**: script · node · js · 脚本 · 执行 · runner
|
||||
|
||||
|
|
@ -118,6 +118,7 @@
|
|||
| `update-readme-bulletin.yml` | 📢 更新系统公告区 | push, schedule(0 1 * * *), manual |
|
||||
| `update-repo-map.yml` | 铸渊 · 图书馆目录自动更新 | push, schedule(0 0 * * *), manual |
|
||||
| `zhuyuan-brain-sync.yml` | 铸渊 · Brain Sync | push |
|
||||
| `zhuyuan-daily-agent.yml` | 🤖 铸渊巡检 Agent · 每日自动巡检与修复 | schedule(0 14 * * *), manual |
|
||||
| `zhuyuan-daily-selfcheck.yml` | 铸渊 · 每日自检 | schedule(0 0 * * *), manual |
|
||||
| `zhuyuan-issue-reply.yml` | 铸渊 · Issue 自动回复 | issues, issue_comment |
|
||||
| `zhuyuan-pr-review.yml` | 铸渊 · PR Review | pull_request |
|
||||
|
|
@ -149,6 +150,7 @@
|
|||
- `scripts/update-brain.js`
|
||||
- `scripts/update-memory.js`
|
||||
- `scripts/update-readme-bulletin.js`
|
||||
- `scripts/zhuyuan-daily-agent.js`
|
||||
- `scripts/zhuyuan-daily-selfcheck.js`
|
||||
- `scripts/zhuyuan-issue-reply.js`
|
||||
- `scripts/zhuyuan-module-protocol.js`
|
||||
|
|
|
|||
Loading…
Reference in New Issue