You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): rename total_budget_usd to budget_usd (#1114) (#1117)
Rename execution.total_budget_usd → execution.budget_usd (and
totalBudgetUsd → budgetUsd) across schema, config-loader, yaml-parser,
orchestrator, CLI, tests, and JSON schema reference.
The old key is rejected at load time with a clear error message:
"execution.total_budget_usd has been renamed to execution.budget_usd.
Update your eval YAML."
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments