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
Filter shortcuts for graph command: Added --status, --priority, and --phase flags as convenient shortcuts for the equivalent --filter expressions. These match the shortcuts already available on list, making the CLI more consistent.
Shared filter logic: Consolidated filter shortcut handling between list and graph commands into a reusable FilterShortcuts struct, reducing code duplication.
Documentation
Updated CLI guide with examples for the new graph filter shortcuts.