update_checklist
Update checklist items by specifying project, checklist, and item path, or enable auto-update to sync status based on branch context and progress.
Instructions
Update checklist items based on branch context and progress
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | New status of the item (true = completed, false = not completed) | |
| itemPath | No | Path to the item to update (e.g., 'Requirements.1' for the first requirement) | |
| autoUpdate | No | Automatically update based on branch context and notes | |
| branchName | No | Name of the branch to use for auto-update (defaults to 'main') | |
| projectName | Yes | Name of the project | |
| checklistName | Yes | Name of the checklist to update |