Commit d59c890
Fix validJsonWithFields signature in docs and add trailing newline
The llm-docs documented validJsonWithFields with fields: string[] but
the actual signature takes Record<string, unknown>. Also adds missing
trailing newline to project-prepost.test.ts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7d06bfd commit d59c890
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | | - | |
| 235 | + | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
0 commit comments