From rune
Alias for /rune:cancel-arc --variant=issues. Cancel an active arc-issues batch loop. Removes the state file so the Stop hook allows the session to end after the current arc completes. Delegates to /rune:cancel-arc with --variant=issues for all logic. <example> user: "/rune:cancel-arc-issues" assistant: "Arc issues loop cancelled at iteration 2/4." </example>
npx claudepluginhub vinhnxv/rune --plugin rune# /rune:cancel-arc-issues — Cancel Active Arc Issues Loop (Alias) This command is a thin alias. All cancellation logic lives in `/rune:cancel-arc`. **Delegates to**: `/rune:cancel-arc --variant=issues` ## Action Invoke `/rune:cancel-arc --variant=issues` to cancel only the arc-issues loop state file (`.rune/arc-issues-loop.local.md`). Session isolation is enforced — only cancels loops owned by this session. The currently-running arc will finish normally, but no further issues will be started. To see batch progress: Read `tmp/gh-issues/batch-progress.json` To resume later: `/rune:arc...
/buidl-cancelCancels the currently running loop by marking its state as cancelled. Preserves worktree, branch, session directory, and PR (if created) for manual resumption or cleanup.
/cancel-loopCancels active loops (implement-loop, plan-loop, tasks-loop, beads-loop) by removing state files, reports iteration cancelled or no loop found, preserves task progress.
/cancel-codeCancels active ClosedLoop loop: checks for .closedloop-ai/closedloop-loop.local.md state file, reads iteration if present, removes it, and reports status with iteration number or 'no active loop'.
/cancel-loopStops a running loop by checking for .claude/fireauto-loop.local.md marker file, reports iteration if found, and removes it. Informs if no loop is running.
/cancel-rlcr-loopCancels active RLCR loop by running a Bash script, reports status from output, and prompts user for confirmation if in Finalize phase.
Share bugs, ideas, or general feedback.
This command is a thin alias. All cancellation logic lives in /rune:cancel-arc.
Delegates to: /rune:cancel-arc --variant=issues
// Redirect to the unified cancel-arc command with issues variant
Skill("rune:cancel-arc", "--variant=issues")
Invoke /rune:cancel-arc --variant=issues to cancel only the arc-issues loop state file
(.rune/arc-issues-loop.local.md). Session isolation is enforced — only cancels loops
owned by this session.
The currently-running arc will finish normally, but no further issues will be started.
To see batch progress: Read tmp/gh-issues/batch-progress.json
To resume later: /rune:arc-issues --resume
To also cancel the current arc run: /rune:cancel-arc