@task-shepherd/agent 1.0.35 → 1.0.37

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": 215930,
865
+ "bytes": 248458,
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": 12534,
876
+ "bytes": 18294,
877
877
  "imports": [
878
878
  {
879
879
  "path": "graphql-request",
@@ -1119,8 +1119,75 @@
1119
1119
  ],
1120
1120
  "format": "esm"
1121
1121
  },
1122
+ "src/utils/configPath.ts": {
1123
+ "bytes": 2238,
1124
+ "imports": [
1125
+ {
1126
+ "path": "path",
1127
+ "kind": "import-statement",
1128
+ "external": true
1129
+ },
1130
+ {
1131
+ "path": "os",
1132
+ "kind": "import-statement",
1133
+ "external": true
1134
+ }
1135
+ ],
1136
+ "format": "esm"
1137
+ },
1138
+ "src/types/organization.ts": {
1139
+ "bytes": 6548,
1140
+ "imports": [],
1141
+ "format": "esm"
1142
+ },
1143
+ "src/services/OrganizationManager.ts": {
1144
+ "bytes": 60108,
1145
+ "imports": [
1146
+ {
1147
+ "path": "events",
1148
+ "kind": "import-statement",
1149
+ "external": true
1150
+ },
1151
+ {
1152
+ "path": "fs/promises",
1153
+ "kind": "import-statement",
1154
+ "external": true
1155
+ },
1156
+ {
1157
+ "path": "path",
1158
+ "kind": "import-statement",
1159
+ "external": true
1160
+ },
1161
+ {
1162
+ "path": "src/middleware/logger.ts",
1163
+ "kind": "import-statement",
1164
+ "original": "../middleware/logger"
1165
+ },
1166
+ {
1167
+ "path": "src/utils/configPath.ts",
1168
+ "kind": "import-statement",
1169
+ "original": "../utils/configPath"
1170
+ },
1171
+ {
1172
+ "path": "src/services/GraphQLHttpClient.ts",
1173
+ "kind": "import-statement",
1174
+ "original": "./GraphQLHttpClient"
1175
+ },
1176
+ {
1177
+ "path": "src/graphql/TypedGraphQLClient.ts",
1178
+ "kind": "import-statement",
1179
+ "original": "../graphql/TypedGraphQLClient"
1180
+ },
1181
+ {
1182
+ "path": "src/types/organization.ts",
1183
+ "kind": "import-statement",
1184
+ "original": "../types/organization"
1185
+ }
1186
+ ],
1187
+ "format": "esm"
1188
+ },
1122
1189
  "src/services/WorkspaceMappingService.ts": {
1123
- "bytes": 8280,
1190
+ "bytes": 10309,
1124
1191
  "imports": [
1125
1192
  {
1126
1193
  "path": "fs/promises",
@@ -1141,12 +1208,17 @@
1141
1208
  "path": "src/services/GraphQLHttpClient.ts",
1142
1209
  "kind": "import-statement",
1143
1210
  "original": "./GraphQLHttpClient"
1211
+ },
1212
+ {
1213
+ "path": "src/services/OrganizationManager.ts",
1214
+ "kind": "import-statement",
1215
+ "original": "./OrganizationManager"
1144
1216
  }
1145
1217
  ],
1146
1218
  "format": "esm"
1147
1219
  },
