diff --git a/core/execution-sync/index.js b/core/execution-sync/index.js index 85fb73ee..c6476210 100644 --- a/core/execution-sync/index.js +++ b/core/execution-sync/index.js @@ -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 主脑更新 \`\`\` diff --git a/docs/execution-layer-map.md b/docs/execution-layer-map.md index 4ce8ec27..c0f2c8f2 100644 --- a/docs/execution-layer-map.md +++ b/docs/execution-layer-map.md @@ -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 主脑更新 diff --git a/docs/execution-status.md b/docs/execution-status.md index 018c7aa5..141d99f0 100644 --- a/docs/execution-status.md +++ b/docs/execution-status.md @@ -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 主脑更新 ```