Summary
Add a parent filter option to wl list so users can query children of a specific work item from the CLI.
User Experience Change
CLI users can filter list results by parent id using a dedicated option.
Acceptance Criteria
wl list --parent <id> returns only items with the given parent id.
- Results match existing list output formatting.
- Command errors when parent id is missing or invalid.
Minimal Implementation
- Add
--parent option to list command.
- Apply parent filter in list query logic.
- Add/update CLI tests for parent filtering.
Dependencies
Deliverables
- CLI option, filtering logic, tests.
Summary
Add a parent filter option to wl list so users can query children of a specific work item from the CLI.
User Experience Change
CLI users can filter list results by parent id using a dedicated option.
Acceptance Criteria
wl list --parent <id>returns only items with the given parent id.Minimal Implementation
--parentoption to list command.Dependencies
Deliverables