refactor(pipeline): 移除空的 zclaw-kernel 依赖 (Phase 2A)
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
Pipeline 代码中无任何 zclaw_kernel 引用,依赖声明是遗留物。 移除后编译验证通过: cargo check --workspace --exclude zclaw-saas ✓
This commit is contained in:
@@ -25,7 +25,6 @@ reqwest = { workspace = true }
|
|||||||
# Internal crates
|
# Internal crates
|
||||||
zclaw-types = { workspace = true }
|
zclaw-types = { workspace = true }
|
||||||
zclaw-runtime = { workspace = true }
|
zclaw-runtime = { workspace = true }
|
||||||
zclaw-kernel = { workspace = true }
|
|
||||||
zclaw-skills = { workspace = true }
|
zclaw-skills = { workspace = true }
|
||||||
zclaw-hands = { workspace = true }
|
zclaw-hands = { workspace = true }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user