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 p/paceaitian-paceflow-plugin/resumeResumes a paused orchestrator session: checks/removes .claude/orchestrator/.pause flag, updates history state, displays pause duration/progress/status, then triggers /orchestrator:continue. Informs if not paused.
/stopToggles pause/resume on the current vibe session, updating session state and status files.
/continueResumes a paused dev workflow or takes over a cloud session from another machine. Optionally accepts --session <id> for cross-machine takeover.
/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 progress from Task records and plan files, then continues from the last incomplete step. Supports goal-loop resume.
/resumeResumes a previously-running Claude agent by ID, picking up its transcript and continuing where it left off.