{
  "schema_version": 1,
  "slug": "hydrogen-bootstrap",
  "type": "bootstrap",
  "title": "Adom Hydrogen (platform base)",
  "brief": "Layer Hydrogen's workspace onto a standard Adom workstation.",
  "version": "0.3.10",
  "description": "Hydrogen'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 on ANY platform: the runtime-neutral hydrogen-* skills and the generic editor configuration (Claude Code CLI + extension, VS Code settings, trusted domains). Platform-specific layers depend on THIS: adom/hydrogen-windows-bootstrap (WSL2), adom/hydrogen-mac-bootstrap, adom/hydrogen-ubuntu-bootstrap. The reference design other orgs copy to build their own bootstrap on adom/core.",
  "org": "adom",
  "tags": [
    "bootstrap",
    "hydrogen",
    "workspace"
  ],
  "needs_sudo": false,
  "scripts": {
    "postinstall": "./postinstall.sh"
  },
  "dependencies": {
    "adom/core": "^4.9.0"
  },
  "author": {
    "name": "John Lauer",
    "email": "john@adom.inc"
  },
  "hero": {
    "type": "image",
    "path": "docs/hero.png"
  },
  "files": [
    "package.json",
    "install.sh",
    "README.md",
    "skills/**",
    "dock/**"
  ],
  "visibility": "public"
}