{
  "id": "land",
  "command": "land",
  "summary": "Trunk-based direct-push landing: rebase onto default branch, secret-scan floor, push.",
  "intent_phrases": ["land this branch", "push my change to main", "merge and deploy", "ship this commit"],
  "replaces": ["git push origin HEAD:main", "git merge && git push"],
  "preconditions": "Working tree committed; run from the repo the change belongs to.",
  "effects": "Rebases HEAD onto the remote default branch, runs a secret-scan floor, pushes straight to default. Retries on concurrent push.",
  "risk": "reversible",
  "example": "land",
  "help_probe": "land --help"
}
