Commit 061048d
V48 Gate 3 (implementation-only): telemetry display sweep — naming laws, detail-gated chevrons, DIV iteration markers, deterministic tool-row names
Naming laws (display only; machine/wire names unchanged):
- Agent pills drop the 'Agent' suffix and the ':deposit'/':read' lens
qualifier ('ASSET PACK MEASURE ABSOLUTES AGENT:DEPOSIT' -> 'ASSET PACK
MEASURE ABSOLUTES'); the processing sentence reads 'agent Input
Comprehension is Trying' (agent-prefixed clause, suffix trimmed).
- 'Inherent Regurgitation' displays as 'Training Regurgitation'.
- Failsafe pills: 'handle large inputs' -> 'Handle Prompts', 'handle large
outputs' -> 'Handle Completions' (sentence nouns follow: 'Reasoning over
Prompts', 'Judging the Completions').
- Thinkings pill: 'Structured Output' -> 'Structure'.
- CS badges follow SC's xN pattern: '· chunk ×N' beside '· stitch ×N'.
Log rows:
- The Initializing empty-state renders as a regular collapsed row (was a
mismatched sky-tinted block) and rows show a chevron / toggle only when a
detail payload exists.
- DIV-loop iteration (1-based, latched from phase/iteration //
pipeline/currentIteration stores, cleared at Finish) stamps onto every
row ('iter N' beside the timestamp) and renders beside the run clock in
/deposit's Telemetry header.
- Tool rows take their name from the execution node id ('…/tool:<Name>')
deterministically: run 61c3b0cf's events show same-millisecond scrambling
delivering a call's tool/name store after its result, which left rows
named just 'tool' (no duplication — all rows were registry-level events).
ReadyToFinish verify (no change needed): the DIV loop re-iterates ONLY while
the gate returns false; the default gate reads the cross-phase
validation:readyToFinish artifact's finalApproval (plus validation:passed /
threaded passed|ready|finalApproval), and the agent's prompts frame a binary
admit-into-Finish vs short-circuit decision — a satisfied first pass exits
after one iteration.
Verified: uapi 155 suites / 605 tests green (new pins for every rename, the
node-id tool naming, and the iteration latch/stamp/clear); tsc clean.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent d0c86c7 commit 061048d
10 files changed
Lines changed: 191 additions & 79 deletions
File tree
- uapi
- app
- deposit
- terminal
- components/base/bitcode/execution
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1450 | 1450 | | |
1451 | 1451 | | |
1452 | 1452 | | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
1453 | 1461 | | |
1454 | 1462 | | |
1455 | 1463 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
| |||
104 | 110 | | |
105 | 111 | | |
106 | 112 | | |
| 113 | + | |
| 114 | + | |
107 | 115 | | |
108 | 116 | | |
109 | 117 | | |
| |||
145 | 153 | | |
146 | 154 | | |
147 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
148 | 167 | | |
149 | 168 | | |
150 | 169 | | |
| |||
311 | 330 | | |
312 | 331 | | |
313 | 332 | | |
| 333 | + | |
314 | 334 | | |
315 | 335 | | |
316 | 336 | | |
| |||
319 | 339 | | |
320 | 340 | | |
321 | 341 | | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
322 | 351 | | |
323 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
324 | 357 | | |
325 | 358 | | |
326 | 359 | | |
327 | 360 | | |
328 | 361 | | |
| 362 | + | |
329 | 363 | | |
330 | 364 | | |
331 | 365 | | |
| |||
366 | 400 | | |
367 | 401 | | |
368 | 402 | | |
| 403 | + | |
369 | 404 | | |
370 | 405 | | |
371 | 406 | | |
| |||
397 | 432 | | |
398 | 433 | | |
399 | 434 | | |
| 435 | + | |
400 | 436 | | |
401 | 437 | | |
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
Lines changed: 55 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
64 | | - | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | | - | |
| 87 | + | |
| 88 | + | |
82 | 89 | | |
83 | 90 | | |
84 | 91 | | |
| |||
103 | 110 | | |
104 | 111 | | |
105 | 112 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
109 | 138 | | |
110 | | - | |
| 139 | + | |
111 | 140 | | |
112 | 141 | | |
113 | 142 | | |
114 | 143 | | |
115 | 144 | | |
116 | 145 | | |
117 | | - | |
| 146 | + | |
118 | 147 | | |
119 | 148 | | |
120 | | - | |
121 | | - | |
122 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
123 | 152 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 153 | + | |
| 154 | + | |
127 | 155 | | |
128 | 156 | | |
129 | 157 | | |
130 | 158 | | |
131 | | - | |
| 159 | + | |
132 | 160 | | |
133 | 161 | | |
134 | 162 | | |
| |||
214 | 242 | | |
215 | 243 | | |
216 | 244 | | |
217 | | - | |
| 245 | + | |
218 | 246 | | |
219 | 247 | | |
220 | 248 | | |
| |||
233 | 261 | | |
234 | 262 | | |
235 | 263 | | |
236 | | - | |
| 264 | + | |
237 | 265 | | |
238 | 266 | | |
239 | 267 | | |
| |||
0 commit comments