fix: align execution flow diagrams with workflow order
- Fix execution-sync report flow diagram - Fix execution-layer-map flow diagram - Regenerate execution-status.md with v5.1 Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
parent
b162ac507f
commit
8f4bf0b2f8
|
|
@ -190,9 +190,9 @@ ${connTable}
|
|||
## 执行闭环
|
||||
|
||||
\`\`\`
|
||||
context-loader → broadcast-listener → task-queue → 执行
|
||||
context-loader → system-check → execution-sync → 状态报告
|
||||
↓
|
||||
execution-sync → system-check → 自动任务生成
|
||||
broadcast-listener → task-queue → 任务执行
|
||||
↓
|
||||
notion-sync → Notion 主脑更新
|
||||
\`\`\`
|
||||
|
|
|
|||
|
|
@ -77,16 +77,16 @@
|
|||
```
|
||||
context-loader(上下文加载)
|
||||
↓
|
||||
system-check(自检 + 自动任务生成)
|
||||
↓
|
||||
execution-sync(状态采集与报告)
|
||||
↓
|
||||
broadcast-listener(广播监听)
|
||||
↓
|
||||
task-queue(任务排队 · 类型: system/dev/maintenance/auto)
|
||||
↓
|
||||
执行器运行
|
||||
↓
|
||||
execution-sync(状态采集)
|
||||
↓
|
||||
system-check(自检 + 自动任务生成)
|
||||
↓
|
||||
connectors/notion-sync(状态回写)
|
||||
↓
|
||||
Notion 主脑更新
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# 执行层状态报告 — execution-status.md
|
||||
|
||||
> 铸渊执行层自动生成 · TCS-0002∞
|
||||
> 更新时间:2026-03-14 14:37:53+08:00
|
||||
> 更新时间:2026-03-14 14:58:44+08:00
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
| 指标 | 状态 |
|
||||
|------|------|
|
||||
| 系统版本 | v5.0 |
|
||||
| 系统版本 | v5.1 |
|
||||
| 执行层状态 | ✅ Stable |
|
||||
| Notion 桥接 | ✅ Active |
|
||||
| 执行同步 | ✅ Enabled |
|
||||
|
|
@ -25,6 +25,7 @@
|
|||
| task-queue | `core/task-queue/index.js` | ✅ Enabled |
|
||||
| system-check | `core/system-check/index.js` | ✅ Enabled |
|
||||
| execution-sync | `core/execution-sync/index.js` | ✅ Enabled |
|
||||
| context-loader | `core/context-loader/index.js` | ✅ Enabled |
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -52,7 +53,9 @@
|
|||
## 执行闭环
|
||||
|
||||
```
|
||||
Notion 广播 → broadcast-listener → task-queue → 执行
|
||||
context-loader → system-check → execution-sync → 状态报告
|
||||
↓
|
||||
execution-sync → notion-sync → Notion 主脑更新
|
||||
broadcast-listener → task-queue → 任务执行
|
||||
↓
|
||||
notion-sync → Notion 主脑更新
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue