Commit Graph

2 Commits

Author SHA1 Message Date
freemo c63f397b6c fix(cli): add -f short form to project delete --force (#1263)
Resolve the -f short flag conflict on `project delete` where --format claimed -f despite the specification reserving it for --force.

Changes:
- Add -f short alias to --force on the delete command, aligning with the spec: `agents project delete [--force|-f] [--yes|-y] <NAME>`
- Remove -f short alias from --format on delete (keep --format long form only); the spec does not define --format on this command
- Update module docstring to reflect spec-aligned flag signatures
- Add BDD scenario exercising -f via CliRunner to validate the Typer argument parser maps -f to --force (not --format)

ISSUES CLOSED: #911

Reviewed-by: reviewer-pool-1
Closes #911

Co-authored-by: Jeffrey Phillips Freeman <jeffrey.freeman@cleverthis.com>
Co-committed-by: Jeffrey Phillips Freeman <jeffrey.freeman@cleverthis.com>
2026-04-02 16:59:48 +00:00
CoreRasurae ef905baff6 test(cov): Fix coverage test failures 2026-02-17 16:40:18 +00:00