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

Closed
HAL9000 wants to merge 1 commits from fix/actor-add-positional-name into master

1 Commits

Author SHA1 Message Date
HAL9000 8ca3b15fed fix(cli): remove positional NAME from agents actor add — read name from YAML file
CI / lint (pull_request) Failing after 1m20s
CI / benchmark-publish (pull_request) Has been skipped
CI / quality (pull_request) Successful in 1m30s
CI / typecheck (pull_request) Failing after 1m37s
CI / unit_tests (pull_request) Failing after 1m25s
CI / security (pull_request) Failing after 1m53s
CI / integration_tests (pull_request) Failing after 1m13s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / build (pull_request) Successful in 45s
CI / helm (pull_request) Successful in 30s
CI / e2e_tests (pull_request) Failing after 1m12s
CI / push-validation (pull_request) Successful in 33s
CI / benchmark-regression (pull_request) Failing after 1m12s
CI / status-check (pull_request) Failing after 4s
Remove the undocumented positional <NAME> argument from .
The actor name is now read from the YAML/JSON config file's name field,
matching the specification synopsis:

    agents actor add --config|-c <FILE> [--update]

Signed-off-by: HAL 9000 <hal9000@cleverthis.com>

ISSUES CLOSED: #5855
2026-05-07 15:40:45 +00:00