@task-shepherd/agent 1.0.18 → 1.0.19

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "inputs": {
3
3
  "src/config/ConfigLoader.ts": {
4
- "bytes": 11485,
4
+ "bytes": 11907,
5
5
  "imports": [
6
6
  {
7
7
  "path": "fs",
@@ -3191,7 +3191,7 @@
3191
3191
  "format": "esm"
3192
3192
  },
3193
3193
  "src/index.ts": {
3194
- "bytes": 82788,
3194
+ "bytes": 83059,
3195
3195
  "imports": [
3196
3196
  {
3197
3197
  "path": "dotenv",
@@ -4376,10 +4376,10 @@
4376
4376
  "bytesInOutput": 7869
4377
4377
  },
4378
4378
  "src/index.ts": {
4379
- "bytesInOutput": 35520
4379
+ "bytesInOutput": 35733
4380
4380
  },
4381
4381
  "src/config/ConfigLoader.ts": {
4382
- "bytesInOutput": 5297
4382
+ "bytesInOutput": 5537
4383
4383
  },
4384
4384
  "src/services/AgentIdentityService.ts": {
4385
4385
  "bytesInOutput": 6254
@@ -4718,7 +4718,7 @@
4718
4718
  "bytesInOutput": 22610
4719
4719
  }
4720
4720
  },
4721
- "bytes": 1505061
4721
+ "bytes": 1505514
4722
4722
  },
4723
4723
  "dist/cli/index.js": {
4724
4724
  "imports": [
@@ -5410,7 +5410,7 @@
5410
5410
  "bytesInOutput": 4282
5411
5411
  },
5412
5412
  "src/config/ConfigLoader.ts": {
5413
- "bytesInOutput": 5328
5413
+ "bytesInOutput": 5568
5414
5414
  },
5415
5415
  "../../node_modules/node-fetch/node_modules/webidl-conversions/lib/index.js": {
5416
5416
  "bytesInOutput": 2442
@@ -5857,7 +5857,7 @@
5857
5857
  "bytesInOutput": 22638
5858
5858
  },
5859
5859
  "src/index.ts": {
5860
- "bytesInOutput": 35645
5860
+ "bytesInOutput": 35858
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": 1631484
5905
+ "bytes": 1631937
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.18",
3
+ "version": "1.0.19",
4
4
  "description": "Simplified AI agent service for Task Shepherd project analysis",
5
5
  "main": "dist/index.js",
6
6
  "bin": {