@task-shepherd/agent 1.0.34 → 1.0.36

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",
@@ -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/ServiceMappingService.ts": {
1149
+ "bytes": 7653,
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": 29725,
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/ServiceMappingService.ts",
1204
+ "kind": "import-statement",
1205
+ "original": "../services/ServiceMappingService"
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",
@@ -2432,8 +2540,13 @@
2432
2540
  "imports": [],
2433
2541
  "format": "esm"
2434
2542
  },
2543
+ "node_modules/@task-shepherd/shared/dist/work-queue/TaskDependencyGraph.js": {
2544
+ "bytes": 10030,
2545
+ "imports": [],
2546
+ "format": "esm"
2547
+ },
2435
2548
  "node_modules/@task-shepherd/shared/dist/work-queue/index.js": {
2436
- "bytes": 204,
2549
+ "bytes": 246,
2437
2550
  "imports": [
2438
2551
  {
2439
2552
  "path": "node_modules/@task-shepherd/shared/dist/work-queue/types.js",
@@ -2444,12 +2557,17 @@
2444
2557
  "path": "node_modules/@task-shepherd/shared/dist/work-queue/validation.js",
2445
2558
  "kind": "import-statement",
2446
2559
  "original": "./validation.js"
2560
+ },
2561
+ {
2562
+ "path": "node_modules/@task-shepherd/shared/dist/work-queue/TaskDependencyGraph.js",
2563
+ "kind": "import-statement",
2564
+ "original": "./TaskDependencyGraph.js"
2447
2565
  }
2448
2566
  ],
2449
2567
  "format": "esm"
2450
2568
  },
2451
2569
  "node_modules/@task-shepherd/shared/dist/index.js": {
2452
- "bytes": 626,
2570
+ "bytes": 687,
2453
2571
  "imports": [
2454
2572
  {
2455
2573
  "path": "node_modules/@task-shepherd/shared/dist/schema/index.js",
@@ -2480,42 +2598,22 @@
2480
2598
  "path": "node_modules/@task-shepherd/shared/dist/workspace/index.js",
2481
2599
  "kind": "import-statement",
2482
2600
  "original": "./workspace/index.js"
2483
- }
2484
- ],
2485
- "format": "esm"
2486
- },
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
2601
  },
2499
2602
  {
2500
- "path": "src/middleware/logger.ts",
2603
+ "path": "node_modules/@task-shepherd/shared/dist/work-queue/index.js",
2501
2604
  "kind": "import-statement",
2502
- "original": "../middleware/logger"
2503
- },
2504
- {
2505
- "path": "package.json",
2506
- "kind": "require-call",
2507
- "original": "../../package.json"
2605
+ "original": "./work-queue/index.js"
2508
2606
  }
2509
2607
  ],
2510
2608
  "format": "esm"
2511
2609
  },
