Problem
crates/tui-core is a 192-line crate containing a UiState / UiEvent / UiEffect enum scaffold. Nothing in the workspace depends on it — zero use codewhale_tui_core references anywhere in the tree. It appears to be an early scaffolding artifact that was never wired into the real TUI (crates/tui, 230K lines).
Plan
- Remove
"crates/tui-core" from [workspace.members] in root Cargo.toml
- Delete
crates/tui-core/ directory
Verification
cargo check --workspace passes
cargo build --workspace passes
- No remaining references to
tui-core or codewhale_tui_core in the tree
Impact
Zero functional change. Purely removing dead code.
Problem
crates/tui-coreis a 192-line crate containing aUiState/UiEvent/UiEffectenum scaffold. Nothing in the workspace depends on it — zerouse codewhale_tui_corereferences anywhere in the tree. It appears to be an early scaffolding artifact that was never wired into the real TUI (crates/tui, 230K lines).Plan
"crates/tui-core"from[workspace.members]in rootCargo.tomlcrates/tui-core/directoryVerification
cargo check --workspacepassescargo build --workspacepassestui-coreorcodewhale_tui_corein the treeImpact
Zero functional change. Purely removing dead code.