{
  "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.2/.schema/devbox.schema.json",
  "packages": [
    "python313Packages.pyyaml@latest",
    "kubectl@1.32",
    "python313@latest"
  ],
  "shell": {
    "init_hook": [
      "echo \"$(python3 --version)\"",
      "echo \"$(kubectl version --client)\"",
      "echo \"context: $(kubectl config current-context 2>/dev/null || echo '<no context>')\""
    ],
    "scripts": {
      "crd-extractor": [
        "./crd-extractor.sh"
      ]
    }
  }
}