1148
- "src/services/ProjectMappingService.ts": {
1149
- "bytes": 7008,
1220
+ "src/services/ServiceMappingService.ts": {
1221
+ "bytes": 7653,
1150
1222
  "imports": [
1151
1223
  {
1152
1224
  "path": "fs/promises",
@@ -1167,7 +1239,7 @@
1167
1239
  "format": "esm"
1168
1240
  },
1169
1241
  "src/handlers/ProjectReviewHandler.ts": {
1170
- "bytes": 30607,
1242
+ "bytes": 29813,
1171
1243
  "imports": [
1172
1244
  {
1173
1245
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -1200,9 +1272,9 @@
1200
1272
  "original": "../services/WorkspaceMappingService"
1201
1273
  },
1202
1274
  {
1203
- "path": "src/services/ProjectMappingService.ts",
1275
+ "path": "src/services/ServiceMappingService.ts",
1204
1276
  "kind": "import-statement",
1205
- "original": "../services/ProjectMappingService"
1277
+ "original": "../services/ServiceMappingService"
1206
1278
  }
1207
1279
  ],
1208
1280
  "format": "esm"
@@ -2540,8 +2612,13 @@
2540
2612
  "imports": [],
2541
2613
  "format": "esm"
2542
2614
  },
2615
+ "node_modules/@task-shepherd/shared/dist/work-queue/TaskDependencyGraph.js": {
2616
+ "bytes": 10030,
2617
+ "imports": [],
2618
+ "format": "esm"
2619
+ },
2543
2620
  "node_modules/@task-shepherd/shared/dist/work-queue/index.js": {
2544
- "bytes": 204,
2621
+ "bytes": 246,
2545
2622
  "imports": [
2546
2623
  {
2547
2624
  "path": "node_modules/@task-shepherd/shared/dist/work-queue/types.js",
@@ -2552,12 +2629,17 @@
2552
2629
  "path": "node_modules/@task-shepherd/shared/dist/work-queue/validation.js",
2553
2630
  "kind": "import-statement",
2554
2631
  "original": "./validation.js"
2632
+ },
2633
+ {
2634
+ "path": "node_modules/@task-shepherd/shared/dist/work-queue/TaskDependencyGraph.js",
2635
+ "kind": "import-statement",
2636
+ "original": "./TaskDependencyGraph.js"
2555
2637
  }
2556
2638
  ],
2557
2639
  "format": "esm"
2558
2640
  },
2559
2641
  "node_modules/@task-shepherd/shared/dist/index.js": {
2560
- "bytes": 626,
2642
+ "bytes": 687,
2561
2643
  "imports": [
2562
2644
  {
2563
2645
  "path": "node_modules/@task-shepherd/shared/dist/schema/index.js",
@@ -2588,12 +2670,17 @@
2588
2670
  "path": "node_modules/@task-shepherd/shared/dist/workspace/index.js",
2589
2671
  "kind": "import-statement",
2590
2672
  "original": "./workspace/index.js"
2673
+ },
2674
+ {
2675
+ "path": "node_modules/@task-shepherd/shared/dist/work-queue/index.js",
2676
+ "kind": "import-statement",
2677
+ "original": "./work-queue/index.js"
2591
2678
  }
2592
2679
  ],
2593
2680
  "format": "esm"
2594
2681
  },
2595
2682
  "src/handlers/DevelopmentPlanningHandler.ts": {
2596
- "bytes": 89427,
2683
+ "bytes": 88560,
2597
2684
  "imports": [
2598
2685
  {
2599
2686
  "path": "node_modules/@task-shepherd/shared/dist/index.js",
@@ -2631,15 +2718,36 @@
2631
2718
  "original": "../services/WorkspaceMappingService"
2632
2719
  },
2633
2720
  {
2634
- "path": "src/services/ProjectMappingService.ts",
2721
+ "path": "src/services/ServiceMappingService.ts",
2635
2722
  "kind": "import-statement",
2636
- "original": "../services/ProjectMappingService"
2723
+ "original": "../services/ServiceMappingService"
2724
+ }
2725
+ ],
2726
+ "format": "esm"
2727
+ },
2728
+ "src/services/TaskImplementationExecutor.ts": {
2729
+ "bytes": 14137,
2730
+ "imports": [
2731
+ {
2732
+ "path": "src/middleware/logger.ts",
2733
+ "kind": "import-statement",
2734
+ "original": "../middleware/logger"
2735
+ },
2736
+ {
2737
+ "path": "src/services/ClaudeCliExecutor.ts",
2738
+ "kind": "import-statement",
2739
+ "original": "./ClaudeCliExecutor"
2740
+ },
2741
+ {
2742
+ "path": "../graphql/TypedGraphQLClient",
2743
+ "kind": "import-statement",
2744
+ "external": true
2637
2745
  }
2638
2746
  ],
2639
2747
  "format": "esm"
2640
2748
  },
2641
2749
  "src/handlers/StoryImplementationHandler.ts": {
2642
- "bytes": 2797,
2750
+ "bytes": 29078,
2643
2751
  "imports": [
2644
2752
  {
2645
2753
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -2647,20 +2755,45 @@
2647
2755
  "original": "./BaseWorkHandler"
2648
2756
  },
2649
2757
  {
2650
- "path": "@task-shepherd/shared",
2758
+ "path": "node_modules/@task-shepherd/shared/dist/index.js",
2651
2759
  "kind": "import-statement",
2652
- "external": true
2760
+ "original": "@task-shepherd/shared"
2653
2761
  },
2654
2762
  {
2655
2763
  "path": "src/middleware/logger.ts",
2656
2764
  "kind": "import-statement",
2657
2765
  "original": "../middleware/logger"
2766
+ },
2767
+ {
2768
+ "path": "src/services/WorkspaceMappingService.ts",
2769
+ "kind": "import-statement",
2770
+ "original": "../services/WorkspaceMappingService"
2771
+ },
2772
+ {
2773
+ "path": "src/services/ServiceMappingService.ts",
2774
+ "kind": "import-statement",
2775
+ "original": "../services/ServiceMappingService"
2776
+ },
2777
+ {
2778
+ "path": "src/services/TaskImplementationExecutor.ts",
2779
+ "kind": "import-statement",
2780
+ "original": "../services/TaskImplementationExecutor"
2781
+ },
2782
+ {
2783
+ "path": "../graphql/generated",
2784
+ "kind": "import-statement",
2785
+ "external": true
2786
+ },
2787
+ {
2788
+ "path": "src/services/TaskImplementationExecutor.ts",
2789
+ "kind": "import-statement",
2790
+ "original": "../services/TaskImplementationExecutor"
2658
2791
  }
2659
2792
  ],
2660
2793
  "format": "esm"
2661
2794
  },
2662
2795
  "src/handlers/ReviewApplicationHandler.ts": {
2663
- "bytes": 35120,
2796
+ "bytes": 34322,
2664
2797
  "imports": [
2665
2798
  {
2666
2799
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -2693,15 +2826,15 @@
2693
2826
  "original": "../services/WorkspaceMappingService"
2694
2827
  },
2695
2828
  {
2696
- "path": "src/services/ProjectMappingService.ts",
2829
+ "path": "src/services/ServiceMappingService.ts",
2697
2830
  "kind": "import-statement",
2698
- "original": "../services/ProjectMappingService"
2831
+ "original": "../services/ServiceMappingService"
2699
2832
  }
2700
2833
  ],
2701
2834
  "format": "esm"
2702
2835
  },
2703
2836
  "src/handlers/StoryTaskGeneratorHandler.ts": {
2704
- "bytes": 20615,
2837
+ "bytes": 19813,
2705
2838
  "imports": [
2706
2839
  {
2707
2840
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -2734,9 +2867,9 @@
2734
2867
  "original": "../services/WorkspaceMappingService"
2735
2868
  },
2736
2869
  {
2737
- "path": "src/services/ProjectMappingService.ts",
2870
+ "path": "src/services/ServiceMappingService.ts",
2738
2871
  "kind": "import-statement",
2739
- "original": "../services/ProjectMappingService"
2872
+ "original": "../services/ServiceMappingService"
2740
2873
  }
2741
2874
  ],
2742
2875
  "format": "esm"
@@ -2828,22 +2961,6 @@
2828
2961
  ],
2829
2962
  "format": "esm"
2830
2963
  },
2831
- "src/utils/configPath.ts": {
2832
- "bytes": 2238,
2833
- "imports": [
2834
- {
2835
- "path": "path",
2836
- "kind": "import-statement",
2837
- "external": true
2838
- },
2839
- {
2840
- "path": "os",
2841
- "kind": "import-statement",
2842
- "external": true
2843
- }
2844
- ],
2845
- "format": "esm"
2846
- },
2847
2964
  "src/services/CompletedWorkService.ts": {
2848
2965
  "bytes": 7476,
2849
2966
  "imports": [
@@ -3041,57 +3158,6 @@
3041
3158
  ],
3042
3159
  "format": "esm"
3043
3160
  },
3044
- "src/types/organization.ts": {
3045
- "bytes": 6548,
3046
- "imports": [],
3047
- "format": "esm"
3048
- },
3049
- "src/services/OrganizationManager.ts": {
3050
- "bytes": 60108,
3051
- "imports": [
3052
- {
3053
- "path": "events",
3054
- "kind": "import-statement",
3055
- "external": true
3056
- },
3057
- {
3058
- "path": "fs/promises",
3059
- "kind": "import-statement",
3060
- "external": true
3061
- },
3062
- {
3063
- "path": "path",
3064
- "kind": "import-statement",
3065
- "external": true
3066
- },
3067
- {
3068
- "path": "src/middleware/logger.ts",
3069
- "kind": "import-statement",
3070
- "original": "../middleware/logger"
3071
- },
3072
- {
3073
- "path": "src/utils/configPath.ts",
3074
- "kind": "import-statement",
3075
- "original": "../utils/configPath"
3076
- },
3077
- {
3078
- "path": "src/services/GraphQLHttpClient.ts",
3079
- "kind": "import-statement",
3080
- "original": "./GraphQLHttpClient"
3081
- },
3082
- {
3083
- "path": "src/graphql/TypedGraphQLClient.ts",
3084
- "kind": "import-statement",
3085
- "original": "../graphql/TypedGraphQLClient"
3086
- },
3087
- {
3088
- "path": "src/types/organization.ts",
3089
- "kind": "import-statement",
3090
- "original": "../types/organization"
3091
- }
3092
- ],
3093
- "format": "esm"
3094
- },
3095
3161
  "src/utils/errorSerializer.ts": {
3096
3162
  "bytes": 4796,
3097
3163
  "imports": [],
@@ -3220,44 +3286,44 @@
3220
3286
  ],
3221
3287
  "format": "esm"
3222
3288
  },
3223
- "src/controllers/ProjectMappingController.ts": {
3224
- "bytes": 6683,
3289
+ "src/services/ProjectMappingService.ts": {
3290
+ "bytes": 7008,
3225
3291
  "imports": [
3226
3292
  {
3227
- "path": "express",
3293
+ "path": "fs/promises",
3228
3294
  "kind": "import-statement",
3229
3295
  "external": true
3230
3296
  },
3231
3297
  {
3232
- "path": "src/middleware/logger.ts",
3298
+ "path": "path",
3233
3299
  "kind": "import-statement",
3234
- "original": "../middleware/logger"
3300
+ "external": true
3235
3301
  },
3236
3302
  {
3237
- "path": "src/services/ProjectMappingService.ts",
3303
+ "path": "src/middleware/logger.ts",
3238
3304
  "kind": "import-statement",
3239
- "original": "../services/ProjectMappingService"
3305
+ "original": "../middleware/logger"
3240
3306
  }
3241
3307
  ],
3242
3308
  "format": "esm"
3243
3309
  },
3244
- "src/services/ServiceMappingService.ts": {
3245
- "bytes": 7653,
3310
+ "src/controllers/ProjectMappingController.ts": {
3311
+ "bytes": 6683,
3246
3312
  "imports": [
3247
3313
  {
3248
- "path": "fs/promises",
3314
+ "path": "express",
3249
3315
  "kind": "import-statement",
3250
3316
  "external": true
3251
3317
  },
3252
3318
  {
3253
- "path": "path",
3319
+ "path": "src/middleware/logger.ts",
3254
3320
  "kind": "import-statement",
3255
- "external": true
3321
+ "original": "../middleware/logger"
3256
3322
  },
3257
3323
  {
3258
- "path": "src/middleware/logger.ts",
3324
+ "path": "src/services/ProjectMappingService.ts",
3259
3325
  "kind": "import-statement",
3260
- "original": "../middleware/logger"
3326
+ "original": "../services/ProjectMappingService"
3261
3327
  }
3262
3328
  ],
3263
3329
  "format": "esm"
@@ -3956,72 +4022,72 @@
3956
4022
  "external": true
3957
4023
  },
3958
4024
  {
3959
- "path": "fs/promises",
4025
+ "path": "events",
3960
4026
  "kind": "require-call",
3961
4027
  "external": true
3962
4028
  },
3963
4029
  {
3964
- "path": "path",
4030
+ "path": "fs/promises",
3965
4031
  "kind": "require-call",
3966
4032
  "external": true
3967
4033
  },
3968
4034
  {
3969
- "path": "graphql",
4035
+ "path": "path",
3970
4036
  "kind": "require-call",
3971
4037
  "external": true
3972
4038
  },
3973
4039
  {
3974
- "path": "fs",
4040
+ "path": "path",
3975
4041
  "kind": "require-call",
3976
4042
  "external": true
3977
4043
  },
3978
4044
  {
3979
- "path": "path",
4045
+ "path": "os",
3980
4046
  "kind": "require-call",
3981
4047
  "external": true
3982
4048
  },
3983
4049
  {
3984
- "path": "path",
4050
+ "path": "fs/promises",
3985
4051
  "kind": "require-call",
3986
4052
  "external": true
3987
4053
  },
3988
4054
  {
3989
- "path": "os",
4055
+ "path": "path",
3990
4056
  "kind": "require-call",
3991
4057
  "external": true
3992
4058
  },
3993
4059
  {
3994
- "path": "net",
4060
+ "path": "graphql",
3995
4061
  "kind": "require-call",
3996
4062
  "external": true
3997
4063
  },
3998
4064
  {
3999
- "path": "events",
4065
+ "path": "fs",
4000
4066
  "kind": "require-call",
4001
4067
  "external": true
4002
4068
  },
4003
4069
  {
4004
- "path": "child_process",
4070
+ "path": "path",
4005
4071
  "kind": "require-call",
4006
4072
  "external": true
4007
4073
  },
4008
4074
  {
4009
- "path": "fs",
4075
+ "path": "net",
4010
4076
  "kind": "require-call",
4011
4077
  "external": true
4012
4078
  },
4013
4079
  {
4014
- "path": "path",
4080
+ "path": "events",
4015
4081
  "kind": "require-call",
4016
4082
  "external": true
4017
4083
  },
4018
4084
  {
4019
- "path": "events",
4085
+ "path": "child_process",
4020
4086
  "kind": "require-call",
4021
4087
  "external": true
4022
4088
  },
4023
4089
  {
4024
- "path": "fs/promises",
4090
+ "path": "fs",
4025
4091
  "kind": "require-call",
4026
4092
  "external": true
4027
4093
  },
@@ -4232,10 +4298,10 @@
4232
4298
  "bytesInOutput": 17936
4233
4299
  },
4234
4300
  "src/graphql/TypedGraphQLClient.ts": {
4235
- "bytesInOutput": 5393
4301
+ "bytesInOutput": 7641
4236
4302
  },
4237
4303
  "src/graphql/generated.ts": {
4238
- "bytesInOutput": 23554
4304
+ "bytesInOutput": 34301
4239
4305
  },
4240
4306
  "src/services/WorkItemErrorTracker.ts": {
4241
4307
  "bytesInOutput": 8192
@@ -4250,13 +4316,22 @@
4250
4316
  "bytesInOutput": 1636
4251
4317
  },
4252
4318
  "src/handlers/ProjectReviewHandler.ts": {
4253
- "bytesInOutput": 16951
4319
+ "bytesInOutput": 16609
4254
4320
  },
4255
4321
  "src/services/WorkspaceMappingService.ts": {
4256
- "bytesInOutput": 3574
4322
+ "bytesInOutput": 4385
4257
4323
  },
4258
- "src/services/ProjectMappingService.ts": {
4259
- "bytesInOutput": 3027
4324
+ "src/services/OrganizationManager.ts": {
4325
+ "bytesInOutput": 27057
4326
+ },
4327
+ "src/utils/configPath.ts": {
4328
+ "bytesInOutput": 255
4329
+ },
4330
+ "src/types/organization.ts": {
4331
+ "bytesInOutput": 458
4332
+ },
4333
+ "src/services/ServiceMappingService.ts": {
4334
+ "bytesInOutput": 3258
4260
4335
  },
4261
4336
  "src/handlers/CodeReviewHandler.ts": {
4262
4337
  "bytesInOutput": 549
@@ -4492,17 +4567,23 @@
4492
4567
  "node_modules/@task-shepherd/shared/dist/work-queue/index.js": {
4493
4568
  "bytesInOutput": 0
4494
4569
  },
4570
+ "node_modules/@task-shepherd/shared/dist/work-queue/TaskDependencyGraph.js": {
4571
+ "bytesInOutput": 2540
4572
+ },
4495
4573
  "src/handlers/DevelopmentPlanningHandler.ts": {
4496
- "bytesInOutput": 41863
4574
+ "bytesInOutput": 41521
4497
4575
  },
4498
4576
  "src/handlers/StoryImplementationHandler.ts": {
4499
- "bytesInOutput": 655
4577
+ "bytesInOutput": 13577
4578
+ },
4579
+ "src/services/TaskImplementationExecutor.ts": {
4580
+ "bytesInOutput": 5720
4500
4581
  },
4501
4582
  "src/handlers/ReviewApplicationHandler.ts": {
4502
- "bytesInOutput": 18265
4583
+ "bytesInOutput": 17913
4503
4584
  },
4504
4585
  "src/handlers/StoryTaskGeneratorHandler.ts": {
4505
- "bytesInOutput": 12368
4586
+ "bytesInOutput": 12026
4506
4587
  },
4507
4588
  "src/handlers/HandlerFactory.ts": {
4508
4589
  "bytesInOutput": 1681
@@ -4510,9 +4591,6 @@
4510
4591
  "src/services/CompletedWorkService.ts": {
4511
4592
  "bytesInOutput": 3201
4512
4593
  },
4513
- "src/utils/configPath.ts": {
4514
- "bytesInOutput": 255
4515
- },
4516
4594
  "src/services/MainApiIntegration.ts": {
4517
4595
  "bytesInOutput": 3985
4518
4596
  },
@@ -4531,12 +4609,6 @@
4531
4609
  "src/services/TokenUsageTracker.ts": {
4532
4610
  "bytesInOutput": 4254
4533
4611
  },
4534
- "src/services/OrganizationManager.ts": {
4535
- "bytesInOutput": 27009
4536
- },
4537
- "src/types/organization.ts": {
4538
- "bytesInOutput": 458
4539
- },
4540
4612
  "src/services/MultiOrganizationWorkerService.ts": {
4541
4613
  "bytesInOutput": 10027
4542
4614
  },
@@ -4552,14 +4624,14 @@
4552
4624
  "src/controllers/ProjectMappingController.ts": {
4553
4625
  "bytesInOutput": 3029
4554
4626
  },
4627
+ "src/services/ProjectMappingService.ts": {
4628
+ "bytesInOutput": 3027
4629
+ },
4555
4630
  "src/controllers/ServiceMappingController.ts": {
4556
4631
  "bytesInOutput": 3719
4557
- },
4558
- "src/services/ServiceMappingService.ts": {
4559
- "bytesInOutput": 3258
4560
4632
  }
4561
4633
  },
4562
- "bytes": 1502906
4634
+ "bytes": 1536564
4563
4635
  },
4564
4636
  "dist/cli/index.js": {
4565
4637
  "imports": [
@@ -4639,32 +4711,32 @@
4639
4711
  "external": true
4640
4712
  },
4641
4713
  {
4642
- "path": "fs/promises",
4714
+ "path": "path",
4643
4715
  "kind": "require-call",
4644
4716
  "external": true
4645
4717
  },
4646
4718
  {
4647
- "path": "path",
4719
+ "path": "os",
4648
4720
  "kind": "require-call",
4649
4721
  "external": true
4650
4722
  },
4651
4723
  {
4652
- "path": "path",
4724
+ "path": "graphql-request",
4653
4725
  "kind": "require-call",
4654
4726
  "external": true
4655
4727
  },
4656
4728
  {
4657
- "path": "os",
4729
+ "path": "events",
4658
4730
  "kind": "require-call",
4659
4731
  "external": true
4660
4732
  },
4661
4733
  {
4662
- "path": "graphql-request",
4734
+ "path": "fs/promises",
4663
4735
  "kind": "require-call",
4664
4736
  "external": true
4665
4737
  },
4666
4738
  {
4667
- "path": "events",
4739
+ "path": "path",
4668
4740
  "kind": "require-call",
4669
4741
  "external": true
4670
4742
  },
@@ -5080,23 +5152,23 @@
5080
5152
  "src/services/TokenUsageTracker.ts": {
5081
5153
  "bytesInOutput": 4282
5082
5154
  },
5083
- "src/services/WorkspaceMappingService.ts": {
5084
- "bytesInOutput": 3605
5085
- },
5086
5155
  "src/utils/configPath.ts": {
5087
5156
  "bytesInOutput": 284
5088
5157
  },
5089
5158
  "src/graphql/generated.ts": {
5090
- "bytesInOutput": 23614
5159
+ "bytesInOutput": 34379
5091
5160
  },
5092
5161
  "src/graphql/TypedGraphQLClient.ts": {
5093
- "bytesInOutput": 5425
5162
+ "bytesInOutput": 7673
5094
5163
  },
5095
5164
  "src/types/organization.ts": {
5096
5165
  "bytesInOutput": 495
5097
5166
  },
5098
5167
  "src/services/OrganizationManager.ts": {
5099
- "bytesInOutput": 27120
5168
+ "bytesInOutput": 27106
5169
+ },
5170
+ "src/services/WorkspaceMappingService.ts": {
5171
+ "bytesInOutput": 4421
5100
5172
  },
5101
5173
  "src/config/ConfigLoader.ts": {
5102
5174
  "bytesInOutput": 5697
@@ -5195,7 +5267,7 @@
5195
5267
  "bytesInOutput": 731
5196
5268
  },
5197
5269
  "../../node_modules/node-fetch/lib/index.js": {
5198
- "bytesInOutput": 19163
5270
+ "bytesInOutput": 19157
5199
5271
  },
5200
5272
  "src/services/HttpClient.ts": {
5201
5273
  "bytesInOutput": 4292
@@ -5216,16 +5288,16 @@
5216
5288
  "bytesInOutput": 1668
5217
5289
  },
5218
5290
  "src/services/ClaudeCliExecutor.ts": {
5219
- "bytesInOutput": 4124
5291
+ "bytesInOutput": 4108
5220
5292
  },
5221
5293
  "src/handlers/BaseWorkHandler.ts": {
5222
5294
  "bytesInOutput": 18001
5223
5295
  },
5224
- "src/services/ProjectMappingService.ts": {
5225
- "bytesInOutput": 3058
5296
+ "src/services/ServiceMappingService.ts": {
5297
+ "bytesInOutput": 3289
5226
5298
  },
5227
5299
  "src/handlers/ProjectReviewHandler.ts": {
5228
- "bytesInOutput": 16999
5300
+ "bytesInOutput": 16657
5229
5301
  },
5230
5302
  "src/handlers/CodeReviewHandler.ts": {
5231
5303
  "bytesInOutput": 582
@@ -5267,7 +5339,7 @@
5267
5339
  "bytesInOutput": 49
5268
5340
  },
5269
5341
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
5270
- "bytesInOutput": 24522
5342
+ "bytesInOutput": 24558
5271
5343
  },
5272
5344
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js": {
5273
5345
  "bytesInOutput": 5591
@@ -5402,7 +5474,7 @@
5402
5474
  "bytesInOutput": 751
5403
5475
  },
5404
5476
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/api.js": {
5405
- "bytesInOutput": 9690
5477
+ "bytesInOutput": 9691
5406
5478
  },
5407
5479
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/function.js": {
5408
5480
  "bytesInOutput": 1300
@@ -5414,7 +5486,7 @@
5414
5486
  "bytesInOutput": 27
5415
5487
  },
5416
5488
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js": {
5417
- "bytesInOutput": 4403
5489
+ "bytesInOutput": 4404
5418
5490
  },
