fix: report dead-task respawns as restarts - #71
Merged
Conversation
myobie
force-pushed
the
agent/clarify-restart-reporting
branch
from
July 29, 2026 21:41
03cd911 to
02c2c4b
Compare
myobie
marked this pull request as ready for review
July 29, 2026 21:55
Contributor
Author
|
Exact-head completion receipt for |
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.
Summary
restarted.launchedonly when st2 starts a task without a restart reap.gconly for final garbage collection without a replacement.restartedwhen a catalog-selected pass absorbs its nested report.Taxonomy
launched.restarted.gc.The CLI and eval supervisor continue to print the same public field names. The change separates their values.
Current-main correction
Current main added catalog-selected reporting after the first PR draft. The restack found two proof gaps:
launchedandgc.UpReport::absorbdid not copy the newrestartedvector.This head corrects both gaps and proves that selected reconciliation does not act on sibling tasks.
Size
The increase is the current-main selected-path proof and the required
restartedabsorb operation. Runtime behavior outside report classification is unchanged.Current-main integration
ea58cda7d5ffd8a64cf157259425c6bd26549cb4normally.ac653955bf2d6830cc9ae84ed415313fa96a2133.Verification at
ac653955bf2d6830cc9ae84ed415313fa96a2133cargo test --test run -- --test-threads=1: PASS (27/27)cargo test --test native_only -- --test-threads=1: PASS (3/3)cargo test --all-targets --all-features -- --test-threads=1: PASScargo clippy --test run --all-featureswith warnings denied: PASScargo test --doc --workspace: PASScargo doc --workspace --no-deps: PASS with five unchanged live-main warningsgit diff --check: PASSThis PR remains open and unmerged for review.