fix(plan): wrap plan tree JSON/YAML output in spec-required command envelope #11044

Closed
HAL9000 wants to merge 1 commits from pr-fix-9313 into master

1 Commits

Author SHA1 Message Date
HAL9000 1e0ead7b9d fix(plan): wrap plan tree JSON/YAML output in spec-required command envelope
CI / push-validation (pull_request) Successful in 1m6s
CI / helm (pull_request) Successful in 1m16s
CI / lint (pull_request) Failing after 1m29s
CI / unit_tests (pull_request) Failing after 1m27s
CI / typecheck (pull_request) Failing after 1m28s
CI / build (pull_request) Failing after 1m26s
CI / security (pull_request) Failing after 1m27s
CI / quality (pull_request) Failing after 1m27s
CI / integration_tests (pull_request) Failing after 1m26s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
- Wrap `agents plan tree --format json/yaml` output in the spec-required
  command envelope with `command`, `status`, `exit_code`, `data`, `timing`,
  and `messages` fields
- Add summary statistics to output (nodes, depth, child_plans, invariants,
  superseded)
- Implement decision_ids mapping for decision type tracking
- Add child_plans list with associated plan metadata
- Update BDD tests: remove TDD expected_fail tag and fix assertions

ISSUES CLOSED: #9163
2026-05-15 01:42:20 +00:00