mirror of
https://github.com/Hmbown/DeepSeek-TUI.git
synced 2026-09-03 06:50:13 +08:00
feat(FEAT-015): add codewhale-command-contract dependency to TUI
Task 2.1/2.2 - TUI consumes the FEAT-014 shape layer. - crates/tui/Cargo.toml: add codewhale-command-contract path dep - Cargo.lock: single expected edge (codewhale-tui depends on codewhale-command-contract) - Contract crate remains independently testable (4/4 tests pass) - Existing boundary gate green: self-tests 8/8 + live scan PASS (no codewhale-tui edge in the contract) - No production owner moves; no TUI source changed Generated with Claude Code
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1047,6 +1047,7 @@ dependencies = [
|
||||
"clap",
|
||||
"clap_complete",
|
||||
"codewhale-build-support",
|
||||
"codewhale-command-contract",
|
||||
"codewhale-config",
|
||||
"codewhale-core",
|
||||
"codewhale-execpolicy",
|
||||
|
||||
@@ -28,6 +28,7 @@ path = "src/main.rs"
|
||||
ahash = "0.8"
|
||||
anyhow.workspace = true
|
||||
codewhale-config = { path = "../config", version = "0.9.9" }
|
||||
codewhale-command-contract = { path = "../command-contract", version = "0.9.9" }
|
||||
codewhale-core = { path = "../core", version = "0.9.9" }
|
||||
codewhale-execpolicy = { path = "../execpolicy", version = "0.9.9" }
|
||||
codewhale-lane = { path = "../lane", version = "0.9.9" }
|
||||
|
||||
Reference in New Issue
Block a user