5419
5491
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/checks.js": {
5420
5492
  "bytesInOutput": 21
@@ -5429,7 +5501,7 @@
5429
5501
  "bytesInOutput": 78
5430
5502
  },
5431
5503
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/schemas.js": {
5432
- "bytesInOutput": 14821
5504
+ "bytesInOutput": 14823
5433
5505
  },
5434
5506
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/compat.js": {
5435
5507
  "bytesInOutput": 425
@@ -5470,23 +5542,29 @@
5470
5542
  "node_modules/@task-shepherd/shared/dist/work-queue/validation.js": {
5471
5543
  "bytesInOutput": 17
5472
5544
  },
5545
+ "node_modules/@task-shepherd/shared/dist/work-queue/TaskDependencyGraph.js": {
5546
+ "bytesInOutput": 2555
5547
+ },
5473
5548
  "node_modules/@task-shepherd/shared/dist/work-queue/index.js": {
5474
- "bytesInOutput": 26
5549
+ "bytesInOutput": 31
5475
5550
  },
5476
5551
  "node_modules/@task-shepherd/shared/dist/index.js": {
5477
- "bytesInOutput": 46
5552
+ "bytesInOutput": 51
5478
5553
  },
5479
5554
  "src/handlers/DevelopmentPlanningHandler.ts": {
5480
- "bytesInOutput": 41916
5555
+ "bytesInOutput": 41574
5556
+ },
5557
+ "src/services/TaskImplementationExecutor.ts": {
5558
+ "bytesInOutput": 5759
5481
5559
  },