2512
- "src/services/GraphQLHttpClient.ts": {
2513
- "bytes": 15745,
2610
+ "src/handlers/DevelopmentPlanningHandler.ts": {
2611
+ "bytes": 88472,
2514
2612
  "imports": [
2515
2613
  {
2516
- "path": "events",
2614
+ "path": "node_modules/@task-shepherd/shared/dist/index.js",
2517
2615
  "kind": "import-statement",
2518
- "external": true
2616
+ "original": "@task-shepherd/shared"
2519
2617
  },
2520
2618
  {
2521
2619
  "path": "src/middleware/logger.ts",
@@ -2523,52 +2621,41 @@
2523
2621
  "original": "../middleware/logger"
2524
2622
  },
2525
2623
  {
2526
- "path": "src/config/ConfigurationManager.ts",
2624
+ "path": "src/services/ClaudeCliExecutor.ts",
2527
2625
  "kind": "import-statement",
2528
- "original": "../config/ConfigurationManager"
2626
+ "original": "../services/ClaudeCliExecutor"
2529
2627
  },
2530
2628
  {
2531
- "path": "src/services/AgentVersionService.ts",
2629
+ "path": "src/handlers/BaseWorkHandler.ts",
2532
2630
  "kind": "import-statement",
2533
- "original": "./AgentVersionService"
2534
- }
2535
- ],
2536
- "format": "esm"
2537
- },
2538
- "src/services/WorkspaceMappingService.ts": {
2539
- "bytes": 7958,
2540
- "imports": [
2631
+ "original": "./BaseWorkHandler"
2632
+ },
2541
2633
  {
2542
- "path": "fs/promises",
2634
+ "path": "@task-shepherd/shared",
2543
2635
  "kind": "import-statement",
2544
2636
  "external": true
2545
2637
  },
2546
2638
  {
2547
- "path": "path",
2639
+ "path": "../services/TCPIPCService",
2548
2640
  "kind": "import-statement",
2549
2641
  "external": true
2550
2642
  },
2551
2643
  {
2552
- "path": "src/middleware/logger.ts",
2644
+ "path": "src/services/WorkspaceMappingService.ts",
2553
2645
  "kind": "import-statement",
2554
- "original": "../middleware/logger"
2646
+ "original": "../services/WorkspaceMappingService"
2555
2647
  },
2556
2648
  {
2557
- "path": "src/services/GraphQLHttpClient.ts",
2649
+ "path": "src/services/ServiceMappingService.ts",
2558
2650
  "kind": "import-statement",
2559
- "original": "./GraphQLHttpClient"
2651
+ "original": "../services/ServiceMappingService"
2560
2652
  }
2561
2653
  ],
2562
2654
  "format": "esm"
2563
2655
  },
