@task-shepherd/agent 1.0.38 → 1.0.40
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/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.json +53 -23
- package/package.json +1 -1
package/dist/meta.json
CHANGED
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"format": "esm"
|
|
264
264
|
},
|
|
265
265
|
"src/config/index.ts": {
|
|
266
|
-
"bytes":
|
|
266
|
+
"bytes": 3169,
|
|
267
267
|
"imports": [
|
|
268
268
|
{
|
|
269
269
|
"path": "src/config/schema.ts",
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
"format": "esm"
|
|
968
968
|
},
|
|
969
969
|
"src/services/ClaudeCliExecutor.ts": {
|
|
970
|
-
"bytes":
|
|
970
|
+
"bytes": 12611,
|
|
971
971
|
"imports": [
|
|
972
972
|
{
|
|
973
973
|
"path": "child_process",
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
"format": "esm"
|
|
1240
1240
|
},
|
|
1241
1241
|
"src/handlers/ProjectReviewHandler.ts": {
|
|
1242
|
-
"bytes":
|
|
1242
|
+
"bytes": 30350,
|
|
1243
1243
|
"imports": [
|
|
1244
1244
|
{
|
|
1245
1245
|
"path": "src/handlers/BaseWorkHandler.ts",
|
|
@@ -1266,6 +1266,16 @@
|
|
|
1266
1266
|
"kind": "import-statement",
|
|
1267
1267
|
"external": true
|
|
1268
1268
|
},
|
|
1269
|
+
{
|
|
1270
|
+
"path": "src/config/index.ts",
|
|
1271
|
+
"kind": "import-statement",
|
|
1272
|
+
"original": "../config"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"path": "src/services/AgentVersionService.ts",
|
|
1276
|
+
"kind": "import-statement",
|
|
1277
|
+
"original": "../services/AgentVersionService"
|
|
1278
|
+
},
|
|
1269
1279
|
{
|
|
1270
1280
|
"path": "src/services/WorkspaceMappingService.ts",
|
|
1271
1281
|
"kind": "import-statement",
|
|
@@ -2680,13 +2690,18 @@
|
|
|
2680
2690
|
"format": "esm"
|
|
2681
2691
|
},
|
|
2682
2692
|
"src/handlers/DevelopmentPlanningHandler.ts": {
|
|
2683
|
-
"bytes":
|
|
2693
|
+
"bytes": 88644,
|
|
2684
2694
|
"imports": [
|
|
2685
2695
|
{
|
|
2686
2696
|
"path": "node_modules/@task-shepherd/shared/dist/index.js",
|
|
2687
2697
|
"kind": "import-statement",
|
|
2688
2698
|
"original": "@task-shepherd/shared"
|
|
2689
2699
|
},
|
|
2700
|
+
{
|
|
2701
|
+
"path": "src/config/index.ts",
|
|
2702
|
+
"kind": "import-statement",
|
|
2703
|
+
"original": "../config"
|
|
2704
|
+
},
|
|
2690
2705
|
{
|
|
2691
2706
|
"path": "src/middleware/logger.ts",
|
|
2692
2707
|
"kind": "import-statement",
|
|
@@ -2726,8 +2741,13 @@
|
|
|
2726
2741
|
"format": "esm"
|
|
2727
2742
|
},
|
|
2728
2743
|
"src/services/TaskImplementationExecutor.ts": {
|
|
2729
|
-
"bytes":
|
|
2744
|
+
"bytes": 14292,
|
|
2730
2745
|
"imports": [
|
|
2746
|
+
{
|
|
2747
|
+
"path": "src/config/index.ts",
|
|
2748
|
+
"kind": "import-statement",
|
|
2749
|
+
"original": "../config"
|
|
2750
|
+
},
|
|
2731
2751
|
{
|
|
2732
2752
|
"path": "src/middleware/logger.ts",
|
|
2733
2753
|
"kind": "import-statement",
|
|
@@ -2793,7 +2813,7 @@
|
|
|
2793
2813
|
"format": "esm"
|
|
2794
2814
|
},
|
|
2795
2815
|
"src/handlers/ReviewApplicationHandler.ts": {
|
|
2796
|
-
"bytes":
|
|
2816
|
+
"bytes": 34402,
|
|
2797
2817
|
"imports": [
|
|
2798
2818
|
{
|
|
2799
2819
|
"path": "src/handlers/BaseWorkHandler.ts",
|
|
@@ -2820,6 +2840,11 @@
|
|
|
2820
2840
|
"kind": "import-statement",
|
|
2821
2841
|
"external": true
|
|
2822
2842
|
},
|
|
2843
|
+
{
|
|
2844
|
+
"path": "src/config/index.ts",
|
|
2845
|
+
"kind": "import-statement",
|
|
2846
|
+
"original": "../config"
|
|
2847
|
+
},
|
|
2823
2848
|
{
|
|
2824
2849
|
"path": "src/services/WorkspaceMappingService.ts",
|
|
2825
2850
|
"kind": "import-statement",
|
|
@@ -2834,7 +2859,7 @@
|
|
|
2834
2859
|
"format": "esm"
|
|
2835
2860
|
},
|
|
2836
2861
|
"src/handlers/StoryTaskGeneratorHandler.ts": {
|
|
2837
|
-
"bytes":
|
|
2862
|
+
"bytes": 19861,
|
|
2838
2863
|
"imports": [
|
|
2839
2864
|
{
|
|
2840
2865
|
"path": "src/handlers/BaseWorkHandler.ts",
|
|
@@ -2861,6 +2886,11 @@
|
|
|
2861
2886
|
"kind": "import-statement",
|
|
2862
2887
|
"external": true
|
|
2863
2888
|
},
|
|
2889
|
+
{
|
|
2890
|
+
"path": "src/config/index.ts",
|
|
2891
|
+
"kind": "import-statement",
|
|
2892
|
+
"original": "../config"
|
|
2893
|
+
},
|
|
2864
2894
|
{
|
|
2865
2895
|
"path": "src/services/WorkspaceMappingService.ts",
|
|
2866
2896
|
"kind": "import-statement",
|
|
@@ -4163,7 +4193,7 @@
|
|
|
4163
4193
|
"bytesInOutput": 8032
|
|
4164
4194
|
},
|
|
4165
4195
|
"src/config/index.ts": {
|
|
4166
|
-
"bytesInOutput":
|
|
4196
|
+
"bytesInOutput": 1133
|
|
4167
4197
|
},
|
|
4168
4198
|
"src/middleware/logger.ts": {
|
|
4169
4199
|
"bytesInOutput": 700
|
|
@@ -4310,13 +4340,13 @@
|
|
|
4310
4340
|
"bytesInOutput": 1593
|
|
4311
4341
|
},
|
|
4312
4342
|
"src/services/ClaudeCliExecutor.ts": {
|
|
4313
|
-
"bytesInOutput":
|
|
4343
|
+
"bytesInOutput": 4098
|
|
4314
4344
|
},
|
|
4315
4345
|
"src/utils/claudeLogger.ts": {
|
|
4316
4346
|
"bytesInOutput": 1636
|
|
4317
4347
|
},
|
|
4318
4348
|
"src/handlers/ProjectReviewHandler.ts": {
|
|
4319
|
-
"bytesInOutput":
|
|
4349
|
+
"bytesInOutput": 16898
|
|
4320
4350
|
},
|
|
4321
4351
|
"src/services/WorkspaceMappingService.ts": {
|
|
4322
4352
|
"bytesInOutput": 4414
|
|
@@ -4571,19 +4601,19 @@
|
|
|
4571
4601
|
"bytesInOutput": 2540
|
|
4572
4602
|
},
|
|
4573
4603
|
"src/handlers/DevelopmentPlanningHandler.ts": {
|
|
4574
|
-
"bytesInOutput":
|
|
4604
|
+
"bytesInOutput": 41559
|
|
4575
4605
|
},
|
|
4576
4606
|
"src/handlers/StoryImplementationHandler.ts": {
|
|
4577
4607
|
"bytesInOutput": 13577
|
|
4578
4608
|
},
|
|
4579
4609
|
"src/services/TaskImplementationExecutor.ts": {
|
|
4580
|
-
"bytesInOutput":
|
|
4610
|
+
"bytesInOutput": 5741
|
|
4581
4611
|
},
|
|
4582
4612
|
"src/handlers/ReviewApplicationHandler.ts": {
|
|
4583
|
-
"bytesInOutput":
|
|
4613
|
+
"bytesInOutput": 17951
|
|
4584
4614
|
},
|
|
4585
4615
|
"src/handlers/StoryTaskGeneratorHandler.ts": {
|
|
4586
|
-
"bytesInOutput":
|
|
4616
|
+
"bytesInOutput": 12042
|
|
4587
4617
|
},
|
|
4588
4618
|
"src/handlers/HandlerFactory.ts": {
|
|
4589
4619
|
"bytesInOutput": 1681
|
|
@@ -4631,7 +4661,7 @@
|
|
|
4631
4661
|
"bytesInOutput": 3719
|
|
4632
4662
|
}
|
|
4633
4663
|
},
|
|
4634
|
-
"bytes":
|
|
4664
|
+
"bytes": 1537071
|
|
4635
4665
|
},
|
|
4636
4666
|
"dist/cli/index.js": {
|
|
4637
4667
|
"imports": [
|
|
@@ -5132,7 +5162,7 @@
|
|
|
5132
5162
|
"bytesInOutput": 8029
|
|
5133
5163
|
},
|
|
5134
5164
|
"src/config/index.ts": {
|
|
5135
|
-
"bytesInOutput":
|
|
5165
|
+
"bytesInOutput": 1132
|
|
5136
5166
|
},
|
|
5137
5167
|
"src/middleware/logger.ts": {
|
|
5138
5168
|
"bytesInOutput": 698
|
|
@@ -5288,7 +5318,7 @@
|
|
|
5288
5318
|
"bytesInOutput": 1668
|
|
5289
5319
|
},
|
|
5290
5320
|
"src/services/ClaudeCliExecutor.ts": {
|
|
5291
|
-
"bytesInOutput":
|
|
5321
|
+
"bytesInOutput": 4137
|
|
5292
5322
|
},
|
|
5293
5323
|
"src/handlers/BaseWorkHandler.ts": {
|
|
5294
5324
|
"bytesInOutput": 18001
|
|
@@ -5297,7 +5327,7 @@
|
|
|
5297
5327
|
"bytesInOutput": 3289
|
|
5298
5328
|
},
|
|
5299
5329
|
"src/handlers/ProjectReviewHandler.ts": {
|
|
5300
|
-
"bytesInOutput":
|
|
5330
|
+
"bytesInOutput": 16946
|
|
5301
5331
|
},
|
|
5302
5332
|
"src/handlers/CodeReviewHandler.ts": {
|
|
5303
5333
|
"bytesInOutput": 582
|
|
@@ -5552,19 +5582,19 @@
|
|
|
5552
5582
|
"bytesInOutput": 51
|
|
5553
5583
|
},
|
|
5554
5584
|
"src/handlers/DevelopmentPlanningHandler.ts": {
|
|
5555
|
-
"bytesInOutput":
|
|
5585
|
+
"bytesInOutput": 41612
|
|
5556
5586
|
},
|
|
5557
5587
|
"src/services/TaskImplementationExecutor.ts": {
|
|
5558
|
-
"bytesInOutput":
|
|
5588
|
+
"bytesInOutput": 5780
|
|
5559
5589
|
},
|
|
5560
5590
|
"src/handlers/StoryImplementationHandler.ts": {
|
|
5561
5591
|
"bytesInOutput": 13638
|
|
5562
5592
|
},
|
|
5563
5593
|
"src/handlers/ReviewApplicationHandler.ts": {
|
|
5564
|
-
"bytesInOutput":
|
|
5594
|
+
"bytesInOutput": 17999
|
|
5565
5595
|
},
|
|
5566
5596
|
"src/handlers/StoryTaskGeneratorHandler.ts": {
|
|
5567
|
-
"bytesInOutput":
|
|
5597
|
+
"bytesInOutput": 12090
|
|
5568
5598
|
},
|
|
5569
5599
|
"src/handlers/HandlerFactory.ts": {
|
|
5570
5600
|
"bytesInOutput": 1739
|
|
@@ -5639,7 +5669,7 @@
|
|
|
5639
5669
|
"bytesInOutput": 3712
|
|
5640
5670
|
}
|
|
5641
5671
|
},
|
|
5642
|
-
"bytes":
|
|
5672
|
+
"bytes": 1603885
|
|
5643
5673
|
}
|
|
5644
5674
|
}
|
|
5645
5675
|
}
|