fix(runtime): persist tool failures and recover interrupted steps - #236
Merged
Conversation
KoEkko
marked this pull request as ready for review
August 21, 2026 03:29
25 tasks
Emin017
approved these changes
Aug 25, 2026
Merged
26 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
SystemExitinside the step execution boundary, persistImcomplete, and preserve the original failure message in runtime events.workspace.recover_interruptedRPC for interrupted steps.ecc-dreamplacegitlink for catchable utilization failures.Scope
Select the areas touched by this PR:
uv.lock, or release artifacts.Runtime And Packaging Impact
ecc-toolsorecc-dreamplacedependency changedNotes:
info.runtime_operationinworkspace.flow.json; the marker is cleared on normal terminal completion.workspace.recover_interruptedonly transitions matching schema-1 interrupted steps toImcompleteand does not rerun them.Validation
List the commands you ran. Mark checks that are not applicable as N/A.
uv run pytest test/ --ignore=test/examples/test_soc.py -quv run ruff check chipcompiler testuv run ruff format --check chipcompiler testecc --help,ecc --version,ecc version --jsonnix run .#cli -- --helpbash .github/scripts/check-version.sh;git diff --check origin/main...HEADSkipped checks and reason:
Checklist