Runner Down banner
on-keyday on-keyday

Runner Down

Development community

Description

--- description: Stop an agent-runner slot. Auto-detects whether it was launched via runner-autostart.py register and routes to `unregister` if so. Refuses if tasks are assigned or if it would self-terminate. argument-hint: "<tag>" allowed-tools: Bash --- Gracefully stop an agent-runner slot. **Refuses if the runner has any task currently assigned, or if downing it would terminate this very session.** Use the canonical scripts — do not invoke `kill` directly. `scripts/runner.sh down` handles S

Installation

Installs to ~/.claude/commands/on-keyday-agent-harness-runner-down.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/on-keyday/agent-harness/HEAD/.claude/commands/runner-down.md -o ~/.claude/commands/on-keyday-agent-harness-runner-down.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository