@task-shepherd/agent 1.0.50 → 1.0.51

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
@@ -2787,7 +2787,7 @@
2787
2787
  "format": "esm"
2788
2788
  },
2789
2789
  "src/services/StoryExecutionService.ts": {
2790
- "bytes": 14060,
2790
+ "bytes": 17790,
2791
2791
  "imports": [
2792
2792
  {
2793
2793
  "path": "fs",
@@ -2849,7 +2849,7 @@
2849
2849
  "format": "esm"
2850
2850
  },
2851
2851
  "src/handlers/StoryImplementationHandler.ts": {
2852
- "bytes": 34895,
2852
+ "bytes": 35805,
2853
2853
  "imports": [
2854
2854
  {
2855
2855
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -4787,13 +4787,13 @@
4787
4787
  "bytesInOutput": 50599
4788
4788
  },
4789
4789
  "src/handlers/StoryImplementationHandler.ts": {
4790
- "bytesInOutput": 16524
4790
+ "bytesInOutput": 16992
4791
4791
  },
4792
4792
  "src/services/WorkspaceLockManager.ts": {
4793
4793
  "bytesInOutput": 5159
4794
4794
  },
4795
4795
  "src/services/StoryExecutionService.ts": {
4796
- "bytesInOutput": 6612
4796
+ "bytesInOutput": 8906
4797
4797
  },
4798
4798
  "src/services/TaskImplementationExecutor.ts": {
4799
4799
  "bytesInOutput": 10
@@ -4853,7 +4853,7 @@
4853
4853
  "bytesInOutput": 3719
4854
4854
  }
4855
4855
  },
4856
- "bytes": 1571939
4856
+ "bytes": 1574701
4857
4857
  },
4858
4858
  "dist/cli/index.js": {
4859
4859
  "imports": [
@@ -5820,13 +5820,13 @@
5820
5820
  "bytesInOutput": 5195
5821
5821
  },
5822
5822
  "src/services/StoryExecutionService.ts": {
5823
- "bytesInOutput": 6656
5823
+ "bytesInOutput": 8950
5824
5824
  },
5825
5825
  "src/services/TaskImplementationExecutor.ts": {
5826
5826
  "bytesInOutput": 44
5827
5827
  },
5828
5828
  "src/handlers/StoryImplementationHandler.ts": {
5829
- "bytesInOutput": 16595
5829
+ "bytesInOutput": 17063
5830
5830
  },
5831
5831
  "src/handlers/ReviewApplicationHandler.ts": {
5832
5832
  "bytesInOutput": 17999
@@ -5910,7 +5910,7 @@
5910
5910
  "bytesInOutput": 3712
5911
5911
  }
5912
5912
  },
5913
- "bytes": 1638900
5913
+ "bytes": 1641662
5914
5914
  }
5915
5915
  }
5916
5916
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-shepherd/agent",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "Simplified AI agent service for Task Shepherd project analysis",
5
5
  "main": "dist/index.js",
6
6
  "bin": {