{
  "schema_version": 1,
  "slug": "hd-bootstrap",
  "type": "bootstrap",
  "title": "Hydrogen Desktop Bootstrap (apps + skills)",
  "brief": "Layer Hydrogen Desktop's workspace onto a standard Adom workstation.",
  "version": "0.2.23",
  "description": "Hydrogen Desktop's PLATFORM-GENERIC workspace layer on top of adom/core. Installs adom/core for the full Adom ecosystem, then adds everything common to running inside Hydrogen Desktop on ANY platform: the platform-generic hd-* skills (BUNDLED in this package by design; wsl2 skills ride adom/hd-windows-bootstrap, mac skills ride adom/hd-mac-bootstrap) and the generic HD editor configuration (Claude Code CLI + extension, VS Code settings, trusted domains). Platform-specific layers depend on THIS: adom/hd-windows-bootstrap, adom/hd-mac-bootstrap.",
  "org": "adom",
  "tags": [
    "bootstrap",
    "hydrogen-desktop",
    "hd",
    "workspace"
  ],
  "needs_sudo": false,
  "scripts": {
    "install": "./install.sh"
  },
  "dependencies": {
    "adom/core": "^4.9.0",
    "adom/adom-desktop": "^1.8.0"
  },
  "hero": {
    "path": "docs/hero.png"
  },
  "files": [
    "package.json",
    "install.sh",
    "README.md",
    "skills/**"
  ]
}