Commit 78b8509
chore(ai): P0 review nits — drop dead optional-payloadRef branch + fix stale trace-helper concept
@payloadRef is loader-required on template.prompt, so the generator's
optional-payloadRef fallback (`?? "unknown"`) was dead — add a guard and drop
it. Update the registry-conformance fixture's stale "wrapping recordLlmCall"
concept to the current extract+buildLlmCallRow+persist description. Emitted
output byte-identical for all fixtures (codegen-ts 825/0).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 982e438 commit 78b8509
2 files changed
Lines changed: 9 additions & 9 deletions
File tree
- fixtures/generator-registry-conformance
- server/typescript/packages/codegen-ts/src/generators
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments