@task-shepherd/agent 1.0.44 → 1.0.48

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
@@ -862,7 +862,7 @@
862
862
  "format": "esm"
863
863
  },
864
864
  "src/graphql/generated.ts": {
865
- "bytes": 248458,
865
+ "bytes": 272617,
866
866
  "imports": [
867
867
  {
868
868
  "path": "@graphql-typed-document-node/core",
@@ -873,7 +873,7 @@
873
873
  "format": "esm"
874
874
  },
875
875
  "src/graphql/TypedGraphQLClient.ts": {
876
- "bytes": 18294,
876
+ "bytes": 19391,
877
877
  "imports": [
878
878
  {
879
879
  "path": "graphql-request",
@@ -967,7 +967,7 @@
967
967
  "format": "esm"
968
968
  },
969
969
  "src/services/ClaudeCliExecutor.ts": {
970
- "bytes": 12729,
970
+ "bytes": 24616,
971
971
  "imports": [
972
972
  {
973
973
  "path": "child_process",
@@ -1008,7 +1008,7 @@
1008
1008
  "format": "esm"
1009
1009
  },
1010
1010
  "src/handlers/BaseWorkHandler.ts": {
1011
- "bytes": 36735,
1011
+ "bytes": 37278,
1012
1012
  "imports": [
1013
1013
  {
1014
1014
  "path": "events",
@@ -1332,7 +1332,7 @@
1332
1332
  "format": "esm"
1333
1333
  },
1334
1334
  "node_modules/@task-shepherd/shared/dist/schema/index.js": {
1335
- "bytes": 5325,
1335
+ "bytes": 5382,
1336
1336
  "imports": [
1337
1337
  {
1338
1338
  "path": "node_modules/@task-shepherd/shared/dist/schema/mcp-mappings.js",
@@ -2755,6 +2755,42 @@
2755
2755
  ],
2756
2756
  "format": "esm"
2757
2757
  },
2758
+ "src/services/StoryExecutionService.ts": {
2759
+ "bytes": 14060,
2760
+ "imports": [
2761
+ {
2762
+ "path": "fs",
2763
+ "kind": "import-statement",
2764
+ "external": true
2765
+ },
2766
+ {
2767
+ "path": "path",
2768
+ "kind": "import-statement",
2769
+ "external": true
2770
+ },
2771
+ {
2772
+ "path": "src/config/index.ts",
2773
+ "kind": "import-statement",
2774
+ "original": "../config"
2775
+ },
2776
+ {
2777
+ "path": "src/middleware/logger.ts",
2778
+ "kind": "import-statement",
2779
+ "original": "../middleware/logger"
2780
+ },
2781
+ {
2782
+ "path": "src/services/ClaudeCliExecutor.ts",
2783
+ "kind": "import-statement",
2784
+ "original": "./ClaudeCliExecutor"
2785
+ },
2786
+ {
2787
+ "path": "../graphql/TypedGraphQLClient",
2788
+ "kind": "import-statement",
2789
+ "external": true
2790
+ }
2791
+ ],
2792
+ "format": "esm"
2793
+ },
2758
2794
  "src/services/TaskImplementationExecutor.ts": {
2759
2795
  "bytes": 14292,
2760
2796
  "imports": [
@@ -2782,7 +2818,7 @@
2782
2818
  "format": "esm"
2783
2819
  },
2784
2820
  "src/handlers/StoryImplementationHandler.ts": {
2785
- "bytes": 29078,
2821
+ "bytes": 31996,
2786
2822
  "imports": [
2787
2823
  {
2788
2824
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -2810,14 +2846,19 @@
2810
2846
  "original": "../services/ServiceMappingService"
2811
2847
  },
2812
2848
  {
2813
- "path": "src/services/TaskImplementationExecutor.ts",
2849
+ "path": "../services/TaskImplementationExecutor",
2814
2850
  "kind": "import-statement",
2815
- "original": "../services/TaskImplementationExecutor"
2851
+ "external": true
2816
2852
  },
2817
2853
  {
2818
- "path": "../graphql/generated",
2854
+ "path": "src/services/StoryExecutionService.ts",
2819
2855
  "kind": "import-statement",
2820
- "external": true
2856
+ "original": "../services/StoryExecutionService"
2857
+ },
2858
+ {
2859
+ "path": "src/graphql/generated.ts",
2860
+ "kind": "import-statement",
2861
+ "original": "../graphql/generated"
2821
2862
  },
2822
2863
  {
2823
2864
  "path": "src/services/TaskImplementationExecutor.ts",
@@ -2919,8 +2960,54 @@
2919
2960
  ],
2920
2961
  "format": "esm"
2921
2962
  },
2963
+ "src/handlers/StoryGenerationHandler.ts": {
2964
+ "bytes": 20207,
2965
+ "imports": [
2966
+ {
2967
+ "path": "src/handlers/BaseWorkHandler.ts",
2968
+ "kind": "import-statement",
2969
+ "original": "./BaseWorkHandler"
2970
+ },
2971
+ {
2972
+ "path": "@task-shepherd/shared",
2973
+ "kind": "import-statement",
2974
+ "external": true
2975
+ },
2976
+ {
2977
+ "path": "src/middleware/logger.ts",
2978
+ "kind": "import-statement",
2979
+ "original": "../middleware/logger"
2980
+ },
2981
+ {
2982
+ "path": "src/services/ClaudeCliExecutor.ts",
2983
+ "kind": "import-statement",
2984
+ "original": "../services/ClaudeCliExecutor"
2985
+ },
2986
+ {
2987
+ "path": "../services/TCPIPCService",
2988
+ "kind": "import-statement",
2989
+ "external": true
2990
+ },
2991
+ {
2992
+ "path": "src/config/index.ts",
2993
+ "kind": "import-statement",
2994
+ "original": "../config"
2995
+ },
2996
+ {
2997
+ "path": "src/services/WorkspaceMappingService.ts",
2998
+ "kind": "import-statement",
2999
+ "original": "../services/WorkspaceMappingService"
3000
+ },
3001
+ {
3002
+ "path": "src/services/ServiceMappingService.ts",
3003
+ "kind": "import-statement",
3004
+ "original": "../services/ServiceMappingService"
3005
+ }
3006
+ ],
3007
+ "format": "esm"
3008
+ },
2922
3009
  "src/handlers/HandlerFactory.ts": {
2923
- "bytes": 5153,
3010
+ "bytes": 5770,
2924
3011
  "imports": [
2925
3012
  {
2926
3013
  "path": "../services/TCPIPCService",
@@ -2961,6 +3048,11 @@
2961
3048
  "path": "src/handlers/StoryTaskGeneratorHandler.ts",
2962
3049
  "kind": "import-statement",
2963
3050
  "original": "./StoryTaskGeneratorHandler"
3051
+ },
3052
+ {
3053
+ "path": "src/handlers/StoryGenerationHandler.ts",
3054
+ "kind": "import-statement",
3055
+ "original": "./StoryGenerationHandler"
2964
3056
  }
2965
3057
  ],
2966
3058
  "format": "esm"
@@ -4126,6 +4218,16 @@
4126
4218
  "kind": "require-call",
4127
4219
  "external": true
4128
4220
  },
4221
+ {
4222
+ "path": "fs",
4223
+ "kind": "require-call",
4224
+ "external": true
4225
+ },
4226
+ {
4227
+ "path": "path",
4228
+ "kind": "require-call",
4229
+ "external": true
4230
+ },
4129
4231
  {
4130
4232
  "path": "net",
4131
4233
  "kind": "require-call",
@@ -4350,13 +4452,13 @@
4350
4452
  "bytesInOutput": 2970
4351
4453
  },
4352
4454
  "src/handlers/BaseWorkHandler.ts": {
4353
- "bytesInOutput": 17936
4455
+ "bytesInOutput": 18151
4354
4456
  },
4355
4457
  "src/graphql/TypedGraphQLClient.ts": {
4356
- "bytesInOutput": 7641
4458
+ "bytesInOutput": 8088
4357
4459
  },
4358
4460
  "src/graphql/generated.ts": {
4359
- "bytesInOutput": 34301
4461
+ "bytesInOutput": 35925
4360
4462
  },
4361
4463
  "src/services/WorkItemErrorTracker.ts": {
4362
4464
  "bytesInOutput": 8190
@@ -4365,7 +4467,7 @@
4365
4467
  "bytesInOutput": 1593
4366
4468
  },
4367
4469
  "src/services/ClaudeCliExecutor.ts": {
4368
- "bytesInOutput": 4155
4470
+ "bytesInOutput": 7990
4369
4471
  },
4370
4472
  "src/utils/claudeLogger.ts": {
4371
4473
  "bytesInOutput": 1634
@@ -4392,7 +4494,7 @@
4392
4494
  "bytesInOutput": 549
4393
4495
  },
4394
4496
  "node_modules/@task-shepherd/shared/dist/schema/index.js": {
4395
- "bytesInOutput": 1949
4497
+ "bytesInOutput": 1987
4396
4498
  },
4397
4499
  "node_modules/@task-shepherd/shared/dist/schema/validation.js": {
4398
4500
  "bytesInOutput": 26
@@ -4629,10 +4731,13 @@
4629
4731
  "bytesInOutput": 50599
4630
4732
  },
4631
4733
  "src/handlers/StoryImplementationHandler.ts": {
4632
- "bytesInOutput": 13577
4734
+ "bytesInOutput": 15255
4735
+ },
4736
+ "src/services/StoryExecutionService.ts": {
4737
+ "bytesInOutput": 6612
4633
4738
  },
4634
4739
  "src/services/TaskImplementationExecutor.ts": {
4635
- "bytesInOutput": 5741
4740
+ "bytesInOutput": 10
4636
4741
  },
4637
4742
  "src/handlers/ReviewApplicationHandler.ts": {
4638
4743
  "bytesInOutput": 17951
@@ -4640,8 +4745,11 @@
4640
4745
  "src/handlers/StoryTaskGeneratorHandler.ts": {
4641
4746
  "bytesInOutput": 12042
4642
4747
  },
4748
+ "src/handlers/StoryGenerationHandler.ts": {
4749
+ "bytesInOutput": 10120
4750
+ },
4643
4751
  "src/handlers/HandlerFactory.ts": {
4644
- "bytesInOutput": 1727
4752
+ "bytesInOutput": 1940
4645
4753
  },
4646
4754
  "src/services/CompletedWorkService.ts": {
4647
4755
  "bytesInOutput": 3199
@@ -4686,7 +4794,7 @@
4686
4794
  "bytesInOutput": 3719
4687
4795
  }
4688
4796
  },
4689
- "bytes": 1546249
4797
+ "bytes": 1565300
4690
4798
  },
4691
4799
  "dist/cli/index.js": {
4692
4800
  "imports": [
@@ -4970,6 +5078,16 @@
4970
5078
  "kind": "require-call",
4971
5079
  "external": true
4972
5080
  },
5081
+ {
5082
+ "path": "fs",
5083
+ "kind": "require-call",
5084
+ "external": true
5085
+ },
5086
+ {
5087
+ "path": "path",
5088
+ "kind": "require-call",
5089
+ "external": true
5090
+ },
4973
5091
  {
4974
5092
  "path": "events",
4975
5093
  "kind": "require-call",
@@ -5221,10 +5339,10 @@
5221
5339
  "bytesInOutput": 284
5222
5340
  },
5223
5341
  "src/graphql/generated.ts": {
5224
- "bytesInOutput": 34379
5342
+ "bytesInOutput": 36006
5225
5343
  },
5226
5344
  "src/graphql/TypedGraphQLClient.ts": {
5227
- "bytesInOutput": 7673
5345
+ "bytesInOutput": 8120
5228
5346
  },
5229
5347
  "src/types/organization.ts": {
5230
5348
  "bytesInOutput": 495
@@ -5353,10 +5471,10 @@
5353
5471
  "bytesInOutput": 1668
5354
5472
  },
5355
5473
  "src/services/ClaudeCliExecutor.ts": {
5356
- "bytesInOutput": 4196
5474
+ "bytesInOutput": 8031
5357
5475
  },
5358
5476
  "src/handlers/BaseWorkHandler.ts": {
5359
- "bytesInOutput": 18001
5477
+ "bytesInOutput": 18216
5360
5478
  },
5361
5479
  "src/services/ServiceMappingService.ts": {
5362
5480
  "bytesInOutput": 3289
@@ -5374,7 +5492,7 @@
5374
5492
  "bytesInOutput": 46
5375
5493
  },
5376
5494
  "node_modules/@task-shepherd/shared/dist/schema/index.js": {
5377
- "bytesInOutput": 1923
5495
+ "bytesInOutput": 1961
5378
5496
  },
5379
5497
  "node_modules/@task-shepherd/shared/dist/workspace/types.js": {
5380
5498
  "bytesInOutput": 17
@@ -5619,11 +5737,14 @@
5619
5737
  "src/handlers/DevelopmentPlanningHandler.ts": {
5620
5738
  "bytesInOutput": 50654
5621
5739
  },
5740
+ "src/services/StoryExecutionService.ts": {
5741
+ "bytesInOutput": 6656
5742
+ },
5622
5743
  "src/services/TaskImplementationExecutor.ts": {
5623
- "bytesInOutput": 5780
5744
+ "bytesInOutput": 44
5624
5745
  },
5625
5746
  "src/handlers/StoryImplementationHandler.ts": {
5626
- "bytesInOutput": 13638
5747
+ "bytesInOutput": 15321
5627
5748
  },
5628
5749
  "src/handlers/ReviewApplicationHandler.ts": {
5629
5750
  "bytesInOutput": 17999
@@ -5631,8 +5752,11 @@
5631
5752
  "src/handlers/StoryTaskGeneratorHandler.ts": {
5632
5753
  "bytesInOutput": 12090
5633
5754
  },
5755
+ "src/handlers/StoryGenerationHandler.ts": {
5756
+ "bytesInOutput": 10168
5757
+ },
5634
5758
  "src/handlers/HandlerFactory.ts": {
5635
- "bytesInOutput": 1785
5759
+ "bytesInOutput": 2003
5636
5760
  },
5637
5761
  "src/handlers/WorkHandlerRegistry.ts": {
5638
5762
  "bytesInOutput": 2718
@@ -5704,7 +5828,7 @@
5704
5828
  "bytesInOutput": 3712
5705
5829
  }
5706
5830
  },
5707
- "bytes": 1613069
5831
+ "bytes": 1632220
5708
5832
  }
5709
5833
  }
5710
5834
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-shepherd/agent",
3
- "version": "1.0.44",
3
+ "version": "1.0.48",
4
4
  "description": "Simplified AI agent service for Task Shepherd project analysis",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@anthropic-ai/sdk": "^0.56.0",
52
- "@modelcontextprotocol/sdk": "^0.6.0",
53
52
  "@graphql-typed-document-node/core": "^3.2.0",
53
+ "@modelcontextprotocol/sdk": "^0.6.0",
54
54
  "chalk": "^4.1.2",
55
55
  "commander": "^11.0.0",
56
56
  "compression": "^1.7.4",
@@ -97,7 +97,7 @@
97
97
  "javascript-obfuscator": "^4.1.1",
98
98
  "jest": "^29.6.1",
99
99
  "nock": "^14.0.7",
100
- "ts-jest": "^29.1.1",
100
+ "ts-jest": "^29.4.6",
101
101
  "ts-node-dev": "^2.0.0",
102
102
  "typescript": "^5.1.6"
103
103
  },