{
  "version": "0.1.0",
  "channel": "stable",
  "published_at": "2026-04-24T00:00:00Z",
  "summary": "Infrastructure-first scaffold release.",
  "docker": {
    "image": "nagient:0.1.0",
    "compose_url": "0.1.0/docker-compose.yml"
  },
  "artifacts": [
    {
      "name": "install.sh",
      "url": "0.1.0/install.sh",
      "kind": "installer",
      "platform": "linux-macos"
    },
    {
      "name": "install.ps1",
      "url": "0.1.0/install.ps1",
      "kind": "installer",
      "platform": "windows"
    },
    {
      "name": "update.sh",
      "url": "0.1.0/update.sh",
      "kind": "installer",
      "platform": "linux-macos"
    },
    {
      "name": "uninstall.sh",
      "url": "0.1.0/uninstall.sh",
      "kind": "installer",
      "platform": "linux-macos"
    },
    {
      "name": "update.ps1",
      "url": "0.1.0/update.ps1",
      "kind": "installer",
      "platform": "windows"
    },
    {
      "name": "uninstall.ps1",
      "url": "0.1.0/uninstall.ps1",
      "kind": "installer",
      "platform": "windows"
    },
    {
      "name": "docker-compose.yml",
      "url": "0.1.0/docker-compose.yml",
      "kind": "deployment",
      "platform": "any"
    }
  ],
  "migrations": [
    {
      "id": "state-sync-0.1.0",
      "from_version": "0.0.0",
      "to_version": "0.1.0",
      "description": "Sync runtime state and persisted metadata to the new release format.",
      "command": "nagient migrations sync-state"
    }
  ],
  "notices": [
    "Release metadata is generated by CI and powers install/update flows."
  ]
}
