1.6 KiB
1.6 KiB
Completed the umbrella migration from the previous two-command installed layout toward a single primary insomnia executable.
Completed phases:
insomnia-pod-subcommand-runtime: moved Pod runtime startup behindpod::entrypointand addedinsomnia pod ...dispatch.spawn-through-insomnia-pod-subcommand: changed internal spawn/restore defaults to typed runtime command resolution using current executable plus thepodprefix argument.remove-insomnia-pod-binary: removed the long-terminsomnia-podbinary/package/devshell/flake output.- Follow-up cleanup removed
INSOMNIA_POD_COMMANDandINSOMNIA_RESOURCE_DIR, keeping the runtime command/config surface narrower.
Outcome:
- The installed package exposes
bin/insomniaonly. insomnia pod ...is the Pod runtime entrypoint; Pods remain separate processes.- Internal spawn/restore uses typed command construction rather than shell string parsing.
insomnia-podis not kept as a compatibility alias.- Headless
insomnia memory lintbehavior remains part of theinsomniaCLI surface.
Validation/evidence across completed phases included:
insomnia pod --help- focused parser/spawn/restore tests
cargo fmt --checkcargo check -p tui -p pod -p clientnix build .#insomnia- checks that
bin/insomnia-podis absent ./tickets.sh doctorgit diff --check
Follow-up intentionally remains separate:
insomnia-crate-cli-ownernow tracks the architectural cleanup where theinsomniacrate owns the product CLI/binary entrypoint andtuibecomes a library implementation crate. That is not required for this umbrella's original single-installed-binary migration to be complete.