@task-shepherd/agent 1.0.19 → 1.0.20

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.
package/dist/meta.json CHANGED
@@ -3191,7 +3191,7 @@
3191
3191
  "format": "esm"
3192
3192
  },
3193
3193
  "src/index.ts": {
3194
- "bytes": 83059,
3194
+ "bytes": 83285,
3195
3195
  "imports": [
3196
3196
  {
3197
3197
  "path": "dotenv",
@@ -4364,7 +4364,7 @@
4364
4364
  "bytesInOutput": 731
4365
4365
  },
4366
4366
  "../../node_modules/node-fetch/lib/index.js": {
4367
- "bytesInOutput": 19177
4367
+ "bytesInOutput": 19173
4368
4368
  },
4369
4369
  "package.json": {
4370
4370
  "bytesInOutput": 3375
@@ -4376,7 +4376,7 @@
4376
4376
  "bytesInOutput": 7869
4377
4377
  },
4378
4378
  "src/index.ts": {
4379
- "bytesInOutput": 35733
4379
+ "bytesInOutput": 35882
4380
4380
  },
4381
4381
  "src/config/ConfigLoader.ts": {
4382
4382
  "bytesInOutput": 5537
@@ -4466,7 +4466,7 @@
4466
4466
  "bytesInOutput": 34
4467
4467
  },
4468
4468
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
4469
- "bytesInOutput": 24336
4469
+ "bytesInOutput": 24334
4470
4470
  },
4471
4471
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/index.js": {
4472
4472
  "bytesInOutput": 446
@@ -4718,7 +4718,7 @@
4718
4718
  "bytesInOutput": 22610
4719
4719
  }
4720
4720
  },
4721
- "bytes": 1505514
4721
+ "bytes": 1505657
4722
4722
  },
4723
4723
  "dist/cli/index.js": {
4724
4724
  "imports": [
@@ -5506,7 +5506,7 @@
5506
5506
  "bytesInOutput": 731
5507
5507
  },
5508
5508
  "../../node_modules/node-fetch/lib/index.js": {
5509
- "bytesInOutput": 19177
5509
+ "bytesInOutput": 19173
5510
5510
  },
5511
5511
  "src/services/HttpClient.ts": {
5512
5512
  "bytesInOutput": 4292
@@ -5581,7 +5581,7 @@
5581
5581
  "bytesInOutput": 49
5582
5582
  },
5583
5583
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
5584
- "bytesInOutput": 24566
5584
+ "bytesInOutput": 24564
5585
5585
  },
5586
5586
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js": {
5587
5587
  "bytesInOutput": 5591
@@ -5857,7 +5857,7 @@
5857
5857
  "bytesInOutput": 22638
5858
5858
  },
5859
5859
  "src/index.ts": {
5860
- "bytesInOutput": 35858
5860
+ "bytesInOutput": 36007
5861
5861
  },
5862
5862
  "src/types/workspace.ts": {
5863
5863
  "bytesInOutput": 43
@@ -5902,7 +5902,7 @@
5902
5902
  "bytesInOutput": 8630
5903
5903
  }
5904
5904
  },
5905
- "bytes": 1631937
5905
+ "bytes": 1632080
5906
5906
  }
5907
5907
  }
5908
5908
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-shepherd/agent",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Simplified AI agent service for Task Shepherd project analysis",
5
5
  "main": "dist/index.js",
6
6
  "bin": {