1.0 KiB
1.0 KiB
Renamed the runtime command helper crate/package from pod-command to insomnia to align the shared helper crate with the installed binary name.
Implementation:
- Renamed
crates/pod-commandtocrates/insomnia. - Changed package name from
pod-commandtoinsomnia. - Updated workspace membership and workspace dependencies.
- Updated
clientandpodcrate dependencies/imports frompod_commandtoinsomnia. - Kept
PodRuntimeCommandbehavior unchanged: default runtime command remains current executable pluspod, andINSOMNIA_POD_COMMANDremains executable-only. - Updated test helper names to avoid stale
pod_commandwording.
Validation:
cargo fmt --checkcargo test -p insomniacargo test -p client -p insomniacargo test -p pod --lib discovery::testscargo test -p pod --test spawn_pod_testcargo check -p tui -p pod -p client -p insomnia./tickets.sh doctorgit diff --checkgit grep -n "pod-command\|pod_command" -- ':!work-items' ':!docs' ':!Cargo.lock' || true