PairCoder Task Lifecycle Decision Tree: Which Command to Use? Rule of thumb: If you see TRELLO-XX IDs, use . If you only have TASK-XXX IDs, use . CRITICAL: Always Use CLI Commands Task state changes MUST go through the CLI to trigger hooks (Trello sync, timers, state updates). Never just edit task files or say "marking as done" - run the command. Automatic Hooks When you change task status via CLI, these hooks fire automatically: On : - - Begins time tracking - - Moves card to "In Progress" - - Updates state.md current focus On : - - Stops timer, records duration - - Records token usage and c…