{
  "id": "od-wip",
  "command": "od-wip list | od-wip restore <ref>",
  "summary": "Lists and restores worktree-gc-salvaged WIP (origin wip/* refs, local archive refs, and the vault).",
  "intent_phrases": ["find my lost worktree changes", "recover deleted worktree work", "what happened to my WIP"],
  "replaces": ["manually digging through reflog or origin/wip/* refs"],
  "preconditions": "The worktree was salvaged (idle worktrees auto-salvage to origin wip/* + local vault).",
  "effects": "list is read-only; restore recreates the branch/worktree from the salvaged ref.",
  "risk": "reversible",
  "example": "od-wip list",
  "help_probe": "od-wip --help"
}
