From a38e91935f96400f9b52cc76d146661f50653422 Mon Sep 17 00:00:00 2001 From: iven Date: Fri, 17 Apr 2026 21:56:34 +0800 Subject: [PATCH] =?UTF-8?q?docs(wiki):=20Phase=203A=20loop=5Frunner=20?= =?UTF-8?q?=E5=8F=8C=E8=B7=AF=E5=BE=84=E5=90=88=E5=B9=B6=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki/log.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/log.md b/wiki/log.md index 9582811..a4ba13b 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -9,6 +9,14 @@ tags: [log, history] > Append-only 操作记录。格式: `## [日期] 类型 | 描述` +## 2026-04-17 refactor | Phase 3A loop_runner 双路径合并 + +- middleware_chain 从 Option 改为 MiddlewareChain (Default = 空链) +- 移除 6 处 `use_middleware` 分支 + 2 处 legacy loop_guard inline path +- 移除 loop_guard field + Mutex import + circuit_breaker_triggered 变量 +- Kernel create_middleware_chain() 返回非 Option,messaging.rs 调用简化 +- 1154→1023 行,净减 131 行;`cargo check --workspace` ✓ | `cargo test` ✓ + ## 2026-04-17 refactor | Phase 2A Pipeline→Kernel 解耦 - Pipeline 代码中无任何 `zclaw_kernel` 引用,`Cargo.toml` 中的依赖是空壳