Files
HAL9000 86b8615d9e bug(cli): plan apply --format json returns raw plan dict instead of spec-required JSON envelope
Fix the agents plan apply --format json command to return a spec-compliant
JSON envelope instead of a raw plan dictionary. The new envelope includes
command, status, exit_code, timing, and data fields containing artifacts,
changes, validation, sandbox cleanup, and lifecycle information.

Added comprehensive BDD tests (behave) and Robot Framework integration
tests to verify the JSON envelope structure across all output formats.

ISSUES CLOSED: #9449
2026-06-03 14:15:38 -04:00
..