Intent-Code Divergence
Medium
- Confidence
- 95% confidence
- Finding
- This is a real safety/control flaw: the CLI requires `--apply`, but `command_confirm()` never checks `args.apply` before mutating the profile and saving it. That means any invocation that reaches this handler will apply the pending value immediately, defeating the advertised explicit confirmation barrier and increasing the chance of accidental state changes in automation or wrapper tooling.
