Files
cleveragents-core/robot
HAL9000 ed7cf00d7f fix(plan): update robot helper to assert alternatives key in explain output
The robot/helper_plan_explain.py integration test helper was still
asserting the old field name alternatives_considered in the explain
dict output. Since _build_explain_dict() now outputs alternatives
(structured objects with index/description/chosen fields per spec),
the assertion was failing the CI integration_tests job.

Updated the assertion to check for alternatives and also verify
it is a list, matching the new structured output format.
2026-06-13 14:44:45 -04:00
..