@task-shepherd/agent 1.0.34 → 1.0.35

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
@@ -1068,8 +1068,106 @@
1068
1068
  ],
1069
1069
  "format": "esm"
1070
1070
  },
1071
+ "package.json": {
1072
+ "bytes": 4189,
1073
+ "imports": []
1074
+ },
1075
+ "src/services/AgentVersionService.ts": {
1076
+ "bytes": 2921,
1077
+ "imports": [
1078
+ {
1079
+ "path": "../types/version",
1080
+ "kind": "import-statement",
1081
+ "external": true
1082
+ },
1083
+ {
1084
+ "path": "src/middleware/logger.ts",
1085
+ "kind": "import-statement",
1086
+ "original": "../middleware/logger"
1087
+ },
1088
+ {
1089
+ "path": "package.json",
1090
+ "kind": "require-call",
1091
+ "original": "../../package.json"
1092
+ }
1093
+ ],
1094
+ "format": "esm"
1095
+ },
1096
+ "src/services/GraphQLHttpClient.ts": {
1097
+ "bytes": 16362,
1098
+ "imports": [
1099
+ {
1100
+ "path": "events",
1101
+ "kind": "import-statement",
1102
+ "external": true
1103
+ },
1104
+ {
1105
+ "path": "src/middleware/logger.ts",
1106
+ "kind": "import-statement",
1107
+ "original": "../middleware/logger"
1108
+ },
1109
+ {
1110
+ "path": "src/config/ConfigurationManager.ts",
1111
+ "kind": "import-statement",
1112
+ "original": "../config/ConfigurationManager"
1113
+ },
1114
+ {
1115
+ "path": "src/services/AgentVersionService.ts",
1116
+ "kind": "import-statement",
1117
+ "original": "./AgentVersionService"
1118
+ }
1119
+ ],
1120
+ "format": "esm"
1121
+ },
1122
+ "src/services/WorkspaceMappingService.ts": {
1123
+ "bytes": 8280,
1124
+ "imports": [
1125
+ {
1126
+ "path": "fs/promises",
1127
+ "kind": "import-statement",
1128
+ "external": true
1129
+ },
1130
+ {
1131
+ "path": "path",
1132
+ "kind": "import-statement",
1133
+ "external": true
1134
+ },
1135
+ {
1136
+ "path": "src/middleware/logger.ts",
1137
+ "kind": "import-statement",
1138
+ "original": "../middleware/logger"
1139
+ },
1140
+ {
1141
+ "path": "src/services/GraphQLHttpClient.ts",
1142
+ "kind": "import-statement",
1143
+ "original": "./GraphQLHttpClient"
1144
+ }
1145
+ ],
1146
+ "format": "esm"
1147
+ },
1148
+ "src/services/ProjectMappingService.ts": {
1149
+ "bytes": 7008,
1150
+ "imports": [
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
+ "format": "esm"
1168
+ },
1071
1169
  "src/handlers/ProjectReviewHandler.ts": {
1072
- "bytes": 28243,
1170
+ "bytes": 30607,
1073
1171
  "imports": [
1074
1172
  {
1075
1173
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -1095,6 +1193,16 @@
1095
1193
  "path": "../services/TCPIPCService",
1096
1194
  "kind": "import-statement",
1097
1195
  "external": true
1196
+ },
1197
+ {
1198
+ "path": "src/services/WorkspaceMappingService.ts",
1199
+ "kind": "import-statement",
1200
+ "original": "../services/WorkspaceMappingService"
1201
+ },
1202
+ {
1203
+ "path": "src/services/ProjectMappingService.ts",
1204
+ "kind": "import-statement",
1205
+ "original": "../services/ProjectMappingService"
1098
1206
  }
1099
1207
  ],
1100
1208
  "format": "esm"
@@ -2338,7 +2446,7 @@
2338
2446
  "format": "esm"
2339
2447
  },
2340
2448
  "node_modules/@task-shepherd/shared/dist/workspace/validation.js": {
2341
- "bytes": 17900,
2449
+ "bytes": 17960,
2342
2450
  "imports": [
2343
2451
  {
2344
2452
  "path": "node_modules/@task-shepherd/shared/node_modules/zod/index.js",
@@ -2484,85 +2592,8 @@
2484
2592
  ],
2485
2593
  "format": "esm"
2486
2594
  },
2487
- "package.json": {
2488
- "bytes": 4189,
2489
- "imports": []
2490
- },
2491
- "src/services/AgentVersionService.ts": {
2492
- "bytes": 2921,
2493
- "imports": [
2494
- {
2495
- "path": "../types/version",
2496
- "kind": "import-statement",
2497
- "external": true
2498
- },
2499
- {
2500
- "path": "src/middleware/logger.ts",
2501
- "kind": "import-statement",
2502
- "original": "../middleware/logger"
2503
- },
2504
- {
2505
- "path": "package.json",
2506
- "kind": "require-call",
2507
- "original": "../../package.json"
2508
- }
2509
- ],
2510
- "format": "esm"
2511
- },
2512
- "src/services/GraphQLHttpClient.ts": {
2513
- "bytes": 15745,
2514
- "imports": [
2515
- {
2516
- "path": "events",
2517
- "kind": "import-statement",
2518
- "external": true
2519
- },
2520
- {
2521
- "path": "src/middleware/logger.ts",
2522
- "kind": "import-statement",
2523
- "original": "../middleware/logger"
2524
- },
2525
- {
2526
- "path": "src/config/ConfigurationManager.ts",
2527
- "kind": "import-statement",
2528
- "original": "../config/ConfigurationManager"
2529
- },
2530
- {
2531
- "path": "src/services/AgentVersionService.ts",
2532
- "kind": "import-statement",
2533
- "original": "./AgentVersionService"
2534
- }
2535
- ],
2536
- "format": "esm"
2537
- },
2538
- "src/services/WorkspaceMappingService.ts": {
2539
- "bytes": 7958,
2540
- "imports": [
2541
- {
2542
- "path": "fs/promises",
2543
- "kind": "import-statement",
2544
- "external": true
2545
- },
2546
- {
2547
- "path": "path",
2548
- "kind": "import-statement",
2549
- "external": true
2550
- },
2551
- {
2552
- "path": "src/middleware/logger.ts",
2553
- "kind": "import-statement",
2554
- "original": "../middleware/logger"
2555
- },
2556
- {
2557
- "path": "src/services/GraphQLHttpClient.ts",
2558
- "kind": "import-statement",
2559
- "original": "./GraphQLHttpClient"
2560
- }
2561
- ],
2562
- "format": "esm"
2563
- },
2564
2595
  "src/handlers/DevelopmentPlanningHandler.ts": {
2565
- "bytes": 87387,
2596
+ "bytes": 89427,
2566
2597
  "imports": [
2567
2598
  {
2568
2599
  "path": "node_modules/@task-shepherd/shared/dist/index.js",
@@ -2598,6 +2629,11 @@
2598
2629
  "path": "src/services/WorkspaceMappingService.ts",
2599
2630
  "kind": "import-statement",
2600
2631
  "original": "../services/WorkspaceMappingService"
2632
+ },
2633
+ {
2634
+ "path": "src/services/ProjectMappingService.ts",
2635
+ "kind": "import-statement",
2636
+ "original": "../services/ProjectMappingService"
2601
2637
  }
2602
2638
  ],
2603
2639
  "format": "esm"
@@ -2624,7 +2660,7 @@
2624
2660
  "format": "esm"
2625
2661
  },
2626
2662
  "src/handlers/ReviewApplicationHandler.ts": {
2627
- "bytes": 32320,
2663
+ "bytes": 35120,
2628
2664
  "imports": [
2629
2665
  {
2630
2666
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -2650,12 +2686,22 @@
2650
2686
  "path": "../services/TCPIPCService",
2651
2687
  "kind": "import-statement",
2652
2688
  "external": true
2689
+ },
2690
+ {
2691
+ "path": "src/services/WorkspaceMappingService.ts",
2692
+ "kind": "import-statement",
2693
+ "original": "../services/WorkspaceMappingService"
2694
+ },
2695
+ {
2696
+ "path": "src/services/ProjectMappingService.ts",
2697
+ "kind": "import-statement",
2698
+ "original": "../services/ProjectMappingService"
2653
2699
  }
2654
2700
  ],
2655
2701
  "format": "esm"
2656
2702
  },
2657
2703
  "src/handlers/StoryTaskGeneratorHandler.ts": {
2658
- "bytes": 18162,
2704
+ "bytes": 20615,
2659
2705
  "imports": [
2660
2706
  {
2661
2707
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -2681,6 +2727,16 @@
2681
2727
  "path": "../services/TCPIPCService",
2682
2728
  "kind": "import-statement",
2683
2729
  "external": true
2730
+ },
2731
+ {
2732
+ "path": "src/services/WorkspaceMappingService.ts",
2733
+ "kind": "import-statement",
2734
+ "original": "../services/WorkspaceMappingService"
2735
+ },
2736
+ {
2737
+ "path": "src/services/ProjectMappingService.ts",
2738
+ "kind": "import-statement",
2739
+ "original": "../services/ProjectMappingService"
2684
2740
  }
2685
2741
  ],
2686
2742
  "format": "esm"
@@ -2991,7 +3047,7 @@
2991
3047
  "format": "esm"
2992
3048
  },
2993
3049
  "src/services/OrganizationManager.ts": {
2994
- "bytes": 55865,
3050
+ "bytes": 60108,
2995
3051
  "imports": [
2996
3052
  {
2997
3053
  "path": "events",
@@ -3164,8 +3220,71 @@
3164
3220
  ],
3165
3221
  "format": "esm"
3166
3222
  },
3223
+ "src/controllers/ProjectMappingController.ts": {
3224
+ "bytes": 6683,
3225
+ "imports": [
3226
+ {
3227
+ "path": "express",
3228
+ "kind": "import-statement",
3229
+ "external": true
3230
+ },
3231
+ {
3232
+ "path": "src/middleware/logger.ts",
3233
+ "kind": "import-statement",
3234
+ "original": "../middleware/logger"
3235
+ },
3236
+ {
3237
+ "path": "src/services/ProjectMappingService.ts",
3238
+ "kind": "import-statement",
3239
+ "original": "../services/ProjectMappingService"
3240
+ }
3241
+ ],
3242
+ "format": "esm"
3243
+ },
3244
+ "src/services/ServiceMappingService.ts": {
3245
+ "bytes": 7653,
3246
+ "imports": [
3247
+ {
3248
+ "path": "fs/promises",
3249
+ "kind": "import-statement",
3250
+ "external": true
3251
+ },
3252
+ {
3253
+ "path": "path",
3254
+ "kind": "import-statement",
3255
+ "external": true
3256
+ },
3257
+ {
3258
+ "path": "src/middleware/logger.ts",
3259
+ "kind": "import-statement",
3260
+ "original": "../middleware/logger"
3261
+ }
3262
+ ],
3263
+ "format": "esm"
3264
+ },
3265
+ "src/controllers/ServiceMappingController.ts": {
3266
+ "bytes": 8131,
3267
+ "imports": [
3268
+ {
3269
+ "path": "express",
3270
+ "kind": "import-statement",
3271
+ "external": true
3272
+ },
3273
+ {
3274
+ "path": "src/middleware/logger.ts",
3275
+ "kind": "import-statement",
3276
+ "original": "../middleware/logger"
3277
+ },
3278
+ {
3279
+ "path": "src/services/ServiceMappingService.ts",
3280
+ "kind": "import-statement",
3281
+ "original": "../services/ServiceMappingService"
3282
+ }
3283
+ ],
3284
+ "format": "esm"
3285
+ },
3167
3286
  "src/index.ts": {
3168
- "bytes": 87574,
3287
+ "bytes": 93360,
3169
3288
  "imports": [
3170
3289
  {
3171
3290
  "path": "dotenv",
@@ -3252,6 +3371,16 @@
3252
3371
  "kind": "import-statement",
3253
3372
  "original": "./handlers/HandlerFactory"
3254
3373
  },
3374
+ {
3375
+ "path": "src/controllers/ProjectMappingController.ts",
3376
+ "kind": "import-statement",
3377
+ "original": "./controllers/ProjectMappingController"
3378
+ },
3379
+ {
3380
+ "path": "src/controllers/ServiceMappingController.ts",
3381
+ "kind": "import-statement",
3382
+ "original": "./controllers/ServiceMappingController"
3383
+ },
3255
3384
  {
3256
3385
  "path": "src/services/GraphQLHttpClient.ts",
3257
3386
  "kind": "dynamic-import",
@@ -3817,7 +3946,12 @@
3817
3946
  "external": true
3818
3947
  },
3819
3948
  {
3820
- "path": "graphql",
3949
+ "path": "fs/promises",
3950
+ "kind": "require-call",
3951
+ "external": true
3952
+ },
3953
+ {
3954
+ "path": "path",
3821
3955
  "kind": "require-call",
3822
3956
  "external": true
3823
3957
  },
@@ -3831,6 +3965,11 @@
3831
3965
  "kind": "require-call",
3832
3966
  "external": true
3833
3967
  },
3968
+ {
3969
+ "path": "graphql",
3970
+ "kind": "require-call",
3971
+ "external": true
3972
+ },
3834
3973
  {
3835
3974
  "path": "fs",
3836
3975
  "kind": "require-call",
@@ -3900,19 +4039,29 @@
3900
4039
  "path": "events",
3901
4040
  "kind": "require-call",
3902
4041
  "external": true
4042
+ },
4043
+ {
4044
+ "path": "fs/promises",
4045
+ "kind": "require-call",
4046
+ "external": true
4047
+ },
4048
+ {
4049
+ "path": "path",
4050
+ "kind": "require-call",
4051
+ "external": true
3903
4052
  }
3904
4053
  ],
3905
4054
  "exports": [],
3906
4055
  "entryPoint": "src/index.ts",
3907
4056
  "inputs": {
3908
4057
  "../../node_modules/zod/v3/helpers/util.js": {
3909
- "bytesInOutput": 1711
4058
+ "bytesInOutput": 1715
3910
4059
  },
3911
4060
  "../../node_modules/zod/v3/ZodError.js": {
3912
- "bytesInOutput": 1689
4061
+ "bytesInOutput": 1691
3913
4062
  },
3914
4063
  "../../node_modules/zod/v3/locales/en.js": {
3915
- "bytesInOutput": 3052
4064
+ "bytesInOutput": 3058
3916
4065
  },
3917
4066
  "../../node_modules/zod/v3/errors.js": {
3918
4067
  "bytesInOutput": 75
@@ -3927,10 +4076,10 @@
3927
4076
  "bytesInOutput": 142
3928
4077
  },
3929
4078
  "../../node_modules/zod/v3/types.js": {
3930
- "bytesInOutput": 50069
4079
+ "bytesInOutput": 50091
3931
4080
  },
3932
4081
  "../../node_modules/zod/v3/external.js": {
3933
- "bytesInOutput": 1815
4082
+ "bytesInOutput": 1816
3934
4083
  },
3935
4084
  "../../node_modules/zod/index.js": {
3936
4085
  "bytesInOutput": 27
@@ -4056,10 +4205,10 @@
4056
4205
  "bytesInOutput": 1130
4057
4206
  },
4058
4207
  "src/services/GraphQLHttpClient.ts": {
4059
- "bytesInOutput": 7869
4208
+ "bytesInOutput": 8267
4060
4209
  },
4061
4210
  "src/index.ts": {
4062
- "bytesInOutput": 33299
4211
+ "bytesInOutput": 35783
4063
4212
  },
4064
4213
  "src/config/ConfigLoader.ts": {
4065
4214
  "bytesInOutput": 5666
@@ -4101,7 +4250,13 @@
4101
4250
  "bytesInOutput": 1636
4102
4251
  },
4103
4252
  "src/handlers/ProjectReviewHandler.ts": {
4104
- "bytesInOutput": 16153
4253
+ "bytesInOutput": 16951
4254
+ },
4255
+ "src/services/WorkspaceMappingService.ts": {
4256
+ "bytesInOutput": 3574
4257
+ },
4258
+ "src/services/ProjectMappingService.ts": {
4259
+ "bytesInOutput": 3027
4105
4260
  },
4106
4261
  "src/handlers/CodeReviewHandler.ts": {
4107
4262
  "bytesInOutput": 549
@@ -4320,7 +4475,7 @@
4320
4475
  "bytesInOutput": 0
4321
4476
  },
4322
4477
  "node_modules/@task-shepherd/shared/dist/workspace/validation.js": {
4323
- "bytesInOutput": 9476
4478
+ "bytesInOutput": 9464
4324
4479
  },
4325
4480
  "node_modules/@task-shepherd/shared/dist/workspace/constants.js": {
4326
4481
  "bytesInOutput": 5020
@@ -4338,19 +4493,16 @@
4338
4493
  "bytesInOutput": 0
4339
4494
  },
4340
4495
  "src/handlers/DevelopmentPlanningHandler.ts": {
4341
- "bytesInOutput": 40998
4342
- },
4343
- "src/services/WorkspaceMappingService.ts": {
4344
- "bytesInOutput": 3548
4496
+ "bytesInOutput": 41863
4345
4497
  },
4346
4498
  "src/handlers/StoryImplementationHandler.ts": {
4347
4499
  "bytesInOutput": 655
4348
4500
  },
4349
4501
  "src/handlers/ReviewApplicationHandler.ts": {
4350
- "bytesInOutput": 17239
4502
+ "bytesInOutput": 18265
4351
4503
  },
4352
4504
  "src/handlers/StoryTaskGeneratorHandler.ts": {
4353
- "bytesInOutput": 11553
4505
+ "bytesInOutput": 12368
4354
4506
  },
4355
4507
  "src/handlers/HandlerFactory.ts": {
4356
4508
  "bytesInOutput": 1681
@@ -4380,7 +4532,7 @@
4380
4532
  "bytesInOutput": 4254
4381
4533
  },
4382
4534
  "src/services/OrganizationManager.ts": {
4383
- "bytesInOutput": 25634
4535
+ "bytesInOutput": 27009
4384
4536
  },
4385
4537
  "src/types/organization.ts": {
4386
4538
  "bytesInOutput": 458
@@ -4396,9 +4548,18 @@
4396
4548
  },
4397
4549
  "src/utils/errorSerializer.ts": {
4398
4550
  "bytesInOutput": 1767
4551
+ },
4552
+ "src/controllers/ProjectMappingController.ts": {
4553
+ "bytesInOutput": 3029
4554
+ },
4555
+ "src/controllers/ServiceMappingController.ts": {
4556
+ "bytesInOutput": 3719
4557
+ },
4558
+ "src/services/ServiceMappingService.ts": {
4559
+ "bytesInOutput": 3258
4399
4560
  }
4400
4561
  },
4401
- "bytes": 1482063
4562
+ "bytes": 1502906
4402
4563
  },
4403
4564
  "dist/cli/index.js": {
4404
4565
  "imports": [
@@ -4647,6 +4808,16 @@
4647
4808
  "kind": "require-call",
4648
4809
  "external": true
4649
4810
  },
4811
+ {
4812
+ "path": "fs/promises",
4813
+ "kind": "require-call",
4814
+ "external": true
4815
+ },
4816
+ {
4817
+ "path": "path",
4818
+ "kind": "require-call",
4819
+ "external": true
4820
+ },
4650
4821
  {
4651
4822
  "path": "graphql",
4652
4823
  "kind": "require-call",
@@ -4702,6 +4873,16 @@
4702
4873
  "kind": "require-call",
4703
4874
  "external": true
4704
4875
  },
4876
+ {
4877
+ "path": "fs/promises",
4878
+ "kind": "require-call",
4879
+ "external": true
4880
+ },
4881
+ {
4882
+ "path": "path",
4883
+ "kind": "require-call",
4884
+ "external": true
4885
+ },
4705
4886
  {
4706
4887
  "path": "dotenv",
4707
4888
  "kind": "require-call",
@@ -4858,7 +5039,7 @@
4858
5039
  "bytesInOutput": 141
4859
5040
  },
4860
5041
  "../../node_modules/zod/v3/types.js": {
4861
- "bytesInOutput": 50129
5042
+ "bytesInOutput": 50172
4862
5043
  },
4863
5044
  "../../node_modules/zod/v3/external.js": {
4864
5045
  "bytesInOutput": 1818
@@ -4894,13 +5075,13 @@
4894
5075
  "bytesInOutput": 1129
4895
5076
  },
4896
5077
  "src/services/GraphQLHttpClient.ts": {
4897
- "bytesInOutput": 7868
5078
+ "bytesInOutput": 8266
4898
5079
  },
4899
5080
  "src/services/TokenUsageTracker.ts": {
4900
5081
  "bytesInOutput": 4282
4901
5082
  },
4902
5083
  "src/services/WorkspaceMappingService.ts": {
4903
- "bytesInOutput": 3579
5084
+ "bytesInOutput": 3605
4904
5085
  },
4905
5086
  "src/utils/configPath.ts": {
4906
5087
  "bytesInOutput": 284
@@ -4915,7 +5096,7 @@
4915
5096
  "bytesInOutput": 495
4916
5097
  },
4917
5098
  "src/services/OrganizationManager.ts": {
4918
- "bytesInOutput": 25731
5099
+ "bytesInOutput": 27120
4919
5100
  },
4920
5101
  "src/config/ConfigLoader.ts": {
4921
5102
  "bytesInOutput": 5697
@@ -5008,13 +5189,13 @@
5008
5189
  "bytesInOutput": 1415
5009
5190
  },
5010
5191
  "../../node_modules/encoding/node_modules/iconv-lite/lib/index.js": {
5011
- "bytesInOutput": 2220
5192
+ "bytesInOutput": 2264
5012
5193
  },
5013
5194
  "../../node_modules/encoding/lib/encoding.js": {
5014
5195
  "bytesInOutput": 731
5015
5196
  },
5016
5197
  "../../node_modules/node-fetch/lib/index.js": {
5017
- "bytesInOutput": 19164
5198
+ "bytesInOutput": 19163
5018
5199
  },
5019
5200
  "src/services/HttpClient.ts": {
5020
5201
  "bytesInOutput": 4292
@@ -5035,13 +5216,16 @@
5035
5216
  "bytesInOutput": 1668
5036
5217
  },
5037
5218
  "src/services/ClaudeCliExecutor.ts": {
5038
- "bytesInOutput": 4112
5219
+ "bytesInOutput": 4124
5039
5220
  },
5040
5221
  "src/handlers/BaseWorkHandler.ts": {
5041
5222
  "bytesInOutput": 18001
5042
5223
  },
5224
+ "src/services/ProjectMappingService.ts": {
5225
+ "bytesInOutput": 3058
5226
+ },
5043
5227
  "src/handlers/ProjectReviewHandler.ts": {
5044
- "bytesInOutput": 16191
5228
+ "bytesInOutput": 16999
5045
5229
  },
5046
5230
  "src/handlers/CodeReviewHandler.ts": {
5047
5231
  "bytesInOutput": 582
@@ -5083,7 +5267,7 @@
5083
5267
  "bytesInOutput": 49
5084
5268
  },
5085
5269
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
5086
- "bytesInOutput": 24533
5270
+ "bytesInOutput": 24522
5087
5271
  },
5088
5272
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js": {
5089
5273
  "bytesInOutput": 5591
@@ -5224,7 +5408,7 @@
5224
5408
  "bytesInOutput": 1300
5225
5409
  },
5226
5410
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/to-json-schema.js": {
5227
- "bytesInOutput": 11837
5411
+ "bytesInOutput": 11826
5228
5412
  },
5229
5413
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/json-schema.js": {
5230
5414
  "bytesInOutput": 27
@@ -5260,7 +5444,7 @@
5260
5444
  "bytesInOutput": 26
5261
5445
  },
5262
5446
  "node_modules/@task-shepherd/shared/dist/workspace/validation.js": {
5263
- "bytesInOutput": 9568
5447
+ "bytesInOutput": 9556
5264
5448
  },
5265
5449
  "node_modules/@task-shepherd/shared/dist/workspace/constants.js": {
5266
5450
  "bytesInOutput": 5041
@@ -5293,16 +5477,16 @@
5293
5477
  "bytesInOutput": 46
5294
5478
  },
5295
5479
  "src/handlers/DevelopmentPlanningHandler.ts": {
5296
- "bytesInOutput": 41046
5480
+ "bytesInOutput": 41916
5297
5481
  },
5298
5482
  "src/handlers/StoryImplementationHandler.ts": {
5299
5483
  "bytesInOutput": 688
5300
5484
  },
5301
5485
  "src/handlers/ReviewApplicationHandler.ts": {
5302
- "bytesInOutput": 17277
5486
+ "bytesInOutput": 18313
5303
5487
  },
5304
5488
  "src/handlers/StoryTaskGeneratorHandler.ts": {
5305
- "bytesInOutput": 11591
5489
+ "bytesInOutput": 12416
5306
5490
  },
5307
5491
  "src/handlers/HandlerFactory.ts": {
5308
5492
  "bytesInOutput": 1739
@@ -5343,8 +5527,17 @@
5343
5527
  "src/services/MultiOrganizationWorkerService.ts": {
5344
5528
  "bytesInOutput": 10064
5345
5529
  },
5530
+ "src/controllers/ProjectMappingController.ts": {
5531
+ "bytesInOutput": 3062
5532
+ },
5533
+ "src/services/ServiceMappingService.ts": {
5534
+ "bytesInOutput": 3289
5535
+ },
5536
+ "src/controllers/ServiceMappingController.ts": {
5537
+ "bytesInOutput": 3752
5538
+ },
5346
5539
  "src/index.ts": {
5347
- "bytesInOutput": 33446
5540
+ "bytesInOutput": 35902
5348
5541
  },
5349
5542
  "src/cli/commands/OrganizationCommands.ts": {
5350
5543
  "bytesInOutput": 9476
@@ -5368,7 +5561,7 @@
5368
5561
  "bytesInOutput": 3712
5369
5562
  }
5370
5563
  },
5371
- "bytes": 1548619
5564
+ "bytes": 1569652
5372
5565
  }
5373
5566
  }
5374
5567
  }