fix(cli): remove positional NAME from agents actor add — read name from YAML file #11047

Open
HAL9000 wants to merge 2 commits from fix-8640-remove-positional-name into master

2 Commits

Author SHA1 Message Date
controller-ci-rerun 990e7a8f65 chore: re-trigger CI [controller]
CI / load-versions (pull_request) Successful in 16s
CI / push-validation (pull_request) Successful in 27s
CI / lint (pull_request) Failing after 53s
CI / typecheck (pull_request) Successful in 1m11s
CI / quality (pull_request) Successful in 1m13s
CI / build (pull_request) Successful in 54s
CI / security (pull_request) Successful in 1m20s
CI / unit_tests (pull_request) Failing after 1m22s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / helm (pull_request) Successful in 44s
CI / integration_tests (pull_request) Failing after 10m54s
CI / status-check (pull_request) Failing after 4s
2026-06-18 04:31:17 -04:00
HAL9000 3e48d9bb4f fix(cli): remove positional NAME from agents actor add — read name from YAML file
Remove the  positional argument from . The actor
name is now read from the  field in the config file specified with
. If no  field exists, a clear  error guides
the user to correct the config. Updated all BDD step definitions to match
and cleaned up unused local variables.

ISSUES CLOSED: #8640
2026-06-18 04:31:17 -04:00