2564
- "src/handlers/DevelopmentPlanningHandler.ts": {
2565
- "bytes": 87387,
2656
+ "src/services/TaskImplementationExecutor.ts": {
2657
+ "bytes": 14137,
2566
2658
  "imports": [
2567
- {
2568
- "path": "node_modules/@task-shepherd/shared/dist/index.js",
2569
- "kind": "import-statement",
2570
- "original": "@task-shepherd/shared"
2571
- },
2572
2659
  {
2573
2660
  "path": "src/middleware/logger.ts",
2574
2661
  "kind": "import-statement",
@@ -2577,54 +2664,64 @@
2577
2664
  {
2578
2665
  "path": "src/services/ClaudeCliExecutor.ts",
2579
2666
  "kind": "import-statement",
2580
- "original": "../services/ClaudeCliExecutor"
2667
+ "original": "./ClaudeCliExecutor"
2581
2668
  },
2669
+ {
2670
+ "path": "../graphql/TypedGraphQLClient",
2671
+ "kind": "import-statement",
2672
+ "external": true
2673
+ }
2674
+ ],
2675
+ "format": "esm"
2676
+ },
2677
+ "src/handlers/StoryImplementationHandler.ts": {
2678
+ "bytes": 28990,
2679
+ "imports": [
2582
2680
  {
2583
2681
  "path": "src/handlers/BaseWorkHandler.ts",
2584
2682
  "kind": "import-statement",
2585
2683
  "original": "./BaseWorkHandler"
2586
2684
  },
2587
2685
  {
2588
- "path": "@task-shepherd/shared",
2686
+ "path": "node_modules/@task-shepherd/shared/dist/index.js",
2589
2687
  "kind": "import-statement",
2590
- "external": true
2688
+ "original": "@task-shepherd/shared"
2591
2689
  },
2592
2690
  {
2593
- "path": "../services/TCPIPCService",
2691
+ "path": "src/middleware/logger.ts",
2594
2692
  "kind": "import-statement",
2595
- "external": true
2693
+ "original": "../middleware/logger"
2596
2694
  },
2597
2695
  {
2598
2696
  "path": "src/services/WorkspaceMappingService.ts",
2599
2697
  "kind": "import-statement",
2600
2698
  "original": "../services/WorkspaceMappingService"
2601
- }
2602
- ],
2603
- "format": "esm"
2604
- },
2605
- "src/handlers/StoryImplementationHandler.ts": {
2606
- "bytes": 2797,
2607
- "imports": [
2699
+ },
2608
2700
  {
2609
- "path": "src/handlers/BaseWorkHandler.ts",
2701
+ "path": "src/services/ServiceMappingService.ts",
2610
2702
  "kind": "import-statement",
2611
- "original": "./BaseWorkHandler"
2703
+ "original": "../services/ServiceMappingService"
2612
2704
  },
2613
2705
  {
2614
- "path": "@task-shepherd/shared",
2706
+ "path": "src/services/TaskImplementationExecutor.ts",
2707
+ "kind": "import-statement",
2708
+ "original": "../services/TaskImplementationExecutor"
2709
+ },
2710
+ {
2711
+ "path": "../graphql/generated",
2615
2712
  "kind": "import-statement",
2616
2713
  "external": true
2617
2714
  },
2618
2715
  {
2619
- "path": "src/middleware/logger.ts",
2716
+ "path": "src/services/TaskImplementationExecutor.ts",
2620
2717
  "kind": "import-statement",
2621
- "original": "../middleware/logger"
2718
+ "original": "../services/TaskImplementationExecutor"
2622
2719
  }
2623
2720
  ],
2624
2721
  "format": "esm"
2625
2722
  },
2626
2723
  "src/handlers/ReviewApplicationHandler.ts": {
2627
- "bytes": 32320,
2724
+ "bytes": 34234,
2628
2725
  "imports": [
2629
2726
  {
2630
2727
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -2650,12 +2747,22 @@
2650
2747
  "path": "../services/TCPIPCService",
2651
2748
  "kind": "import-statement",
2652
2749
  "external": true
2750
+ },
2751
+ {
2752
+ "path": "src/services/WorkspaceMappingService.ts",
2753
+ "kind": "import-statement",
2754
+ "original": "../services/WorkspaceMappingService"
2755
+ },
2756
+ {
2757
+ "path": "src/services/ServiceMappingService.ts",
2758
+ "kind": "import-statement",
2759
+ "original": "../services/ServiceMappingService"
2653
2760
  }
2654
2761
  ],
2655
2762
  "format": "esm"
2656
2763
  },
2657
2764
  "src/handlers/StoryTaskGeneratorHandler.ts": {
2658
- "bytes": 18162,
2765
+ "bytes": 19725,
2659
2766
  "imports": [
2660
2767
  {
2661
2768
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -2681,6 +2788,16 @@
2681
2788
  "path": "../services/TCPIPCService",
2682
2789
  "kind": "import-statement",
2683
2790
  "external": true
2791
+ },
2792
+ {
2793
+ "path": "src/services/WorkspaceMappingService.ts",
2794
+ "kind": "import-statement",
2795
+ "original": "../services/WorkspaceMappingService"
2796
+ },
2797
+ {
2798
+ "path": "src/services/ServiceMappingService.ts",
2799
+ "kind": "import-statement",
2800
+ "original": "../services/ServiceMappingService"
2684
2801
  }
2685
2802
  ],
2686
2803
  "format": "esm"
@@ -2991,7 +3108,7 @@
2991
3108
  "format": "esm"
2992
3109
  },
2993
3110
  "src/services/OrganizationManager.ts": {
2994
- "bytes": 55865,
3111
+ "bytes": 60108,
2995
3112
  "imports": [
2996
3113
  {
2997
3114
  "path": "events",
@@ -3164,8 +3281,71 @@
3164
3281
  ],
3165
3282
  "format": "esm"
3166
3283
  },
3284
+ "src/services/ProjectMappingService.ts": {
3285
+ "bytes": 7008,
3286
+ "imports": [
3287
+ {
3288
+ "path": "fs/promises",
3289
+ "kind": "import-statement",
3290
+ "external": true
3291
+ },
3292
+ {
3293
+ "path": "path",
3294
+ "kind": "import-statement",
3295
+ "external": true
3296
+ },
3297
+ {
3298
+ "path": "src/middleware/logger.ts",
3299
+ "kind": "import-statement",
3300
+ "original": "../middleware/logger"
3301
+ }
3302
+ ],
3303
+ "format": "esm"
3304
+ },
3305
+ "src/controllers/ProjectMappingController.ts": {
3306
+ "bytes": 6683,
3307
+ "imports": [
3308
+ {
3309
+ "path": "express",
3310
+ "kind": "import-statement",
3311
+ "external": true
3312
+ },
3313
+ {
3314
+ "path": "src/middleware/logger.ts",
3315
+ "kind": "import-statement",
3316
+ "original": "../middleware/logger"
3317
+ },
3318
+ {
3319
+ "path": "src/services/ProjectMappingService.ts",
3320
+ "kind": "import-statement",
3321
+ "original": "../services/ProjectMappingService"
3322
+ }
3323
+ ],
3324
+ "format": "esm"
3325
+ },
3326
+ "src/controllers/ServiceMappingController.ts": {
3327
+ "bytes": 8131,
3328
+ "imports": [
3329
+ {
3330
+ "path": "express",
3331
+ "kind": "import-statement",
3332
+ "external": true
3333
+ },
3334
+ {
3335
+ "path": "src/middleware/logger.ts",
3336
+ "kind": "import-statement",
3337
+ "original": "../middleware/logger"
3338
+ },
3339
+ {
3340
+ "path": "src/services/ServiceMappingService.ts",
3341
+ "kind": "import-statement",
3342
+ "original": "../services/ServiceMappingService"
3343
+ }
3344
+ ],
3345
+ "format": "esm"
3346
+ },
3167
3347
  "src/index.ts": {
3168
- "bytes": 87574,
3348
+ "bytes": 93360,
3169
3349
  "imports": [
3170
3350
  {
3171
3351
  "path": "dotenv",
@@ -3252,6 +3432,16 @@
3252
3432
  "kind": "import-statement",
3253
3433
  "original": "./handlers/HandlerFactory"
3254
3434
  },
3435
+ {
3436
+ "path": "src/controllers/ProjectMappingController.ts",
3437
+ "kind": "import-statement",
3438
+ "original": "./controllers/ProjectMappingController"
3439
+ },
3440
+ {
3441
+ "path": "src/controllers/ServiceMappingController.ts",
3442
+ "kind": "import-statement",
3443
+ "original": "./controllers/ServiceMappingController"
3444
+ },
3255
3445
  {
3256
3446
  "path": "src/services/GraphQLHttpClient.ts",
3257
3447
  "kind": "dynamic-import",
@@ -3817,7 +4007,12 @@
3817
4007
  "external": true
3818
4008
  },
3819
4009
  {
3820
- "path": "graphql",
4010
+ "path": "fs/promises",
4011
+ "kind": "require-call",
4012
+ "external": true
4013
+ },
4014
+ {
4015
+ "path": "path",
3821
4016
  "kind": "require-call",
3822
4017
  "external": true
3823
4018
  },
@@ -3831,6 +4026,11 @@
3831
4026
  "kind": "require-call",
3832
4027
  "external": true
3833
4028
  },
4029
+ {
4030
+ "path": "graphql",
4031
+ "kind": "require-call",
4032
+ "external": true
4033
+ },
3834
4034
  {
3835
4035
  "path": "fs",
3836
4036
  "kind": "require-call",
@@ -3900,19 +4100,29 @@
3900
4100
  "path": "events",
3901
4101
  "kind": "require-call",
3902
4102
  "external": true
4103
+ },
4104
+ {
4105
+ "path": "fs/promises",
4106
+ "kind": "require-call",
4107
+ "external": true
4108
+ },
4109
+ {
4110
+ "path": "path",
4111
+ "kind": "require-call",
4112
+ "external": true
3903
4113
  }
3904
4114
  ],
3905
4115
  "exports": [],
3906
4116
  "entryPoint": "src/index.ts",
3907
4117
  "inputs": {
3908
4118
  "../../node_modules/zod/v3/helpers/util.js": {
3909
- "bytesInOutput": 1711
4119
+ "bytesInOutput": 1715
3910
4120
  },
3911
4121
  "../../node_modules/zod/v3/ZodError.js": {
3912
- "bytesInOutput": 1689
4122
+ "bytesInOutput": 1691
3913
4123
  },
3914
4124
  "../../node_modules/zod/v3/locales/en.js": {
3915
- "bytesInOutput": 3052
4125
+ "bytesInOutput": 3058
3916
4126
  },
3917
4127
  "../../node_modules/zod/v3/errors.js": {
3918
4128
  "bytesInOutput": 75
@@ -3927,10 +4137,10 @@
3927
4137
  "bytesInOutput": 142
3928
4138
  },
3929
4139
  "../../node_modules/zod/v3/types.js": {
3930
- "bytesInOutput": 50069
4140
+ "bytesInOutput": 50091
3931
4141
  },
3932
4142
  "../../node_modules/zod/v3/external.js": {
3933
- "bytesInOutput": 1815
4143
+ "bytesInOutput": 1816
3934
4144
  },
3935
4145
  "../../node_modules/zod/index.js": {
3936
4146
  "bytesInOutput": 27
@@ -4056,10 +4266,10 @@
4056
4266
  "bytesInOutput": 1130
4057
4267
  },
4058
4268
  "src/services/GraphQLHttpClient.ts": {
4059
- "bytesInOutput": 7869
4269
+ "bytesInOutput": 8267
4060
4270
  },
4061
4271
  "src/index.ts": {
4062
- "bytesInOutput": 33299
4272
+ "bytesInOutput": 35783
4063
4273
  },
4064
4274
  "src/config/ConfigLoader.ts": {
4065
4275
  "bytesInOutput": 5666
@@ -4083,10 +4293,10 @@
4083
4293
  "bytesInOutput": 17936
4084
4294
  },
4085
4295
  "src/graphql/TypedGraphQLClient.ts": {
4086
- "bytesInOutput": 5393
4296
+ "bytesInOutput": 7641
4087
4297
  },
4088
4298
  "src/graphql/generated.ts": {
4089
- "bytesInOutput": 23554
4299
+ "bytesInOutput": 34301
4090
4300
  },
4091
4301
  "src/services/WorkItemErrorTracker.ts": {
4092
4302
  "bytesInOutput": 8192
@@ -4101,7 +4311,13 @@
4101
4311
  "bytesInOutput": 1636
4102
4312
  },
4103
4313
  "src/handlers/ProjectReviewHandler.ts": {
4104
- "bytesInOutput": 16153
4314
+ "bytesInOutput": 16590
4315
+ },
4316
+ "src/services/WorkspaceMappingService.ts": {
4317
+ "bytesInOutput": 3574
4318
+ },
4319
+ "src/services/ServiceMappingService.ts": {
4320
+ "bytesInOutput": 3258
4105
4321
  },
4106
4322
  "src/handlers/CodeReviewHandler.ts": {
4107
4323
  "bytesInOutput": 549
@@ -4320,7 +4536,7 @@
4320
4536
  "bytesInOutput": 0
4321
4537
  },
4322
4538
  "node_modules/@task-shepherd/shared/dist/workspace/validation.js": {
4323
- "bytesInOutput": 9476
4539
+ "bytesInOutput": 9464
4324
4540
  },
4325
4541
  "node_modules/@task-shepherd/shared/dist/workspace/constants.js": {
4326
4542
  "bytesInOutput": 5020
@@ -4337,20 +4553,23 @@
4337
4553
  "node_modules/@task-shepherd/shared/dist/work-queue/index.js": {
4338
4554
  "bytesInOutput": 0
4339
4555
  },
4340
- "src/handlers/DevelopmentPlanningHandler.ts": {
4341
- "bytesInOutput": 40998
4556
+ "node_modules/@task-shepherd/shared/dist/work-queue/TaskDependencyGraph.js": {
4557
+ "bytesInOutput": 2540
4342
4558
  },
4343
- "src/services/WorkspaceMappingService.ts": {
4344
- "bytesInOutput": 3548
4559
+ "src/handlers/DevelopmentPlanningHandler.ts": {
4560
+ "bytesInOutput": 41502
4345
4561
  },
4346
4562
  "src/handlers/StoryImplementationHandler.ts": {
4347
- "bytesInOutput": 655
4563
+ "bytesInOutput": 13558
4564
+ },
4565
+ "src/services/TaskImplementationExecutor.ts": {
4566
+ "bytesInOutput": 5720
4348
4567
  },
4349
4568
  "src/handlers/ReviewApplicationHandler.ts": {
4350
- "bytesInOutput": 17239
4569
+ "bytesInOutput": 17894
4351
4570
  },
4352
4571
  "src/handlers/StoryTaskGeneratorHandler.ts": {
4353
- "bytesInOutput": 11553
4572
+ "bytesInOutput": 12007
4354
4573
  },
4355
4574
  "src/handlers/HandlerFactory.ts": {
4356
4575
  "bytesInOutput": 1681
@@ -4380,7 +4599,7 @@
4380
4599
  "bytesInOutput": 4254
4381
4600
  },
4382
4601
  "src/services/OrganizationManager.ts": {
4383
- "bytesInOutput": 25634
4602
+ "bytesInOutput": 27009
4384
4603
  },
4385
4604
  "src/types/organization.ts": {
4386
4605
  "bytesInOutput": 458
@@ -4396,9 +4615,18 @@
4396
4615
  },
4397
4616
  "src/utils/errorSerializer.ts": {
4398
4617
  "bytesInOutput": 1767
4618
+ },
4619
+ "src/controllers/ProjectMappingController.ts": {
4620
+ "bytesInOutput": 3029
4621
+ },
4622
+ "src/services/ProjectMappingService.ts": {
4623
+ "bytesInOutput": 3027
4624
+ },
4625
+ "src/controllers/ServiceMappingController.ts": {
4626
+ "bytesInOutput": 3719
4399
4627
  }
4400
4628
  },
4401
- "bytes": 1482063
4629
+ "bytes": 1535610
4402
4630
  },
4403
4631
  "dist/cli/index.js": {
4404
4632
  "imports": [
@@ -4647,6 +4875,16 @@
4647
4875
  "kind": "require-call",
4648
4876
  "external": true
4649
4877
  },
4878
+ {
4879
+ "path": "fs/promises",
4880
+ "kind": "require-call",
4881
+ "external": true
4882
+ },
4883
+ {
4884
+ "path": "path",
4885
+ "kind": "require-call",
4886
+ "external": true
4887
+ },
4650
4888
  {
4651
4889
  "path": "graphql",
4652
4890
  "kind": "require-call",
@@ -4702,6 +4940,16 @@
4702
4940
  "kind": "require-call",
4703
4941
  "external": true
4704
4942
  },
4943
+ {
4944
+ "path": "fs/promises",
4945
+ "kind": "require-call",
4946
+ "external": true
4947
+ },
4948
+ {
4949
+ "path": "path",
4950
+ "kind": "require-call",
4951
+ "external": true
4952
+ },
4705
4953
  {
4706
4954
  "path": "dotenv",
4707
4955
  "kind": "require-call",
@@ -4858,7 +5106,7 @@
4858
5106
  "bytesInOutput": 141
4859
5107
  },
4860
5108
  "../../node_modules/zod/v3/types.js": {
4861
- "bytesInOutput": 50129
5109
+ "bytesInOutput": 50172
4862
5110
  },
4863
5111
  "../../node_modules/zod/v3/external.js": {
4864
5112
  "bytesInOutput": 1818
@@ -4894,28 +5142,28 @@
4894
5142
  "bytesInOutput": 1129
4895
5143
  },
4896
5144
  "src/services/GraphQLHttpClient.ts": {
4897
- "bytesInOutput": 7868
5145
+ "bytesInOutput": 8266
4898
5146
  },
4899
5147
  "src/services/TokenUsageTracker.ts": {
4900
5148
  "bytesInOutput": 4282
4901
5149
  },
4902
5150
  "src/services/WorkspaceMappingService.ts": {
4903
- "bytesInOutput": 3579
5151
+ "bytesInOutput": 3605
4904
5152
  },
4905
5153
  "src/utils/configPath.ts": {
4906
5154
  "bytesInOutput": 284
4907
5155
  },
4908
5156
  "src/graphql/generated.ts": {
4909
- "bytesInOutput": 23614
5157
+ "bytesInOutput": 34379
4910
5158
  },
4911
5159
  "src/graphql/TypedGraphQLClient.ts": {
4912
- "bytesInOutput": 5425
5160
+ "bytesInOutput": 7673
4913
5161
  },
4914
5162
  "src/types/organization.ts": {
4915
5163
  "bytesInOutput": 495
4916
5164
  },
4917
5165
  "src/services/OrganizationManager.ts": {
4918
- "bytesInOutput": 25731
5166
+ "bytesInOutput": 27106
4919
5167
  },
4920
5168
  "src/config/ConfigLoader.ts": {
4921
5169
  "bytesInOutput": 5697
@@ -5008,13 +5256,13 @@
5008
5256
  "bytesInOutput": 1415
5009
5257
  },
5010
5258
  "../../node_modules/encoding/node_modules/iconv-lite/lib/index.js": {
5011
- "bytesInOutput": 2220
5259
+ "bytesInOutput": 2264
5012
5260
  },
5013
5261
  "../../node_modules/encoding/lib/encoding.js": {
5014
5262
  "bytesInOutput": 731
5015
5263
  },
5016
5264
  "../../node_modules/node-fetch/lib/index.js": {
5017
- "bytesInOutput": 19164
5265
+ "bytesInOutput": 19157
5018
5266
  },
5019
5267
  "src/services/HttpClient.ts": {
5020
5268
  "bytesInOutput": 4292
@@ -5035,13 +5283,16 @@
5035
5283
  "bytesInOutput": 1668
5036
5284
  },
5037
5285
  "src/services/ClaudeCliExecutor.ts": {
5038
- "bytesInOutput": 4112
5286
+ "bytesInOutput": 4108
5039
5287
  },
5040
5288
  "src/handlers/BaseWorkHandler.ts": {
5041
5289
  "bytesInOutput": 18001
5042
5290
  },
5291
+ "src/services/ServiceMappingService.ts": {
5292
+ "bytesInOutput": 3289
5293
+ },
5043
5294
  "src/handlers/ProjectReviewHandler.ts": {
5044
- "bytesInOutput": 16191
5295
+ "bytesInOutput": 16638
5045
5296
  },
5046
5297
  "src/handlers/CodeReviewHandler.ts": {
5047
5298
  "bytesInOutput": 582
@@ -5083,7 +5334,7 @@
5083
5334
  "bytesInOutput": 49
5084
5335
  },
5085
5336
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
5086
- "bytesInOutput": 24533
5337
+ "bytesInOutput": 24558
5087
5338
  },
5088
5339
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js": {
5089
5340
  "bytesInOutput": 5591
@@ -5218,19 +5469,19 @@
5218
5469
  "bytesInOutput": 751
5219
5470
  },
5220
5471
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/api.js": {
5221
- "bytesInOutput": 9690
5472
+ "bytesInOutput": 9691
5222
5473
  },
5223
5474
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/function.js": {
5224
5475
  "bytesInOutput": 1300
5225
5476
  },
5226
5477
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/to-json-schema.js": {
5227
- "bytesInOutput": 11837
5478
+ "bytesInOutput": 11826
5228
5479
  },
