@kjerneverk/execution-anthropic 1.0.4-dev.0 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/package.json +1 -1
  2. package/output/kodrdriv/.kodrdriv-parallel-context.json +0 -584
  3. package/output/kodrdriv/.kodrdriv-parallel-context.json.lock +0 -2
  4. package/output/kodrdriv/260110-1741-release-notes.md +0 -36
  5. package/output/kodrdriv/260112-2201-commit-message.md +0 -1
  6. package/output/kodrdriv/260112-2202-release-notes.md +0 -39
  7. package/output/kodrdriv/260112-2340-commit-message.md +0 -1
  8. package/output/kodrdriv/260113-0022-commit-message.md +0 -1
  9. package/output/kodrdriv/260113-0023-release-notes.md +0 -45
  10. package/output/kodrdriv/260114-0655-commit-message.md +0 -5
  11. package/output/kodrdriv/260115-0616-commit-message.md +0 -4
  12. package/output/kodrdriv/260115-0739-commit-message.md +0 -1
  13. package/output/kodrdriv/260126-0919-commit-message.md +0 -1
  14. package/output/kodrdriv/260126-0921-release-notes.md +0 -34
  15. package/output/kodrdriv/260128-0923-commit-message.md +0 -3
  16. package/output/kodrdriv/260128-0924-release-notes.md +0 -23
  17. package/output/kodrdriv/260130-1638-commit-message.md +0 -1
  18. package/output/kodrdriv/260130-1645-commit-message.md +0 -1
  19. package/output/kodrdriv/260130-1646-release-notes.md +0 -30
  20. package/output/kodrdriv/RELEASE_NOTES.md +0 -28
  21. package/output/kodrdriv/RELEASE_TITLE.md +0 -1
  22. package/output/kodrdriv/agentic-reflection-commit-2026-01-13T06-01-28-797Z.md +0 -97
  23. package/output/kodrdriv/agentic-reflection-commit-2026-01-13T07-40-49-371Z.md +0 -97
  24. package/output/kodrdriv/agentic-reflection-commit-2026-01-13T08-22-38-911Z.md +0 -97
  25. package/output/kodrdriv/agentic-reflection-commit-2026-01-14T14-55-30-939Z.md +0 -118
  26. package/output/kodrdriv/agentic-reflection-commit-2026-01-15T14-16-26-349Z.md +0 -117
  27. package/output/kodrdriv/agentic-reflection-commit-2026-01-15T15-39-45-943Z.md +0 -97
  28. package/output/kodrdriv/agentic-reflection-commit-2026-01-26T17-19-48-407Z.md +0 -188
  29. package/output/kodrdriv/agentic-reflection-commit-2026-01-31T00-38-51-441Z.md +0 -160
  30. package/output/kodrdriv/agentic-reflection-commit-2026-01-31T00-45-53-143Z.md +0 -130
  31. package/output/kodrdriv/agentic-reflection-release-2026-01-11T01-41-03-039Z.md +0 -330
  32. package/output/kodrdriv/agentic-reflection-release-2026-01-13T06-02-11-920Z.md +0 -270
  33. package/output/kodrdriv/agentic-reflection-release-2026-01-13T08-23-08-625Z.md +0 -299
  34. package/output/kodrdriv/agentic-reflection-release-2026-01-26T17-21-17-390Z.md +0 -365
  35. package/output/kodrdriv/agentic-reflection-release-2026-01-31T00-46-16-542Z.md +0 -362
  36. package/package.json~ +0 -56
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kjerneverk/execution-anthropic",
3
- "version": "1.0.4-dev.0",
3
+ "version": "1.0.4",
4
4
  "description": "Anthropic Claude provider for execution interface",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,584 +0,0 @@
