{
  "id": "od-worktree",
  "command": "od-worktree add <name> [<base>]",
  "summary": "Creates a git worktree inside <repo-root>/.worktrees/ — the only sanctioned location.",
  "intent_phrases": ["make a worktree", "start a new branch to work on", "claim a workspace for this task"],
  "replaces": ["git worktree add <path outside the repo>"],
  "preconditions": "Run from inside the target repo.",
  "effects": "Creates <repo-root>/.worktrees/<name> on a new branch wt/<name>. `list` shows strays, `adopt <path>` moves one back in.",
  "risk": "reversible",
  "example": "od-worktree add tool-registry",
  "help_probe": "od-worktree"
}