5229
5480
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/json-schema.js": {
5230
5481
  "bytesInOutput": 27
5231
5482
  },
5232
5483
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js": {
5233
- "bytesInOutput": 4403
5484
+ "bytesInOutput": 4404
5234
5485
  },
5235
5486
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/checks.js": {
5236
5487
  "bytesInOutput": 21
@@ -5245,7 +5496,7 @@
5245
5496
  "bytesInOutput": 78
5246
5497
  },
5247
5498
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/schemas.js": {
5248
- "bytesInOutput": 14821
5499
+ "bytesInOutput": 14823
5249
5500
  },
5250
5501
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/compat.js": {
5251
5502
  "bytesInOutput": 425
@@ -5260,7 +5511,7 @@
5260
5511
  "bytesInOutput": 26
5261
5512
  },
5262
5513
  "node_modules/@task-shepherd/shared/dist/workspace/validation.js": {
5263
- "bytesInOutput": 9568
5514
+ "bytesInOutput": 9556
5264
5515
  },
5265
5516
  "node_modules/@task-shepherd/shared/dist/workspace/constants.js": {
5266
5517
  "bytesInOutput": 5041
@@ -5286,23 +5537,29 @@
5286
5537
  "node_modules/@task-shepherd/shared/dist/work-queue/validation.js": {
5287
5538
  "bytesInOutput": 17
5288
5539
  },
5540
+ "node_modules/@task-shepherd/shared/dist/work-queue/TaskDependencyGraph.js": {
5541
+ "bytesInOutput": 2555
5542
+ },
5289
5543
  "node_modules/@task-shepherd/shared/dist/work-queue/index.js": {
5290
- "bytesInOutput": 26
5544
+ "bytesInOutput": 31
5291
5545
  },
5292
5546
  "node_modules/@task-shepherd/shared/dist/index.js": {
5293
- "bytesInOutput": 46
5547
+ "bytesInOutput": 51
5294
5548
  },
5295
5549
  "src/handlers/DevelopmentPlanningHandler.ts": {
5296
- "bytesInOutput": 41046
5550
+ "bytesInOutput": 41555
5551
+ },
5552
+ "src/services/TaskImplementationExecutor.ts": {
5553
+ "bytesInOutput": 5759
5297
5554
  },
5298
5555
  "src/handlers/StoryImplementationHandler.ts": {
5299
- "bytesInOutput": 688
5556
+ "bytesInOutput": 13619
5300
5557
  },
5301
5558
  "src/handlers/ReviewApplicationHandler.ts": {
5302
- "bytesInOutput": 17277
5559
+ "bytesInOutput": 17942
5303
5560
  },
5304
5561
  "src/handlers/StoryTaskGeneratorHandler.ts": {
5305
- "bytesInOutput": 11591
5562
+ "bytesInOutput": 12055
5306
5563
  },
5307
5564
  "src/handlers/HandlerFactory.ts": {
5308
5565
  "bytesInOutput": 1739
@@ -5343,8 +5600,17 @@
5343
5600
  "src/services/MultiOrganizationWorkerService.ts": {
5344
5601
  "bytesInOutput": 10064
5345
5602
  },
5603
+ "src/services/ProjectMappingService.ts": {
5604
+ "bytesInOutput": 3058
5605
+ },
5606
+ "src/controllers/ProjectMappingController.ts": {
5607
+ "bytesInOutput": 3062
5608
+ },
5609
+ "src/controllers/ServiceMappingController.ts": {
5610
+ "bytesInOutput": 3752
5611
+ },
5346
5612
  "src/index.ts": {
5347
- "bytesInOutput": 33446
5613
+ "bytesInOutput": 35899
5348
5614
  },
5349
5615
  "src/cli/commands/OrganizationCommands.ts": {
5350
5616
  "bytesInOutput": 9476
@@ -5368,7 +5634,7 @@
5368
5634
  "bytesInOutput": 3712
5369
5635
  }
5370
5636
  },
5371
- "bytes": 1548619
5637
+ "bytes": 1602467
5372
5638
  }
5373
5639
  }
5374
5640
  }