Skip to content

Commit ba39bc3

Browse files
committed
Address CI failures and review feedback
- Regenerate lockfile under Node 22 (CI's runtime) so npm ci succeeds - Pin @hono/node-server override to exact 1.19.10 - Remove unused mkdirSync import from dedup-store test - Use real stripHtml in agent-tools mock so test expectations match runtime behavior - Add exclusive-create flag (wx) to cursors temp file write
1 parent 207da29 commit ba39bc3

7 files changed

Lines changed: 576 additions & 57 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
33
"files": {
44
"includes": ["src/**", "tests/**", "index.ts", "vitest.config.ts"]
55
},

0 commit comments

Comments
 (0)