Skip to content

Commit fb02b70

Browse files
GabrielDraporclaude
andcommitted
docs: point the handoff at #2082/#2083, the replacements for the auto-closed ui and span-focus PRs
Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015DXLChvn8HPA42wsuDUFYo
1 parent 9735cf3 commit fb02b70

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

HANDOFF-agent-self-trace.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ main
2828
└── #2070 executions 14 open
2929
└── #2071 attribution 29 draft
3030
└── #2072 emit 44 draft ← the risky one
31-
└── #2073 ui 53 draft
32-
└── #2074 span-focus 57 draft
31+
└── #2082 ui 53 draft (replaces #2073, auto-closed by GitHub during a force-push)
32+
└── #2083 span-focus 57 draft (replaces #2074, same)
3333
3434
#2075 digest 2 commits open ← base main, independent, mergeable today
3535
feat/agent-trace-all 59 commits ← integration reference, not a PR
@@ -49,7 +49,7 @@ git diff --stat verify/sum feat/agent-trace-all # expect only HANDOFF*.md + sc
4949
## Why each PR is a draft
5050

5151
- **#2068** — touches `BillingTab.tsx`; the user wants UX reviewed before it opens.
52-
- **#2071#2074** — same reason, plus #2071 currently carries 10 commits from
52+
- **#2071, #2072, #2082, #2083** — same reason, plus #2071 currently carries 10 commits from
5353
#1960/#1961 (see below).
5454
- **#2072** — additionally blocked: two commits pin `@traceroot-ai/traceroot` to
5555
a **local `file:` tarball**. 0.4.0 has the instrumentation but is not on npm
@@ -107,7 +107,7 @@ introduced a subtler version of the same bug, so **re-check for new comments
107107
after pushing**:
108108

109109
```bash
110-
for n in 2067 2068 2069 2070 2071 2072 2073 2074 2075; do
110+
for n in 2067 2068 2069 2070 2071 2072 2082 2083 2075; do
111111
gh api "repos/traceroot-ai/traceroot/pulls/$n/comments" --paginate 2>/dev/null | python3 -c "
112112
import json,sys
113113
cs=json.load(sys.stdin)
@@ -138,7 +138,7 @@ done
138138
`@traceroot-ai/tools` release.
139139
- **traceroot-ts#150** — carries two asks: publish 0.4.0, and add a side channel
140140
reporting `{ toolCallId, spanId, exitCode? }` per tool span. Without it a tool
141-
step cannot deep-link to its span (that is why #2074's SDK half is still open)
141+
step cannot deep-link to its span (that is why #2083's (né #2074) SDK half is still open)
142142
and a withheld-output step records no exit status.
143143

144144
## Open design questions (in the doc, none blocking)

0 commit comments

Comments
 (0)