From paceflow
Resumes PACEflow for the current session by removing the paused status flag via a helper script. Confirms to the user whether the session was previously paused.
How this command is triggered — by the user, by Claude, or both
Slash command
/paceflow:resumeThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /paceflow:resume
用户运行了 `/paceflow:resume`。运行 Bash:`node "${CLAUDE_PLUGIN_ROOT}/hooks/set-activation.js" --resume --cwd "<当前项目 cwd 绝对路径>"`。向用户确认 PACEflow 已在本 session 恢复(或本就没有 pause 标志)。
## 规则
- `--cwd` 必须传当前项目根的绝对路径。
- helper 是唯一写入路径;不要手写删除 `.pace/paused-*` 标志,一律经 helper。
- 把 helper 的 stdout 原样作为依据向用户报告,不要臆测状态。用户运行了 /paceflow:resume。运行 Bash:node "${CLAUDE_PLUGIN_ROOT}/hooks/set-activation.js" --resume --cwd "<当前项目 cwd 绝对路径>"。向用户确认 PACEflow 已在本 session 恢复(或本就没有 pause 标志)。
--cwd 必须传当前项目根的绝对路径。.pace/paused-* 标志,一律经 helper。npx claudepluginhub paceaitian/paceflow --plugin paceflow/resumeResumes a paused orchestrator session by removing the pause flag, updating state, and triggering continuation of autonomous development.
/continueResumes a paused development workflow, or takes over a cross-machine cloud session by passing --session.
/resumeResumes an active session or pending handoff, restoring the exact state where work was paused. Runs a continuity helper and displays the current flow, phase, gate, and next action.
/stopToggles pause/resume on the current vibe session, updating session state and status files.
/forge-resumeResumes a paused FORGE loop: reads .claude/forge-state.json, checks status, updates to running with current timestamp, saves state, displays confirmation, and continues original task.
/resumeResumes a paused, interrupted, or crashed RePPITS workflow by reconstructing state from Claude Code Tasks and continuing from the last incomplete step.