feat(trace): trace Agent lifecycles - #131
Open
rgao-coreweave wants to merge 1 commit into
Open
Conversation
This was referenced Jul 17, 2026
Contributor
Author
This was referenced Jul 17, 2026
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 17, 2026 18:18
b658661 to
e789f29
Compare
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 17, 2026 20:18
e789f29 to
6992ed4
Compare
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 17, 2026 20:34
6992ed4 to
7a9fa33
Compare
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 17, 2026 20:39
7a9fa33 to
a71749d
Compare
Contributor
Author
|
Folded into #128. |
Contributor
Author
|
Reopening: splitting #128 back into a stack for reviewability; this PR carries its original slice. |
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 18, 2026 23:49
a71749d to
e4c83b1
Compare
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
2 times, most recently
from
July 19, 2026 06:09
e7b3b84 to
649873b
Compare
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 22, 2026 23:45
41dc9b0 to
044fb26
Compare
This was referenced Jul 22, 2026
rgao-coreweave
changed the base branch from
109-09-parser-fold
to
109-11-tool-spans
July 22, 2026 23:47
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 23, 2026 01:43
044fb26 to
b3cc46a
Compare
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 23, 2026 03:14
b3cc46a to
1c2cdac
Compare
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-recursive-dispatch
branch
from
July 23, 2026 16:24
f293afc to
9d62471
Compare
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
July 23, 2026 22:46
9d62471 to
bf78874
Compare
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
2 times, most recently
from
August 6, 2026 23:08
8f6567b to
150bf3b
Compare
rgao-coreweave
marked this pull request as ready for review
August 6, 2026 23:22
rgao-coreweave
force-pushed
the
109-10-recursive-dispatch
branch
from
August 7, 2026 19:24
150bf3b to
f1d8091
Compare
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
Trace Claude Code Agent calls as nested Weave subagent spans, including nested tools and Agents and recovery after daemon restarts. Correlation uses exact hook IDs where available and fails closed when transcript evidence is ambiguous.
Validation
npm run check(111 tests)Stacked on #147.