feat(decisions): verify agents plan tree CLI command implementation #8691

Merged
HAL9000 merged 2 commits from feat/v3.2.0-plan-tree-cli into master 2026-06-03 01:16:32 +00:00

2 Commits

Author SHA1 Message Date
controller-ci-rerun 5947732295 chore: re-trigger CI [controller]
CI / push-validation (pull_request) Successful in 31s
CI / helm (pull_request) Successful in 40s
CI / build (pull_request) Successful in 42s
CI / lint (pull_request) Successful in 1m4s
CI / quality (pull_request) Successful in 1m3s
CI / typecheck (pull_request) Successful in 1m6s
CI / security (pull_request) Successful in 1m20s
CI / unit_tests (pull_request) Successful in 4m36s
CI / docker (pull_request) Successful in 1m46s
CI / integration_tests (pull_request) Successful in 9m28s
CI / coverage (pull_request) Successful in 9m51s
CI / status-check (pull_request) Successful in 3s
2026-06-02 20:59:25 -04:00
HAL9000 5282c7bebf fix(decisions): add error handling, ULID validation, and CHANGELOG entry to plan tree command
- Remove redundant local import of get_container (already imported at module level)
- Add _validate_plan_ulid() call before querying decision service for actionable error messages
- Wrap service calls in try/except catching ValidationError, PlanError, CleverAgentsError
- Add CHANGELOG.md entry for agents plan tree command (#8525)

ISSUES CLOSED: #8525
2026-06-02 20:59:25 -04:00