| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-06 | fix(status): remove conflicting local verbose arg | nsfisis | |
| The StatusArgs struct redefined `verbose` as bool while Cli defines a global `verbose: u8` with ArgAction::Count. clap's runtime type check panicked on access. Drop the local field and rely on cli.verbose, which matches Composer's StatusCommand treating -v|-vv|-vvv as a single flag. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
