docs(wiki): Phase 2A Pipeline 解耦记录
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:
iven
2026-04-17 20:10:34 +08:00
parent 5381e316f0
commit 21c3222ad5

View File

@@ -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