1
- {
2
- "version": "1.0.0",
3
- "executionId": "7964f13d-7246-4a09-9230-879bcf5737a1",
4
- "createdAt": "2026-01-30T07:01:55.350Z",
5
- "lastUpdated": "2026-01-30T07:02:25.821Z",
6
- "command": "kodrdriv commit --model \"gpt-5.2\" --config-dir \".kodrdriv\" --output-dir \"output/kodrdriv\" --preferences-dir \"/Users/tobrien/.kodrdriv\" --self-reflection --add --cached --max-agentic-iterations 15 --allow-commit-splitting --message-limit 3 --max-diff-bytes 20480 --push --openai-reasoning low --openai-max-output-tokens 10000",
7
- "originalConfig": {
8
- "dryRun": false,
9
- "verbose": false,
10
- "debug": false,
11
- "overrides": false,
12
- "model": "gpt-5.2",
13
- "openaiReasoning": "low",
14
- "openaiMaxOutputTokens": 10000,
15
- "contextDirectories": [],
16
- "configDirectory": ".kodrdriv",
17
- "outputDirectory": "output/kodrdriv",
18
- "preferencesDirectory": "/Users/tobrien/.kodrdriv",
19
- "discoveredConfigDirs": [
20
- "/Users/tobrien/gitw/kjerneverk/.kodrdriv",
21
- "/Users/tobrien/gitw/.kodrdriv"
22
- ],
23
- "resolvedConfigDirs": [
24
- "/Users/tobrien/gitw/.kodrdriv",
25
- "/Users/tobrien/gitw/kjerneverk/.kodrdriv"
26
- ],
27
- "commit": {
28
- "add": true,
29
- "cached": true,
30
- "sendit": true,
31
- "interactive": false,
32
- "amend": false,
33
- "messageLimit": 3,
34
- "skipFileCheck": false,
35
- "maxDiffBytes": 20480,
36
- "openaiReasoning": "low",
37
- "openaiMaxOutputTokens": 10000,
38
- "push": true,
39
- "agentic": true,
40
- "maxAgenticIterations": 15,
41
- "allowCommitSplitting": true,
42
- "toolTimeout": 30000,
43
- "selfReflection": true
44
- },
45
- "audioCommit": {
46
- "maxRecordingTime": 300,
47
- "openaiReasoning": "low",
48
- "openaiMaxOutputTokens": 10000
49
- },
50
- "release": {
51
- "from": "main",
52
- "to": "HEAD",
53
- "messageLimit": 3,
54
- "interactive": false,
55
- "maxDiffBytes": 5000,
56
- "noMilestones": false,
57
- "openaiReasoning": "low",
58
- "openaiMaxOutputTokens": 10000,
59
- "agentic": true,
60
- "selfReflection": true,
61
- "maxAgenticIterations": 30
62
- },
63
- "audioReview": {
64
- "includeCommitHistory": true,
65
- "includeRecentDiffs": true,
66
- "includeReleaseNotes": false,
67
- "includeGithubIssues": true,
68
- "commitHistoryLimit": 10,
69
- "diffHistoryLimit": 5,
70
- "releaseNotesLimit": 3,
71
- "githubIssuesLimit": 20,
72
- "sendit": false,
73
- "maxRecordingTime": 300,
74
- "openaiReasoning": "low",
75
- "openaiMaxOutputTokens": 10000
76
- },
77
- "review": {
78
- "includeCommitHistory": true,
79
- "includeRecentDiffs": true,
80
- "includeReleaseNotes": false,
81
- "includeGithubIssues": true,
82
- "commitHistoryLimit": 10,
83
- "diffHistoryLimit": 5,
84
- "releaseNotesLimit": 3,
85
- "githubIssuesLimit": 20,
86
- "sendit": false,
87
- "openaiReasoning": "low",
88
- "openaiMaxOutputTokens": 10000
89
- },
90
- "precommit": {
91
- "fix": false
92
- },
93
- "publish": {
94
- "mergeMethod": "merge",
95
- "from": "main",
96
- "targetVersion": "patch",
97
- "interactive": false,
98
- "requiredEnvVars": [],
99
- "linkWorkspacePackages": true,
100
- "unlinkWorkspacePackages": true,
101
- "sendit": false,
102
- "targetBranch": "main",
103
- "noMilestones": false,
104
- "checksTimeout": 3600000,
105
- "releaseWorkflowsTimeout": 1800000,
106
- "dependencyUpdatePatterns": [
107
- "@theunwalked/*",
108
- "@riotprompt/*",
109
- "@fjell/*"
110
- ],
111
- "skipAlreadyPublished": true,
112
- "agenticPublish": true
113
- },
114
- "link": {
115
- "scopeRoots": {
116
- "@theunwalked": "../../utilarium",
117
- "@riotprompt": "../../kjerneverk",
118
- "@doccident": "../../verifikasjon",
119
- "@eldrforge": "../../grunnverk",
120
- "@fjell": "../../fjellgrunn",
121
- "@redaksjon": "../../redaksjon",
122
- "@girverket": "../../girverket",
123
- "@tobrien": "../../tobrien",
124
- "@grunnverk": "../../grunnverk"
125
- },
126
- "dryRun": false,
127
- "externals": [],
128
- "externalLinkPatterns": [
129
- "@riotprompt",
130
- "@theunwalked",
131
- "@doccident",
132
- "@fjell",
133
- "@redaksjon",
134
- "@girverket",
135
- "@tobrien"
136
- ]
137
- },
138
- "unlink": {
139
- "scopeRoots": {},
140
- "dryRun": false,
141
- "cleanNodeModules": false,
142
- "externals": []
143
- },
144
- "tree": {
145
- "exclude": [
146
- "node_modules",
147
- "package-lock.json",
148
- "yarn.lock",
149
- "bun.lockb",
150
- "composer.lock",
151
- "Cargo.lock",
152
- "Gemfile.lock",
153
- "dist",
154
- "build",
155
- "out",
156
- ".next",
157
- ".nuxt",
158
- "coverage",
159
- ".vscode",
160
- ".idea",
161
- ".DS_Store",
162
- ".git",
163
- ".gitignore",
164
- "logs",
165
- "tmp",
166
- ".cache",
167
- "*.log",
168
- ".env",
169
- ".env.*",
170
- "*.pem",
171
- "*.crt",
172
- "*.key",
173
- "*.sqlite",
174
- "*.db",
175
- "*.zip",
176
- "*.tar",
177
- "*.gz",
178
- "*.exe",
179
- "*.bin"
180
- ],
181
- "builtInCommand": "commit",
182
- "continue": false,
183
- "cleanNodeModules": false,
184
- "externals": [],
185
- "parallel": true,
186
- "maxConcurrency": 2
187
- },
188
- "development": {
189
- "targetVersion": "patch",
190
- "noMilestones": false
191
- },
192
- "versions": {},
193
- "updates": {},
194
- "excludedPatterns": [
195
- "node_modules",
196
- "package-lock.json",
197
- "yarn.lock",
198
- "bun.lockb",
199
- "composer.lock",
200
- "Cargo.lock",
201
- "Gemfile.lock",
202
- "dist",
203
- "build",
204
- "out",
205
- ".next",
206
- ".nuxt",
207
- "coverage",
208
- ".vscode",
209
- ".idea",
210
- ".DS_Store",
211
- ".git",
212
- ".gitignore",
213
- "logs",
214
- "tmp",
215
- ".cache",
216
- "*.log",
217
- ".env",
218
- ".env.*",
219
- "*.pem",
220
- "*.crt",
221
- "*.key",
222
- "*.sqlite",
223
- "*.db",
224
- "*.zip",
225
- "*.tar",
226
- "*.gz",
227
- "*.exe",
228
- "*.bin"
229
- ],
230
- "branches": {
231
- "working": {
232
- "targetBranch": "main",
233
- "developmentBranch": true,
234
- "version": {
235
- "type": "prerelease",
236
- "increment": true,
237
- "incrementLevel": "patch",
238
- "tag": "dev"
239
- }
240
- },
241
- "main": {
242
- "version": {
243
- "type": "release"
244
- }
245
- }
246
- }
247
- },
248
- "dependencyGraph": {
249
- "packages": [
250
- {
251
- "name": "@riotprompt/agentic",
252
- "version": "1.0.4-dev.0",
253
- "path": "/Users/tobrien/gitw/kjerneverk/agentic",
254
- "dependencies": [
255
- "@fjell/logging",
256
- "zod",
257
- "@types/node",
258
- "@typescript-eslint/eslint-plugin",
259
- "@typescript-eslint/parser",
260
- "@vitest/coverage-v8",
261
- "ajv",
262
- "eslint",
263
- "globals",
264
- "typescript",
265
- "vite",
266
- "vite-plugin-dts",
267
- "vitest"
268
- ]
269
- },
270
- {
271
- "name": "@riotprompt/execution",
272
- "version": "1.0.4-dev.0",
273
- "path": "/Users/tobrien/gitw/kjerneverk/execution",
274
- "dependencies": [
275
- "@types/node",
276
- "@typescript-eslint/eslint-plugin",
277
- "@typescript-eslint/parser",
278
- "@vitest/coverage-v8",
279
- "ajv",
280
- "eslint",
281
- "eslint-plugin-import",
282
- "globals",
283
- "typescript",
284
- "vite",
285
- "vite-plugin-dts",
286
- "vitest"
287
- ]
288
- },
289
- {
290
- "name": "@riotprompt/execution-anthropic",
291
- "version": "1.0.3-dev.0",
292
- "path": "/Users/tobrien/gitw/kjerneverk/execution-anthropic",
293
- "dependencies": [
294
- "@anthropic-ai/sdk",
295
- "@theunwalked/offrecord",
296
- "@theunwalked/spotclean",
297
- "@types/node",
298
- "@typescript-eslint/eslint-plugin",
299
- "@typescript-eslint/parser",
300
- "@vitest/coverage-v8",
301
- "ajv",
302
- "eslint",
303
- "globals",
304
- "typescript",
305
- "vite",
306
- "vite-plugin-dts",
307
- "vitest"
308
- ]
309
- },
310
- {
311
- "name": "@riotprompt/execution-gemini",
312
- "version": "1.0.3-dev.0",
313
- "path": "/Users/tobrien/gitw/kjerneverk/execution-gemini",
314
- "dependencies": [
315
- "@google/generative-ai",
316
- "@theunwalked/offrecord",
317
- "@theunwalked/spotclean",
318
- "@types/node",
319
- "@typescript-eslint/eslint-plugin",
320
- "@typescript-eslint/parser",
321
- "@vitest/coverage-v8",
322
- "ajv",
323
- "eslint",
324
- "globals",
325
- "typescript",
326
- "vite",
327
- "vite-plugin-dts",
328
- "vitest"
329
- ]
330
- },
331
- {
332
- "name": "@riotprompt/execution-openai",
333
- "version": "1.0.4-dev.0",
334
- "path": "/Users/tobrien/gitw/kjerneverk/execution-openai",
335
- "dependencies": [
336
- "@theunwalked/offrecord",
337
- "@theunwalked/spotclean",
338
- "openai",
339
- "tiktoken",
340
- "@types/node",
341
- "@typescript-eslint/eslint-plugin",
342
- "@typescript-eslint/parser",
343
- "@vitest/coverage-v8",
344
- "ajv",
345
- "eslint",
346
- "globals",
347
- "typescript",
348
- "vite",
349
- "vite-plugin-dts",
350
- "vitest"
351
- ]
352
- },
353
- {
354
- "name": "@riotprompt/riotdoc",
355
- "version": "1.0.4-dev.0",
356
- "path": "/Users/tobrien/gitw/kjerneverk/riotdoc",
357
- "dependencies": [
358
- "@modelcontextprotocol/sdk",
359
- "@theunwalked/cardigantime",
360
- "@types/inquirer",
361
- "chalk",
362
- "commander",
363
- "inquirer",
364
- "js-yaml",
365
- "marked",
366
- "yaml",
367
- "zod",
368
- "@eslint/eslintrc",
369
- "@eslint/js",
370
- "@types/js-yaml",
371
- "@types/node",
372
- "@typescript-eslint/eslint-plugin",
373
- "@typescript-eslint/parser",
374
- "@vitest/coverage-v8",
375
- "ajv",
376
- "eslint",
377
- "eslint-plugin-import",
378
- "globals",
379
- "typescript",
380
- "vite",
381
- "vite-plugin-dts",
382
- "vitest",
383
- "@riotprompt/agentic",
384
- "@riotprompt/execution",
385
- "@riotprompt/riotprompt"
386
- ]
387
- },
388
- {
389
- "name": "@riotprompt/riotplan",
390
- "version": "1.0.5-dev.0",
391
- "path": "/Users/tobrien/gitw/kjerneverk/riotplan",
392
- "dependencies": [
393
- "@modelcontextprotocol/sdk",
394
- "@theunwalked/cardigantime",
395
- "@types/inquirer",
396
- "chalk",
397
- "commander",
398
- "inquirer",
399
- "js-yaml",
400
- "marked",
401
- "zod",
402
- "@eslint/eslintrc",
403
- "@eslint/js",
404
- "@types/js-yaml",
405
- "@types/node",
406
- "@typescript-eslint/eslint-plugin",
407
- "@typescript-eslint/parser",
408
- "@vitest/coverage-v8",
409
- "ajv",
410
- "eslint",
411
- "eslint-plugin-import",
412
- "globals",
413
- "typescript",
414
- "vite",
415
- "vite-plugin-dts",
416
- "vitest",
417
- "@riotprompt/agentic",
418
- "@riotprompt/execution",
419
- "@riotprompt/riotprompt"
420
- ]
421
- },
422
- {
423
- "name": "@riotprompt/riotprompt",
424
- "version": "1.0.4-dev.0",
425
- "path": "/Users/tobrien/gitw/kjerneverk/riotprompt",
426
- "dependencies": [
427
- "@anthropic-ai/sdk",
428
- "@fjell/logging",
429
- "@google/generative-ai",
430
- "@modelcontextprotocol/sdk",
431
- "@theunwalked/cardigantime",
432
- "@theunwalked/pressurelid",
433
- "@theunwalked/spotclean",
434
- "commander",
435
- "dotenv",
436
- "fast-xml-parser",
437
- "glob",
438
- "js-yaml",
439
- "marked",
440
- "openai",
441
- "tiktoken",
442
- "zod",
443
- "zod-to-json-schema",
444
- "@babel/core",
445
- "@babel/plugin-transform-modules-commonjs",
446
- "@babel/plugin-transform-typescript",
447
- "@babel/preset-typescript",
448
- "@doccident/doccident",
449
- "@eslint/eslintrc",
450
- "@eslint/js",
451
- "@modelcontextprotocol/inspector",
452
- "@rollup/plugin-replace",
453
- "@swc/core",
454
- "@types/js-yaml",
455
- "@types/node",
456
- "@typescript-eslint/eslint-plugin",
457
- "@typescript-eslint/parser",
458
- "@vitest/coverage-v8",
459
- "ajv",
460
- "copyfiles",
461
- "esbuild",
462
- "eslint",
463
- "eslint-plugin-import",
464
- "globals",
465
- "rollup-plugin-preserve-shebang",
466
- "typescript",
467
- "vite",
468
- "vite-plugin-dts",
469
- "vite-plugin-node",
470
- "vitest",
471
- "@riotprompt/agentic",
472
- "@riotprompt/execution",
473
- "@riotprompt/execution-anthropic",
474
- "@riotprompt/execution-gemini",
475
- "@riotprompt/execution-openai"
476
- ]
477
- }
478
- ],
479
- "edges": [
480
- [
481
- "@riotprompt/agentic",
482
- []
483
- ],
484
- [
485
- "@riotprompt/execution",
486
- []
487
- ],
488
- [
489
- "@riotprompt/execution-anthropic",
490
- []
491
- ],
492
- [
493
- "@riotprompt/execution-gemini",
494
- []
495
- ],
496
- [
497
- "@riotprompt/execution-openai",
498
- []
499
- ],
500
- [
501
- "@riotprompt/riotdoc",
502
- [
503
- "@riotprompt/agentic",
504
- "@riotprompt/execution",
505
- "@riotprompt/riotprompt"
506
- ]
507
- ],
508
- [
509
- "@riotprompt/riotplan",
510
- [
511
- "@riotprompt/agentic",
512
- "@riotprompt/execution",
513
- "@riotprompt/riotprompt"
514
- ]
515
- ],
516
- [
517
- "@riotprompt/riotprompt",
518
- [
519
- "@riotprompt/agentic",
520
- "@riotprompt/execution",
521
- "@riotprompt/execution-anthropic",
522
- "@riotprompt/execution-gemini",
523
- "@riotprompt/execution-openai"
524
- ]
525
- ]
526
- ]
527
- },
528
- "buildOrder": [
529
- "@riotprompt/riotdoc",
530
- "@riotprompt/riotplan",
531
- "@riotprompt/riotprompt",
532
- "@riotprompt/execution-gemini",
533
- "@riotprompt/execution-openai",
534
- "@riotprompt/execution-anthropic",
535
- "@riotprompt/agentic",
536
- "@riotprompt/execution"
537
- ],
538
- "executionMode": "parallel",
539
- "maxConcurrency": 2,
540
- "state": {
541
- "pending": [
542
- "@riotprompt/riotdoc",
543
- "@riotprompt/riotplan",
544
- "@riotprompt/riotprompt"
545
- ],
546
- "ready": [
547
- "@riotprompt/execution-gemini",
548
- "@riotprompt/execution-openai"
549
- ],
550
- "running": [
551
- {
552
- "name": "@riotprompt/execution-anthropic",
553
- "startTime": "2026-01-30T07:02:25.820Z",
554
- "elapsedTime": 0
555
- }
556
- ],
557
- "completed": [
558
- "@riotprompt/agentic",
559
- "@riotprompt/execution"
560
- ],
561
- "failed": [],
562
- "skipped": [],
563
- "skippedNoChanges": []
564
- },
565
- "publishedVersions": [],
566
- "retryAttempts": {},
567
- "lastRetryTime": {},
568
- "packageStartTimes": {
569
- "@riotprompt/agentic": "2026-01-30T07:01:55.403Z",
570
- "@riotprompt/execution": "2026-01-30T07:01:55.404Z",
571
- "@riotprompt/execution-anthropic": "2026-01-30T07:02:25.820Z"
572
- },
573
- "packageEndTimes": {
574
- "@riotprompt/agentic": "2026-01-30T07:01:55.720Z",
575
- "@riotprompt/execution": "2026-01-30T07:02:25.820Z"
576
- },
577
- "packageDurations": {
578
- "@riotprompt/agentic": 317,
579
- "@riotprompt/execution": 30416
580
- },
581
- "totalStartTime": "2026-01-30T07:01:55.350Z",
582
- "recoveryHints": [],
583
- "canRecover": true
584
- }
@@ -1,2 +0,0 @@
1
- 25513
2
- 2026-01-30T07:02:26.140Z
@@ -1,36 +0,0 @@
1
- # v0.0.2: Test suite moved to /tests, coverage enabled by default, and improved publish workflow
2
-
3
- ## Summary
4
- This update is primarily a **developer workflow / CI** release. The runtime provider implementation under `src/` is unchanged, but tests and tooling were reorganized to make releases and quality checks more consistent.
5
-
6
- ## Changes
7
- ### Testing: separated tests from source
8
- - Moved `src/index.test.ts` to `tests/index.test.ts`.
9
- - Updated Vitest to only discover tests under `tests/**/*.test.ts` (no longer scanning `src/**/*.test.ts`).
10
-
11
- **Why it matters:** keeps test files out of the source tree (and out of build/packaging paths), and makes test discovery more predictable.
12
-
13
- ### Coverage: enabled and configured
14
- - `npm test` now runs `vitest run --coverage` (coverage is generated by default).
15
- - Added `@vitest/coverage-v8` and configured coverage reporting:
16
- - Provider: `v8`
17
- - Reporters: `text`, `json`, `html`
18
- - Coverage includes `src/**/*.ts` and excludes `dist/**`, config files, `node_modules/`, and test files.
19
-
20
- **Impact:** test runs will typically be a bit slower, but you now get consistent coverage output locally and in CI.
21
-
22
- ### Scripts: cleaner precommit and publishing flow
23
- - Added `clean` script (`rm -rf dist`).
24
- - Added `precommit`: runs lint + tests (`npm run lint && npm run test`).
25
- - Added `prepublishOnly`: ensures a clean, fresh build before publishing (`npm run clean && npm run build`).
26
-
27
- ### Package metadata
28
- - Version bumped to `0.0.2` in `package.json`.
29
- - Added `repository` metadata for npm/GitHub linking.
30
-
31
- ## Breaking changes
32
- - **No runtime/API breaking changes** were introduced.
33
- - **Developer-facing change:** if you had tests under `src/**/*.test.ts`, they will no longer run by default. Move them to `tests/` or update `vitest.config.ts`.
34
-
35
- ## Notes / known issues
36
- - The exported `VERSION` constant in `src/index.ts` still reports `0.0.1` while `package.json` is `0.0.2`. If you rely on `VERSION` at runtime, be aware this value is currently out of sync.
@@ -1 +0,0 @@
1
- chore(release): bump @riotprompt/execution-anthropic to 0.0.3
@@ -1,39 +0,0 @@
1
- # @riotprompt/execution-anthropic 0.0.3 — CI moves to Node 24; lockfile no longer tracked
2
-
3
- ## Summary
4
- This release is primarily **build/CI and repository maintenance**. It bumps the package version to **0.0.3** and updates the GitHub Actions workflows to use **Node.js 24**. There are **no detected runtime/API changes** to the package itself in this range.
5
-
6
- ## Changes
7
- ### Published version
8
- - Bumped `@riotprompt/execution-anthropic` from **0.0.2 → 0.0.3**.
9
-
10
- ### CI / release pipeline
11
- - GitHub Actions workflows now run on **Node.js 24** (previously Node 22):
12
- - `.github/workflows/test.yml`
13
- - `.github/workflows/npm-publish.yml`
14
- - CI install command changed from **`npm ci` → `npm install`** (including for publish jobs).
15
-
16
- **Why it matters:**
17
- - Aligns CI with newer Node/npm behavior.
18
- - `npm install` is generally less strict than `npm ci` and does not guarantee a fully lockfile-driven install, which can reduce reproducibility in CI.
19
-
20
- ### Dependency lockfile handling
21
- - `package-lock.json` is **no longer tracked** (removed from the repo).
22
- - `.gitignore` now ignores `package-lock.json`.
23
-
24
- **Why it matters:**
25
- - Contributors should not expect a committed lockfile.
26
- - Local installs may vary slightly over time as semver ranges resolve to newer versions.
27
-
28
- ## Impact
29
- ### For package consumers
30
- - No functional/package API changes were identified.
31
- - Installation and runtime usage should be unchanged.
32
-
33
- ### For maintainers/contributors
34
- - To match CI, use **Node 24** locally when validating builds/tests.
35
- - Expect CI installs to reflect dependency resolution at build time (since the lockfile is not committed and workflows use `npm install`).
36
-
37
- ## Breaking changes
38
- - **None detected** for the published library/API.
39
- - **Potential workflow expectation change:** if you depended on `npm ci`/lockfile-enforced installs or older Node versions in automation, this release updates those assumptions (CI now uses Node 24 and `npm install`).
@@ -1 +0,0 @@
1
- chore(build): switch to ESM-only output, target ES2024, and require Node 24
@@ -1 +0,0 @@
1
- chore(release): bump @riotprompt/execution-anthropic to 0.0.4