docs(wiki): Phase 3A loop_runner 双路径合并记录
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
This commit is contained in:
@@ -9,6 +9,14 @@ tags: [log, history]
|
||||
|
||||
> Append-only 操作记录。格式: `## [日期] 类型 | 描述`
|
||||
|
||||
## 2026-04-17 refactor | Phase 3A loop_runner 双路径合并
|
||||
|
||||
- middleware_chain 从 Option<MiddlewareChain> 改为 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` 中的依赖是空壳
|
||||
|
||||
Reference in New Issue
Block a user