@task-shepherd/agent 1.0.4 → 1.0.5

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": 10934,
4
+ "bytes": 11485,
5
5
  "imports": [
6
6
  {
7
7
  "path": "fs",
@@ -2223,7 +2223,7 @@
2223
2223
  "bytesInOutput": 35433
2224
2224
  },
2225
2225
  "src/config/ConfigLoader.ts": {
2226
- "bytesInOutput": 4990
2226
+ "bytesInOutput": 5294
2227
2227
  },
2228
2228
  "src/services/AgentIdentityService.ts": {
2229
2229
  "bytesInOutput": 6232
@@ -2331,7 +2331,7 @@
2331
2331
  "bytesInOutput": 22573
2332
2332
  }
2333
2333
  },
2334
- "bytes": 366830
2334
+ "bytes": 367134
2335
2335
  },
2336
2336
  "dist/cli/index.js": {
2337
2337
  "imports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-shepherd/agent",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Simplified AI agent service for Task Shepherd project analysis",
5
5
  "main": "dist/index.js",
6
6
  "bin": {