{
  "current_version": "0.2.0",
  "release_status": "stable",
  "stable_release": "v0.2.0",
  "next_release": "0.2.1",
  "release_gate": "passed: desktop pet observer plus real LLM-driven harness evolution",
  "repository": "https://github.com/dangoZhang/Octopus",
  "source_archive_url": "https://github.com/dangoZhang/Octopus/archive/refs/heads/main.zip",
  "cargo_package": "octopus-core",
  "binary": "octopus",
  "install_script_url": "https://dangozhang.github.io/Octopus/install.sh",
  "install_script_shell": "curl -fsSL https://dangozhang.github.io/Octopus/install.sh | sh",
  "install": {
    "label": "Install from GitHub with Cargo",
    "command": [
      "cargo",
      "install",
      "--git",
      "https://github.com/dangoZhang/Octopus",
      "octopus-core",
      "--locked",
      "--bin",
      "octopus",
      "--force"
    ],
    "shell": "cargo install --git 'https://github.com/dangoZhang/Octopus' octopus-core --locked --bin octopus --force"
  },
  "update": {
    "label": "Update existing install",
    "command": [
      "octopus",
      "update",
      "--run"
    ],
    "shell": "octopus update --run"
  },
  "verify": [
    {
      "label": "Check installed binary",
      "command": [
        "octopus",
        "--version"
      ],
      "shell": "octopus --version"
    },
    {
      "label": "Check local app startup",
      "command": [
        "octopus",
        "start",
        "--check",
        "127.0.0.1:18765"
      ],
      "shell": "octopus start --check '127.0.0.1:18765'"
    }
  ],
  "start": "octopus start --open",
  "docs": [
    {
      "label": "Local app",
      "url": "https://dangozhang.github.io/Octopus/app.html"
    },
    {
      "label": "Quick Install & Use",
      "url": "https://dangozhang.github.io/Octopus/quickstart.html"
    },
    {
      "label": "Recipes",
      "url": "https://dangozhang.github.io/Octopus/recipes.html"
    }
  ],
  "next": [
    "octopus --version",
    "octopus start --check 127.0.0.1:18765",
    "octopus start --open",
    "octopus first-run \"make this repo easier to use\""
  ]
}
