Commit 2aad26e
chore(release): 2.0.0, consolidate CHANGELOG, clean biome warnings
Version bump to 2.0.0 to reflect the breaking tool rename from the
preceding refactor. The [Unreleased] entry is promoted to [2.0.0].
docs/CHANGELOG.md was a verbatim duplicate of the root CHANGELOG.md
with no references pointing at it. Remove it so there is one source
of truth.
scripts/test-with-claude-code.ts: clean five long-standing biome
warnings so biome check passes with zero findings:
- use node: import protocol for fs/promises and path
- drop unused private results field and TestResult interface (dead)
- underscore-prefix the unused action parameter in generateParams
- switch the non-null assertion on skippedByTool.get(...) to ?.
- biome-ignore the two template-literal placeholders in generated
output strings (they are intentional — the script emits TS example
code into a generated markdown doc)
Verified: biome check clean, tsc --noEmit clean, vitest 27 passed,
knip clean, tsc build clean.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 88188ed commit 2aad26e
4 files changed
Lines changed: 9 additions & 129 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 23 | | |
33 | 24 | | |
34 | 25 | | |
| |||
96 | 87 | | |
97 | 88 | | |
98 | 89 | | |
99 | | - | |
100 | 90 | | |
101 | 91 | | |
102 | 92 | | |
| |||
139 | 129 | | |
140 | 130 | | |
141 | 131 | | |
142 | | - | |
| 132 | + | |
143 | 133 | | |
144 | 134 | | |
145 | 135 | | |
| |||
334 | 324 | | |
335 | 325 | | |
336 | 326 | | |
| 327 | + | |
337 | 328 | | |
338 | 329 | | |
| 330 | + | |
339 | 331 | | |
340 | 332 | | |
341 | 333 | | |
| |||
392 | 384 | | |
393 | 385 | | |
394 | 386 | | |
395 | | - | |
| 387 | + | |
396 | 388 | | |
397 | 389 | | |
398 | 390 | | |
| |||
0 commit comments