From 21c3222ad520d7fcf6bf4dba58b65dc513b7a712 Mon Sep 17 00:00:00 2001 From: iven Date: Fri, 17 Apr 2026 20:10:34 +0800 Subject: [PATCH] =?UTF-8?q?docs(wiki):=20Phase=202A=20Pipeline=20=E8=A7=A3?= =?UTF-8?q?=E8=80=A6=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki/log.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/log.md b/wiki/log.md index 7326a0f..9582811 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -9,6 +9,12 @@ tags: [log, history] > Append-only 操作记录。格式: `## [日期] 类型 | 描述` +## 2026-04-17 refactor | Phase 2A Pipeline→Kernel 解耦 + +- Pipeline 代码中无任何 `zclaw_kernel` 引用,`Cargo.toml` 中的依赖是空壳 +- 移除后 `cargo check --workspace --exclude zclaw-saas` ✓ +- 依赖图简化: Pipeline 不再拉入 Kernel 及其传递依赖 + ## 2026-04-17 refactor | Phase 2B saasStore 拆分为子模块 - 1025行单文件 → 5个子模块 + barrel re-export