@task-shepherd/agent 1.0.28 → 1.0.30

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
@@ -3336,7 +3336,7 @@
3336
3336
  "format": "esm"
3337
3337
  },
3338
3338
  "src/index.ts": {
3339
- "bytes": 85513,
3339
+ "bytes": 86222,
3340
3340
  "imports": [
3341
3341
  {
3342
3342
  "path": "dotenv",
@@ -3348,6 +3348,11 @@
3348
3348
  "kind": "import-statement",
3349
3349
  "external": true
3350
3350
  },
3351
+ {
3352
+ "path": "fs",
3353
+ "kind": "import-statement",
3354
+ "external": true
3355
+ },
3351
3356
  {
3352
3357
  "path": "path",
3353
3358
  "kind": "import-statement",
@@ -4202,6 +4207,11 @@
4202
4207
  "kind": "require-call",
4203
4208
  "external": true
4204
4209
  },
4210
+ {
4211
+ "path": "fs",
4212
+ "kind": "require-call",
4213
+ "external": true
4214
+ },
4205
4215
  {
4206
4216
  "path": "path",
4207
4217
  "kind": "require-call",
@@ -4610,7 +4620,7 @@
4610
4620
  "bytesInOutput": 7869
4611
4621
  },
4612
4622
  "src/index.ts": {
4613
- "bytesInOutput": 36435
4623
+ "bytesInOutput": 36667
4614
4624
  },
4615
4625
  "src/config/ConfigLoader.ts": {
4616
4626
  "bytesInOutput": 5663
@@ -4970,7 +4980,7 @@
4970
4980
  "bytesInOutput": 22609
4971
4981
  }
4972
4982
  },
4973
- "bytes": 1530972
4983
+ "bytes": 1531204
4974
4984
  },
4975
4985
  "dist/cli/index.js": {
4976
4986
  "imports": [
@@ -5334,6 +5344,11 @@
5334
5344
  "kind": "require-call",
5335
5345
  "external": true
5336
5346
  },
5347
+ {
5348
+ "path": "fs",
5349
+ "kind": "require-call",
5350
+ "external": true
5351
+ },
5337
5352
  {
5338
5353
  "path": "path",
5339
5354
  "kind": "require-call",
@@ -6177,7 +6192,7 @@
6177
6192
  "bytesInOutput": 22638
6178
6193
  },
6179
6194
  "src/index.ts": {
6180
- "bytesInOutput": 36599
6195
+ "bytesInOutput": 36845
6181
6196
  },
6182
6197
  "src/cli/commands/OrganizationCommands.ts": {
6183
6198
  "bytesInOutput": 9476
@@ -6216,7 +6231,7 @@
6216
6231
  "bytesInOutput": 8630
6217
6232
  }
6218
6233
  },
6219
- "bytes": 1663141
6234
+ "bytes": 1663387
6220
6235
  }
6221
6236
  }
6222
6237
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-shepherd/agent",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "description": "Simplified AI agent service for Task Shepherd project analysis",
5
5
  "main": "dist/index.js",
6
6
  "bin": {