You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI suite still contains many broad assertions such as membership in multiple exit codes or generic non-zero checks. These assertions can allow a command to fail for the wrong reason.
Acceptance criteria
Inventory broad exit-code assertions and classify expected success, usage error, domain failure, cancellation, and unsupported behavior.
Replace ambiguous assertions with exact expectations plus relevant output or exception context.
Current gap
The CLI suite still contains many broad assertions such as membership in multiple exit codes or generic non-zero checks. These assertions can allow a command to fail for the wrong reason.
Acceptance criteria