crates/ctl/src/commands/core.rs (~5KB, 37.33% coverage, 28/75 lines; ~32 lines to hit 80%). Thin module: capability status formatting + daily command shim.
Suggested tests
Pure helpers dominate here; should be the fastest win of the batch.
Acceptance
cargo test -p innerwarden-ctl core >= 4 new tests; file coverage >= 80%.
Estimated effort: ~1h.
crates/ctl/src/commands/core.rs(~5KB, 37.33% coverage, 28/75 lines; ~32 lines to hit 80%). Thin module: capability status formatting + daily command shim.Suggested tests
capability_status_label(true/false)-> "enabled" / "disabled"DailyCommanddispatch arms (each branch)make_opts+ welcome wiring if exposedCli->CapabilityRegistryinteraction helpersPure helpers dominate here; should be the fastest win of the batch.
Acceptance
cargo test -p innerwarden-ctl core>= 4 new tests; file coverage >= 80%.Estimated effort: ~1h.