{
  "id": "install-headless-guard",
  "command": "install-headless-guard [--status|--uninstall]",
  "summary": "Wraps headless chromium/firefox/webkit so a launch on a non-registry host (the workstation) exits 97 instead of pinning CPU locally.",
  "intent_phrases": ["reinstall the headless guard after a browser update", "check if the headless guard is active"],
  "replaces": ["manually gating playwright browser installs"],
  "preconditions": "Run after any Playwright/browser version bump — idempotent, safe to rerun.",
  "effects": "Wraps the browser binaries in ~/.cache/ms-playwright.",
  "risk": "reversible",
  "example": "install-headless-guard --status",
  "help_probe": "install-headless-guard --status"
}
