{
  "slug": "adom-vscode",
  "version": "4.0.10",
  "type": "app",
  "description": "CLI + VS Code extension that lets AI assistants drive VS Code from inside an Adom Docker container \u2014 open files, switch modes, paste screenshots, and run any VS Code command via a local HTTP API on port 8821.",
  "license": "PROPRIETARY",
  "tags": [
    "cli",
    "vscode",
    "code-server",
    "ide",
    "claude",
    "automation",
    "docker"
  ],
  "dependencies": {},
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "visibility": "public",
  "files": [
    "README.md",
    "SKILL.md",
    "LICENSE",
    "install.sh",
    "uninstall.sh",
    "bin/**",
    "screenshots/**"
  ]
}