Nested checklist items
Checklist items can now be nested under parent items, matching ClickUp's native nesting support.
Create nested items
cup checklist add-item <checklistId> "Sub step" --parent <itemId>Reparent or unnest items
cup checklist edit-item <clId> <itemId> --parent <newParentId>
cup checklist edit-item <clId> <itemId> --parent "null" # unnest to top levelDisplay
Both TTY and markdown output render the tree structure with proper indentation. The progress counter (3/5) now includes nested children in the total.
QA Checks (1/3)
ID: cl_abc123
[ ] Parent step
item-id: p1
[x] Child A
item-id: c1
[ ] Child B
item-id: c2
Thanks to the contributor for PR #54.
Also includes dependency updates: prettier 3.8.2, dotenv 17.4.2, vitest 4.1.4, @types/node 25.6.0, typescript-eslint 8.58.2.
1017 tests.