Helm chart hardening — security contexts on operator deployment, PodDisruptionBudget (minAvailable: 1), ClusterIP Service for the operator, NOTES.txt post-install instructions, Helm test pod for operator health check
Industry showcases — 5 end-to-end showcase implementations: digital agency campaign delivery, legal contract review, real estate listing generation, data analytics reporting, video production pipeline
Documentation site — MkDocs Material site with 31 pages across Getting Started, Concepts, Guides, Reference, Architecture, Showcases, and Community sections
RBAC — added watch verb for pods in operator ClusterRole; without it the operator could not stream pod logs
Showcase agents — fixed LLM provider from vertex-ai to anthropic; the executor only matched anthropic and openai
Workflow variable substitution — step inputs must use ${steps.X.output.response} format; the regex in the workflow controller requires a key after .output.
Validation webhooks — admission webhooks for Agent and Workflow CRDs enforce required fields and autonomy policy constraints
Helm chart — full chart with CRDs, ClusterRole, namespaces, configmaps, and configurable values for operator image, executor image, LLM provider, and agent namespace