Ship Off banner
mmjclayton mmjclayton

Ship Off

Development community

Description

--- description: Disable ship-sop auto-mode. Sets trigger.mode to "manual" so the agent-sop Stop hook (`sop-stop-drift.sh`, user-scope) becomes a no-op. /ship and /release continue to work manually. ship_sop_version: "2026-04-25" --- Flip ship-sop auto-mode off. The SessionStop hook stays wired but becomes a no-op — it reads the config, sees `trigger.mode: "manual"`, and exits silently. Manual `/ship` and `/release` continue to work. ## Workflow 1. Locate `ship-sop.config.json` (project-level

Installation

Installs to ~/.claude/commands/mmjclayton-ship-sop-ship-off.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mmjclayton/ship-sop/HEAD/.claude/commands/ship-off.md -o ~/.claude/commands/mmjclayton-ship-sop-ship-off.md

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

Full documentation available on GitHub

View Source Repository