Pause
Preserve current work so it can be resumed later.
Workflow
- Find in-progress work with
tc task list --status in_progress --json. - Store a compact pause work product on each active task with the reason, current state, and next action.
- Update task status to
pausedonly if the localtcversion supports that status; otherwise store the pause work product and leave the status unchanged. - Store memory with
cc memory store --type context "Paused work: ..."whenccis configured. - Return a compact resume instruction.
Safety
Do not modify files, branches, worktrees, or task data destructively.