Files
HAL9000 c957cf8cb1 fix(plan): unwrap format_output envelope in artifact JSON step assertions
The artifacts() method routes JSON through format_output() which wraps
the payload in a spec-required envelope {"data": ..., "status": ...}.
The two @tdd_issue_4253 step assertions were checking parsed["key"]
directly, but the actual fields live at parsed["data"]["key"].

Update step_artifacts_json_validation and step_artifacts_json_apply_summary
to extract parsed["data"] before asserting on validation_summary and
apply_summary respectively.

ISSUES CLOSED: #9084
2026-06-03 05:00:01 -04:00
..