{
  "id": "ccr-up-sh",
  "command": "bash ~/.claude/workflows/lib/ccr-up.sh <slug>",
  "summary": "Non-blocking, idempotent launch of the ccr daemon (detached + flock + readiness-poll).",
  "intent_phrases": ["start ccr", "bring up the router daemon"],
  "replaces": ["ccr start", "ccr start | tail"],
  "preconditions": "None — idempotent.",
  "effects": "Starts ccr detached if not already running; polls readiness before returning.",
  "risk": "reversible",
  "example": "bash ~/.claude/workflows/lib/ccr-up.sh my-task",
  "help_probe": null
}