5482
5560
  "src/handlers/StoryImplementationHandler.ts": {
5483
- "bytesInOutput": 688
5561
+ "bytesInOutput": 13638
5484
5562
  },
5485
5563
  "src/handlers/ReviewApplicationHandler.ts": {
5486
- "bytesInOutput": 18313
5564
+ "bytesInOutput": 17961
5487
5565
  },
5488
5566
  "src/handlers/StoryTaskGeneratorHandler.ts": {
5489
- "bytesInOutput": 12416
5567
+ "bytesInOutput": 12074
5490
5568
  },
5491
5569
  "src/handlers/HandlerFactory.ts": {
5492
5570
  "bytesInOutput": 1739
@@ -5527,17 +5605,17 @@
5527
5605
  "src/services/MultiOrganizationWorkerService.ts": {
5528
5606
  "bytesInOutput": 10064
5529
5607
  },
5608
+ "src/services/ProjectMappingService.ts": {
5609
+ "bytesInOutput": 3058
5610
+ },
5530
5611
  "src/controllers/ProjectMappingController.ts": {
5531
5612
  "bytesInOutput": 3062
5532
5613
  },
5533
- "src/services/ServiceMappingService.ts": {
5534
- "bytesInOutput": 3289
5535
- },
5536
5614
  "src/controllers/ServiceMappingController.ts": {
5537
5615
  "bytesInOutput": 3752
5538
5616
  },
5539
5617
  "src/index.ts": {
5540
- "bytesInOutput": 35902
5618
+ "bytesInOutput": 35899
5541
5619
  },
5542
5620
  "src/cli/commands/OrganizationCommands.ts": {
5543
5621
  "bytesInOutput": 9476
@@ -5561,7 +5639,7 @@
5561
5639
  "bytesInOutput": 3712
5562
5640
  }
5563
5641
  },
5564
- "bytes": 1569652
5642
+ "bytes": 1603378
5565
5643
  }
5566
5644
  }
5567
5645
  }