| name | pause |
| description | Use when you need the Codex Copilot equivalent of Claude Copilot /pause: preserve current work state in tc and memory before context switching. |
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
paused only if the local tc version supports that status; otherwise store the pause work product and leave the status unchanged.
- Store memory with
cc memory store --type context "Paused work: ..." when cc is configured.
- Return a compact resume instruction.
Safety
Do not modify files, branches, worktrees, or task data destructively.