fix: close run budget and MCP migration gaps

This commit is contained in:
lda
2026-09-06 19:21:10 +07:00 Verified
parent 6d5b6741fb
commit e36e462fd6
16 changed files with 267 additions and 136 deletions
+3
View File
@@ -152,6 +152,9 @@ def test_decode_run_result_returns_typed_domain_boundary() -> None:
assert result.run_id == "run-1"
assert result.output == {"result": "hello"}
assert result.max_steps == 10_000
assert result.steps_executed == 1
assert result.steps_remaining == 9_999
assert result.diagnostics == ()