Cleared 1m ago · kelos-dev/kelos #199 · Go · ★ 293 · Apache-2.0

CLI UX: 'axon run' should validate that --prompt is not empty

Problem The `axon run` command accepts an empty string for the required `--prompt` flag, creating invalid Tasks that will fail at the API level. Current Behavior # Empty prompt is accepted axon run -p "" --secret dummy --dry-run # Output: apiVersion: axon.io/v1alpha1 kind: Task…

What we checked

Similar unclaimed issues