Language Operator Runtimes installed.

Prerequisites: the `language-operator` chart must be installed first (it provides the
LanguageAgentRuntime CRD). Installing this chart against a cluster without the CRD will fail.

Enabled runtimes:
{{- if (index .Values "claude-code").enabled }}
  - claude-code  (ghcr.io/language-operator/claude-code-adapter)
{{- end }}
{{- if .Values.openclaw.enabled }}
  - openclaw  (ghcr.io/openclaw/openclaw)
{{- end }}
{{- if .Values.opencode.enabled }}
  - opencode  (ghcr.io/anomalyco/opencode)
{{- end }}

Each runtime is pulled as a subchart from oci://ghcr.io/language-operator/charts.
LanguageAgentRuntime resources are cluster-scoped and can be referenced by LanguageAgents
in any namespace via spec.runtime.
