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
3535feat/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
107107after 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 "
112112import json,sys
113113cs=json.load(sys.stdin)
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