Checklist Item Add/Update/Position/Delete Commands#233
Open
k0d3x8its wants to merge 11 commits into
Open
Conversation
Remove unused stdoutSpy variables in delete-checklist and delete-checklist-item tests. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…t-item Add tests for: first-item down (midpoint between 2 items below), skip-fetch optimisation with raw IDs, and invalid --pos error handling in both commands. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add checklist item commands
Add checklist item CRUD commands:
card:add-checklist-item,card:delete-checklist-item,card:update-checklist-item,card:delete-checklist. IncludesresolveChecklistIdhelper onBaseCommand.Commands added
card:delete-checklist— delete a checklist from a card by namecard:add-checklist-item— add an item to a checklistcard:delete-checklist-item— delete an item from a checklist by namecard:update-checklist-item— rename or reposition a checklist item (supportstop,bottom,up,down, or a numeric position)Changes
BaseCommand— newresolveChecklistIdhelper used by the new checklistcommands
src/commands/card/Test plan
pnpm build && pnpm test— 327 unit tests pass across all packages