fix(trace): recover Agent lifecycles (superseded by #131) - #151
Closed
rgao-coreweave wants to merge 10 commits into
Closed
fix(trace): recover Agent lifecycles (superseded by #131)#151rgao-coreweave wants to merge 10 commits into
rgao-coreweave wants to merge 10 commits into
Conversation
This was referenced Jul 23, 2026
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 23, 2026 05:50
1c2cdac to
f293afc
Compare
rgao-coreweave
force-pushed
the
109-10-agent-recovery
branch
from
July 23, 2026 05:50
dfb76af to
068fbb0
Compare
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 23, 2026 16:24
f293afc to
9d62471
Compare
rgao-coreweave
force-pushed
the
109-10-agent-recovery
branch
from
July 23, 2026 16:24
068fbb0 to
74cb3f8
Compare
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 23, 2026 22:46
9d62471 to
bf78874
Compare
Contributor
Author
|
Closing as superseded by #131. The recovery and correlation behavior now lands with the live Agent lifecycle so it can be reviewed as one complete ownership model. No behavior was dropped: #131 keeps exact-ID matching, bounded owner-scoped transcript reconstruction, fail-closed ambiguity handling, nested/root separation, and duplicate-hook idempotence. The stack now continues directly from #131 to #148. |
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.
Superseded
This recovery work is folded into #131 so reviewers can evaluate one complete Agent identity and ownership model.
No behavior was dropped: #131 keeps exact-ID matching, bounded owner-scoped transcript reconstruction, fail-closed ambiguity handling, nested/root separation, and duplicate-hook idempotence.
The active stack now continues directly from #131 to #148.