@task-shepherd/agent 1.0.30 → 1.0.33

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
@@ -967,7 +967,7 @@
967
967
  "format": "esm"
968
968
  },
969
969
  "src/services/ClaudeCliExecutor.ts": {
970
- "bytes": 10669,
970
+ "bytes": 12537,
971
971
  "imports": [
972
972
  {
973
973
  "path": "child_process",
@@ -2484,8 +2484,85 @@
2484
2484
  ],
2485
2485
  "format": "esm"
2486
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
+ },
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
+ },
2487
2564
  "src/handlers/DevelopmentPlanningHandler.ts": {
2488
- "bytes": 82635,
2565
+ "bytes": 87387,
2489
2566
  "imports": [
2490
2567
  {
2491
2568
  "path": "node_modules/@task-shepherd/shared/dist/index.js",
@@ -2516,6 +2593,11 @@
2516
2593
  "path": "../services/TCPIPCService",
2517
2594
  "kind": "import-statement",
2518
2595
  "external": true
2596
+ },
2597
+ {
2598
+ "path": "src/services/WorkspaceMappingService.ts",
2599
+ "kind": "import-statement",
2600
+ "original": "../services/WorkspaceMappingService"
2519
2601
  }
2520
2602
  ],
2521
2603
  "format": "esm"
@@ -2542,7 +2624,7 @@
2542
2624
  "format": "esm"
2543
2625
  },
2544
2626
  "src/handlers/ReviewApplicationHandler.ts": {
2545
- "bytes": 31327,
2627
+ "bytes": 32320,
2546
2628
  "imports": [
2547
2629
  {
2548
2630
  "path": "src/handlers/BaseWorkHandler.ts",
@@ -2824,31 +2906,6 @@
2824
2906
  ],
2825
2907
  "format": "esm"
2826
2908
  },
2827
- "package.json": {
2828
- "bytes": 4189,
2829
- "imports": []
2830
- },
2831
- "src/services/AgentVersionService.ts": {
2832
- "bytes": 2921,
2833
- "imports": [
2834
- {
2835
- "path": "../types/version",
2836
- "kind": "import-statement",
2837
- "external": true
2838
- },
2839
- {
2840
- "path": "src/middleware/logger.ts",
2841
- "kind": "import-statement",
2842
- "original": "../middleware/logger"
2843
- },
2844
- {
2845
- "path": "package.json",
2846
- "kind": "require-call",
2847
- "original": "../../package.json"
2848
- }
2849
- ],
2850
- "format": "esm"
2851
- },
2852
2909
  "src/services/ResourceManager.ts": {
2853
2910
  "bytes": 3306,
2854
2911
  "imports": [
@@ -2907,32 +2964,6 @@
2907
2964
  ],
2908
2965
  "format": "esm"
2909
2966
  },
2910
- "src/services/GraphQLHttpClient.ts": {
2911
- "bytes": 15745,
2912
- "imports": [
2913
- {
2914
- "path": "events",
2915
- "kind": "import-statement",
2916
- "external": true
2917
- },
2918
- {
2919
- "path": "src/middleware/logger.ts",
2920
- "kind": "import-statement",
2921
- "original": "../middleware/logger"
2922
- },
2923
- {
2924
- "path": "src/config/ConfigurationManager.ts",
2925
- "kind": "import-statement",
2926
- "original": "../config/ConfigurationManager"
2927
- },
2928
- {
2929
- "path": "src/services/AgentVersionService.ts",
2930
- "kind": "import-statement",
2931
- "original": "./AgentVersionService"
2932
- }
2933
- ],
2934
- "format": "esm"
2935
- },
2936
2967
  "src/services/TokenUsageTracker.ts": {
2937
2968
  "bytes": 8446,
2938
2969
  "imports": [
@@ -2954,39 +2985,28 @@
2954
2985
  ],
2955
2986
  "format": "esm"
2956
2987
  },
2957
- "src/types/workspace.ts": {
2958
- "bytes": 10575,
2988
+ "src/types/organization.ts": {
2989
+ "bytes": 6548,
2959
2990
  "imports": [],
2960
2991
  "format": "esm"
2961
2992
  },
2962
- "src/services/WorkspaceValidator.ts": {
2963
- "bytes": 20447,
2964
- "imports": [
2965
- {
2966
- "path": "src/types/workspace.ts",
2967
- "kind": "import-statement",
2968
- "original": "../types/workspace"
2969
- }
2970
- ],
2971
- "format": "esm"
2972
- },
2973
- "src/services/WorkspaceConfigurationService.ts": {
2974
- "bytes": 12269,
2993
+ "src/services/OrganizationManager.ts": {
2994
+ "bytes": 55865,
2975
2995
  "imports": [
2976
2996
  {
2977
- "path": "fs",
2997
+ "path": "events",
2978
2998
  "kind": "import-statement",
2979
2999
  "external": true
2980
3000
  },
2981
3001
  {
2982
- "path": "path",
3002
+ "path": "fs/promises",
2983
3003
  "kind": "import-statement",
2984
3004
  "external": true
2985
3005
  },
2986
3006
  {
2987
- "path": "src/services/WorkspaceValidator.ts",
3007
+ "path": "path",
2988
3008
  "kind": "import-statement",
2989
- "original": "./WorkspaceValidator"
3009
+ "external": true
2990
3010
  },
2991
3011
  {
2992
3012
  "path": "src/middleware/logger.ts",
@@ -2994,44 +3014,54 @@
2994
3014
  "original": "../middleware/logger"
2995
3015
  },
2996
3016
  {
2997
- "path": "src/services/WorkspaceRegistryService.ts",
3017
+ "path": "src/utils/configPath.ts",
2998
3018
  "kind": "import-statement",
2999
- "original": "./WorkspaceRegistryService"
3000
- }
3001
- ],
3002
- "format": "esm"
3003
- },
3004
- "src/utils/fingerprint.ts": {
3005
- "bytes": 1607,
3006
- "imports": [
3019
+ "original": "../utils/configPath"
3020
+ },
3007
3021
  {
3008
- "path": "crypto",
3022
+ "path": "src/services/GraphQLHttpClient.ts",
3009
3023
  "kind": "import-statement",
3010
- "external": true
3024
+ "original": "./GraphQLHttpClient"
3011
3025
  },
3012
3026
  {
3013
- "path": "fs",
3027
+ "path": "src/graphql/TypedGraphQLClient.ts",
3014
3028
  "kind": "import-statement",
3015
- "external": true
3029
+ "original": "../graphql/TypedGraphQLClient"
3016
3030
  },
3017
3031
  {
3018
- "path": "path",
3032
+ "path": "src/types/organization.ts",
3019
3033
  "kind": "import-statement",
3020
- "external": true
3034
+ "original": "../types/organization"
3021
3035
  }
3022
3036
  ],
3023
3037
  "format": "esm"
3024
3038
  },
3025
- "src/utils/migrateWorkspaceRegistry.ts": {
3026
- "bytes": 6194,
3039
+ "src/utils/errorSerializer.ts": {
3040
+ "bytes": 4796,
3041
+ "imports": [],
3042
+ "format": "esm"
3043
+ },
3044
+ "src/services/WorkItemEventStore.ts": {
3045
+ "bytes": 10941,
3027
3046
  "imports": [
3028
3047
  {
3029
- "path": "fs",
3048
+ "path": "src/middleware/logger.ts",
3030
3049
  "kind": "import-statement",
3031
- "external": true
3050
+ "original": "../middleware/logger"
3032
3051
  },
3033
3052
  {
3034
- "path": "path",
3053
+ "path": "src/utils/errorSerializer.ts",
3054
+ "kind": "import-statement",
3055
+ "original": "../utils/errorSerializer"
3056
+ }
3057
+ ],
3058
+ "format": "esm"
3059
+ },
3060
+ "src/services/SmartPollingService.ts": {
3061
+ "bytes": 43869,
3062
+ "imports": [
3063
+ {
3064
+ "path": "events",
3035
3065
  "kind": "import-statement",
3036
3066
  "external": true
3037
3067
  },
@@ -3041,66 +3071,50 @@
3041
3071
  "original": "../middleware/logger"
3042
3072
  },
3043
3073
  {
3044
- "path": "src/utils/configPath.ts",
3074
+ "path": "./OrganizationManager",
3045
3075
  "kind": "import-statement",
3046
- "original": "./configPath"
3076
+ "external": true
3047
3077
  },
3048
3078
  {
3049
- "path": "src/utils/fingerprint.ts",
3050
- "kind": "import-statement",
3051
- "original": "./fingerprint"
3052
- }
3053
- ],
3054
- "format": "esm"
3055
- },
3056
- "src/services/WorkspaceRegistryService.ts": {
3057
- "bytes": 16948,
3058
- "imports": [
3059
- {
3060
- "path": "fs",
3079
+ "path": "./AgentIdentityService",
3061
3080
  "kind": "import-statement",
3062
3081
  "external": true
3063
3082
  },
3064
3083
  {
3065
- "path": "path",
3084
+ "path": "../graphql/generated",
3066
3085
  "kind": "import-statement",
3067
3086
  "external": true
3068
3087
  },
3069
3088
  {
3070
- "path": "src/middleware/logger.ts",
3089
+ "path": "src/graphql/TypedGraphQLClient.ts",
3071
3090
  "kind": "import-statement",
3072
- "original": "../middleware/logger"
3091
+ "original": "../graphql/TypedGraphQLClient"
3073
3092
  },
3074
3093
  {
3075
- "path": "src/services/WorkspaceConfigurationService.ts",
3094
+ "path": "../handlers/WorkHandlerRegistry",
3076
3095
  "kind": "import-statement",
3077
- "original": "./WorkspaceConfigurationService"
3096
+ "external": true
3078
3097
  },
3079
3098
  {
3080
- "path": "src/utils/configPath.ts",
3099
+ "path": "@task-shepherd/shared",
3081
3100
  "kind": "import-statement",
3082
- "original": "../utils/configPath"
3101
+ "external": true
3083
3102
  },
3084
3103
  {
3085
- "path": "src/utils/migrateWorkspaceRegistry.ts",
3104
+ "path": "src/services/WorkItemEventStore.ts",
3086
3105
  "kind": "import-statement",
3087
- "original": "../utils/migrateWorkspaceRegistry"
3106
+ "original": "./WorkItemEventStore"
3088
3107
  },
3089
3108
  {
3090
- "path": "src/utils/fingerprint.ts",
3109
+ "path": "src/utils/errorSerializer.ts",
3091
3110
  "kind": "import-statement",
3092
- "original": "../utils/fingerprint"
3111
+ "original": "../utils/errorSerializer"
3093
3112
  }
3094
3113
  ],
3095
3114
  "format": "esm"
3096
3115
  },
3097
- "src/types/organization.ts": {
3098
- "bytes": 6245,
3099
- "imports": [],
3100
- "format": "esm"
3101
- },
3102
- "src/services/OrganizationManager.ts": {
3103
- "bytes": 52513,
3116
+ "src/services/MultiOrganizationWorkerService.ts": {
3117
+ "bytes": 23742,
3104
3118
  "imports": [
3105
3119
  {
3106
3120
  "path": "events",
@@ -3108,240 +3122,55 @@
3108
3122
  "external": true
3109
3123
  },
3110
3124
  {
3111
- "path": "fs/promises",
3125
+ "path": "src/middleware/logger.ts",
3112
3126
  "kind": "import-statement",
3113
- "external": true
3127
+ "original": "../middleware/logger"
3114
3128
  },
3115
3129
  {
3116
- "path": "path",
3130
+ "path": "./OrganizationManager",
3117
3131
  "kind": "import-statement",
3118
3132
  "external": true
3119
3133
  },
3120
3134
  {
3121
- "path": "src/middleware/logger.ts",
3135
+ "path": "./AgentIdentityService",
3122
3136
  "kind": "import-statement",
3123
- "original": "../middleware/logger"
3137
+ "external": true
3124
3138
  },
3125
3139
  {
3126
- "path": "src/utils/configPath.ts",
3140
+ "path": "./TokenUsageTracker",
3127
3141
  "kind": "import-statement",
3128
- "original": "../utils/configPath"
3142
+ "external": true
3129
3143
  },
3130
3144
  {
3131
- "path": "src/services/GraphQLHttpClient.ts",
3145
+ "path": "src/services/SmartPollingService.ts",
3132
3146
  "kind": "import-statement",
3133
- "original": "./GraphQLHttpClient"
3147
+ "original": "./SmartPollingService"
3134
3148
  },
3135
3149
  {
3136
- "path": "src/graphql/TypedGraphQLClient.ts",
3150
+ "path": "src/handlers/WorkHandlerRegistry.ts",
3137
3151
  "kind": "import-statement",
3138
- "original": "../graphql/TypedGraphQLClient"
3152
+ "original": "../handlers/WorkHandlerRegistry"
3139
3153
  },
3140
3154
  {
3141
- "path": "src/services/WorkspaceSyncService.ts",
3155
+ "path": "./HttpClient",
3142
3156
  "kind": "import-statement",
3143
- "original": "./WorkspaceSyncService"
3157
+ "external": true
3144
3158
  },
3145
3159
  {
3146
- "path": "src/types/organization.ts",
3160
+ "path": "./TCPIPCService",
3147
3161
  "kind": "import-statement",
3148
- "original": "../types/organization"
3162
+ "external": true
3149
3163
  }
3150
3164
  ],
3151
3165
  "format": "esm"
3152
3166
  },
3153
- "src/services/WorkspaceSyncService.ts": {
3154
- "bytes": 18444,
3167
+ "src/index.ts": {
3168
+ "bytes": 86832,
3155
3169
  "imports": [
3156
3170
  {
3157
- "path": "src/middleware/logger.ts",
3171
+ "path": "dotenv",
3158
3172
  "kind": "import-statement",
3159
- "original": "../middleware/logger"
3160
- },
3161
- {
3162
- "path": "src/services/WorkspaceRegistryService.ts",
3163
- "kind": "import-statement",
3164
- "original": "./WorkspaceRegistryService"
3165
- },
3166
- {
3167
- "path": "src/services/OrganizationManager.ts",
3168
- "kind": "import-statement",
3169
- "original": "./OrganizationManager"
3170
- },
3171
- {
3172
- "path": "src/services/GraphQLHttpClient.ts",
3173
- "kind": "import-statement",
3174
- "original": "./GraphQLHttpClient"
3175
- },
3176
- {
3177
- "path": "events",
3178
- "kind": "import-statement",
3179
- "external": true
3180
- },
3181
- {
3182
- "path": "src/graphql/generated.ts",
3183
- "kind": "import-statement",
3184
- "original": "../graphql/generated"
3185
- }
3186
- ],
3187
- "format": "esm"
3188
- },
3189
- "src/utils/errorSerializer.ts": {
3190
- "bytes": 4796,
3191
- "imports": [],
3192
- "format": "esm"
3193
- },
3194
- "src/services/WorkItemEventStore.ts": {
3195
- "bytes": 10941,
3196
- "imports": [
3197
- {
3198
- "path": "src/middleware/logger.ts",
3199
- "kind": "import-statement",
3200
- "original": "../middleware/logger"
3201
- },
3202
- {
3203
- "path": "src/utils/errorSerializer.ts",
3204
- "kind": "import-statement",
3205
- "original": "../utils/errorSerializer"
3206
- }
3207
- ],
3208
- "format": "esm"
3209
- },
3210
- "src/services/SmartPollingService.ts": {
3211
- "bytes": 43869,
3212
- "imports": [
3213
- {
3214
- "path": "events",
3215
- "kind": "import-statement",
3216
- "external": true
3217
- },
3218
- {
3219
- "path": "src/middleware/logger.ts",
3220
- "kind": "import-statement",
3221
- "original": "../middleware/logger"
3222
- },
3223
- {
3224
- "path": "./OrganizationManager",
3225
- "kind": "import-statement",
3226
- "external": true
3227
- },
3228
- {
3229
- "path": "./AgentIdentityService",
3230
- "kind": "import-statement",
3231
- "external": true
3232
- },
3233
- {
3234
- "path": "../graphql/generated",
3235
- "kind": "import-statement",
3236
- "external": true
3237
- },
3238
- {
3239
- "path": "src/graphql/TypedGraphQLClient.ts",
3240
- "kind": "import-statement",
3241
- "original": "../graphql/TypedGraphQLClient"
3242
- },
3243
- {
3244
- "path": "../handlers/WorkHandlerRegistry",
3245
- "kind": "import-statement",
3246
- "external": true
3247
- },
3248
- {
3249
- "path": "@task-shepherd/shared",
3250
- "kind": "import-statement",
3251
- "external": true
3252
- },
3253
- {
3254
- "path": "src/services/WorkItemEventStore.ts",
3255
- "kind": "import-statement",
3256
- "original": "./WorkItemEventStore"
3257
- },
3258
- {
3259
- "path": "src/utils/errorSerializer.ts",
3260
- "kind": "import-statement",
3261
- "original": "../utils/errorSerializer"
3262
- }
3263
- ],
3264
- "format": "esm"
3265
- },
3266
- "src/services/MultiOrganizationWorkerService.ts": {
3267
- "bytes": 23742,
3268
- "imports": [
3269
- {
3270
- "path": "events",
3271
- "kind": "import-statement",
3272
- "external": true
3273
- },
3274
- {
3275
- "path": "src/middleware/logger.ts",
3276
- "kind": "import-statement",
3277
- "original": "../middleware/logger"
3278
- },
3279
- {
3280
- "path": "./OrganizationManager",
3281
- "kind": "import-statement",
3282
- "external": true
3283
- },
3284
- {
3285
- "path": "./AgentIdentityService",
3286
- "kind": "import-statement",
3287
- "external": true
3288
- },
3289
- {
3290
- "path": "./TokenUsageTracker",
3291
- "kind": "import-statement",
3292
- "external": true
3293
- },
3294
- {
3295
- "path": "src/services/SmartPollingService.ts",
3296
- "kind": "import-statement",
3297
- "original": "./SmartPollingService"
3298
- },
3299
- {
3300
- "path": "src/handlers/WorkHandlerRegistry.ts",
3301
- "kind": "import-statement",
3302
- "original": "../handlers/WorkHandlerRegistry"
3303
- },
3304
- {
3305
- "path": "./HttpClient",
3306
- "kind": "import-statement",
3307
- "external": true
3308
- },
3309
- {
3310
- "path": "./TCPIPCService",
3311
- "kind": "import-statement",
3312
- "external": true
3313
- }
3314
- ],
3315
- "format": "esm"
3316
- },
3317
- "src/services/WorkspaceDiscoveryService.ts": {
3318
- "bytes": 57029,
3319
- "imports": [
3320
- {
3321
- "path": "fs",
3322
- "kind": "import-statement",
3323
- "external": true
3324
- },
3325
- {
3326
- "path": "path",
3327
- "kind": "import-statement",
3328
- "external": true
3329
- },
3330
- {
3331
- "path": "src/middleware/logger.ts",
3332
- "kind": "import-statement",
3333
- "original": "../middleware/logger"
3334
- }
3335
- ],
3336
- "format": "esm"
3337
- },
3338
- "src/index.ts": {
3339
- "bytes": 86222,
3340
- "imports": [
3341
- {
3342
- "path": "dotenv",
3343
- "kind": "import-statement",
3344
- "external": true
3173
+ "external": true
3345
3174
  },
3346
3175
  {
3347
3176
  "path": "express",
@@ -3408,16 +3237,6 @@
3408
3237
  "kind": "import-statement",
3409
3238
  "original": "./services/TokenUsageTracker"
3410
3239
  },
3411
- {
3412
- "path": "src/services/WorkspaceRegistryService.ts",
3413
- "kind": "import-statement",
3414
- "original": "./services/WorkspaceRegistryService"
3415
- },
3416
- {
3417
- "path": "src/services/WorkspaceSyncService.ts",
3418
- "kind": "import-statement",
3419
- "original": "./services/WorkspaceSyncService"
3420
- },
3421
3240
  {
3422
3241
  "path": "src/services/OrganizationManager.ts",
3423
3242
  "kind": "import-statement",
@@ -3428,11 +3247,6 @@
3428
3247
  "kind": "import-statement",
3429
3248
  "original": "./services/MultiOrganizationWorkerService"
3430
3249
  },
3431
- {
3432
- "path": "src/services/WorkspaceDiscoveryService.ts",
3433
- "kind": "import-statement",
3434
- "original": "./services/WorkspaceDiscoveryService"
3435
- },
3436
3250
  {
3437
3251
  "path": "src/handlers/HandlerFactory.ts",
3438
3252
  "kind": "import-statement",
@@ -3549,334 +3363,64 @@
3549
3363
  ],
3550
3364
  "format": "esm"
3551
3365
  },
3552
- "src/cli/commands/OrganizationCommands.ts": {
3553
- "bytes": 16093,
3554
- "imports": [
3555
- {
3556
- "path": "chalk",
3557
- "kind": "import-statement",
3558
- "external": true
3559
- },
3560
- {
3561
- "path": "prompts",
3562
- "kind": "import-statement",
3563
- "external": true
3564
- },
3565
- {
3566
- "path": "src/services/OrganizationManager.ts",
3567
- "kind": "import-statement",
3568
- "original": "../../services/OrganizationManager"
3569
- },
3570
- {
3571
- "path": "../../types/organization",
3572
- "kind": "import-statement",
3573
- "external": true
3574
- },
3575
- {
3576
- "path": "uuid",
3577
- "kind": "import-statement",
3578
- "external": true
3579
- }
3580
- ],
3581
- "format": "esm"
3582
- },
3583
- "src/services/detectors/DotNetWorkspaceDetector.ts": {
3584
- "bytes": 12876,
3585
- "imports": [
3586
- {
3587
- "path": "fs",
3588
- "kind": "import-statement",
3589
- "external": true
3590
- },
3591
- {
3592
- "path": "path",
3593
- "kind": "import-statement",
3594
- "external": true
3595
- },
3596
- {
3597
- "path": "src/middleware/logger.ts",
3598
- "kind": "import-statement",
3599
- "original": "../../middleware/logger"
3600
- },
3601
- {
3602
- "path": "glob",
3603
- "kind": "dynamic-import",
3604
- "external": true
3605
- },
3606
- {
3607
- "path": "glob",
3608
- "kind": "dynamic-import",
3609
- "external": true
3610
- },
3611
- {
3612
- "path": "glob",
3613
- "kind": "dynamic-import",
3614
- "external": true
3615
- },
3616
- {
3617
- "path": "glob",
3618
- "kind": "dynamic-import",
3619
- "external": true
3620
- }
3621
- ],
3622
- "format": "esm"
3623
- },
3624
- "src/services/detectors/PythonWorkspaceDetector.ts": {
3625
- "bytes": 22099,
3626
- "imports": [
3627
- {
3628
- "path": "fs",
3629
- "kind": "import-statement",
3630
- "external": true
3631
- },
3632
- {
3633
- "path": "path",
3634
- "kind": "import-statement",
3635
- "external": true
3636
- },
3637
- {
3638
- "path": "src/middleware/logger.ts",
3639
- "kind": "import-statement",
3640
- "original": "../../middleware/logger"
3641
- },
3642
- {
3643
- "path": "glob",
3644
- "kind": "dynamic-import",
3645
- "external": true
3646
- },
3647
- {
3648
- "path": "glob",
3649
- "kind": "dynamic-import",
3650
- "external": true
3651
- },
3652
- {
3653
- "path": "glob",
3654
- "kind": "dynamic-import",
3655
- "external": true
3656
- },
3657
- {
3658
- "path": "glob",
3659
- "kind": "dynamic-import",
3660
- "external": true
3661
- },
3662
- {
3663
- "path": "glob",
3664
- "kind": "dynamic-import",
3665
- "external": true
3666
- },
3667
- {
3668
- "path": "glob",
3669
- "kind": "dynamic-import",
3670
- "external": true
3671
- },
3672
- {
3673
- "path": "glob",
3674
- "kind": "dynamic-import",
3675
- "external": true
3676
- }
3677
- ],
3678
- "format": "esm"
3679
- },
3680
- "src/services/detectors/ServerlessWorkspaceDetector.ts": {
3681
- "bytes": 17257,
3366
+ "src/cli/commands/WorkspaceMapCommands.ts": {
3367
+ "bytes": 6553,
3682
3368
  "imports": [
3683
3369
  {
3684
- "path": "fs",
3685
- "kind": "import-statement",
3686
- "external": true
3687
- },
3688
- {
3689
- "path": "path",
3370
+ "path": "commander",
3690
3371
  "kind": "import-statement",
3691
3372
  "external": true
3692
3373
  },
3693
3374
  {
3694
- "path": "src/middleware/logger.ts",
3375
+ "path": "chalk",
3695
3376
  "kind": "import-statement",
3696
- "original": "../../middleware/logger"
3697
- },
3698
- {
3699
- "path": "glob",
3700
- "kind": "dynamic-import",
3701
- "external": true
3702
- },
3703
- {
3704
- "path": "glob",
3705
- "kind": "dynamic-import",
3706
3377
  "external": true
3707
3378
  },
3708
3379
  {
3709
- "path": "glob",
3710
- "kind": "dynamic-import",
3711
- "external": true
3712
- }
3713
- ],
3714
- "format": "esm"
3715
- },
3716
- "src/services/detectors/AwsSamWorkspaceDetector.ts": {
3717
- "bytes": 22021,
3718
- "imports": [
3719
- {
3720
- "path": "fs",
3380
+ "path": "src/services/WorkspaceMappingService.ts",
3721
3381
  "kind": "import-statement",
3722
- "external": true
3382
+ "original": "../../services/WorkspaceMappingService"
3723
3383
  },
3724
3384
  {
3725
- "path": "path",
3385
+ "path": "src/services/OrganizationManager.ts",
3726
3386
  "kind": "import-statement",
3727
- "external": true
3387
+ "original": "../../services/OrganizationManager"
3728
3388
  },
3729
3389
  {
3730
3390
  "path": "src/middleware/logger.ts",
3731
3391
  "kind": "import-statement",
3732
3392
  "original": "../../middleware/logger"
3733
- },
3734
- {
3735
- "path": "glob",
3736
- "kind": "dynamic-import",
3737
- "external": true
3738
- },
3739
- {
3740
- "path": "glob",
3741
- "kind": "dynamic-import",
3742
- "external": true
3743
- },
3744
- {
3745
- "path": "glob",
3746
- "kind": "dynamic-import",
3747
- "external": true
3748
- },
3749
- {
3750
- "path": "glob",
3751
- "kind": "dynamic-import",
3752
- "external": true
3753
- },
3754
- {
3755
- "path": "glob",
3756
- "kind": "dynamic-import",
3757
- "external": true
3758
- },
3759
- {
3760
- "path": "glob",
3761
- "kind": "dynamic-import",
3762
- "external": true
3763
3393
  }
3764
3394
  ],
3765
3395
  "format": "esm"
3766
3396
  },
3767
- "src/services/detectors/JavaScriptWorkspaceDetector.ts": {
3768
- "bytes": 22776,
3397
+ "src/cli/commands/OrganizationCommands.ts": {
3398
+ "bytes": 16093,
3769
3399
  "imports": [
3770
3400
  {
3771
- "path": "fs",
3772
- "kind": "import-statement",
3773
- "external": true
3774
- },
3775
- {
3776
- "path": "path",
3777
- "kind": "import-statement",
3778
- "external": true
3779
- },
3780
- {
3781
- "path": "src/middleware/logger.ts",
3401
+ "path": "chalk",
3782
3402
  "kind": "import-statement",
3783
- "original": "../../middleware/logger"
3784
- },
3785
- {
3786
- "path": "glob",
3787
- "kind": "dynamic-import",
3788
- "external": true
3789
- },
3790
- {
3791
- "path": "glob",
3792
- "kind": "dynamic-import",
3793
- "external": true
3794
- },
3795
- {
3796
- "path": "glob",
3797
- "kind": "dynamic-import",
3798
3403
  "external": true
3799
3404
  },
3800
- {
3801
- "path": "glob",
3802
- "kind": "dynamic-import",
3803
- "external": true
3804
- }
3805
- ],
3806
- "format": "esm"
3807
- },
3808
- "src/cli/commands/WorkspaceRegistrationWizard.ts": {
3809
- "bytes": 36689,
3810
- "imports": [
3811
3405
  {
3812
3406
  "path": "prompts",
3813
3407
  "kind": "import-statement",
3814
3408
  "external": true
3815
3409
  },
3816
3410
  {
3817
- "path": "chalk",
3411
+ "path": "src/services/OrganizationManager.ts",
3818
3412
  "kind": "import-statement",
3819
- "external": true
3413
+ "original": "../../services/OrganizationManager"
3820
3414
  },
3821
3415
  {
3822
- "path": "fs",
3416
+ "path": "../../types/organization",
3823
3417
  "kind": "import-statement",
3824
3418
  "external": true
3825
3419
  },
3826
3420
  {
3827
- "path": "path",
3421
+ "path": "uuid",
3828
3422
  "kind": "import-statement",
3829
3423
  "external": true
3830
- },
3831
- {
3832
- "path": "src/services/WorkspaceConfigurationService.ts",
3833
- "kind": "import-statement",
3834
- "original": "../../services/WorkspaceConfigurationService"
3835
- },
3836
- {
3837
- "path": "src/middleware/logger.ts",
3838
- "kind": "import-statement",
3839
- "original": "../../middleware/logger"
3840
- },
3841
- {
3842
- "path": "src/services/detectors/DotNetWorkspaceDetector.ts",
3843
- "kind": "import-statement",
3844
- "original": "../../services/detectors/DotNetWorkspaceDetector"
3845
- },
3846
- {
3847
- "path": "src/services/detectors/PythonWorkspaceDetector.ts",
3848
- "kind": "import-statement",
3849
- "original": "../../services/detectors/PythonWorkspaceDetector"
3850
- },
3851
- {
3852
- "path": "src/services/detectors/ServerlessWorkspaceDetector.ts",
3853
- "kind": "import-statement",
3854
- "original": "../../services/detectors/ServerlessWorkspaceDetector"
3855
- },
3856
- {
3857
- "path": "src/services/detectors/AwsSamWorkspaceDetector.ts",
3858
- "kind": "import-statement",
3859
- "original": "../../services/detectors/AwsSamWorkspaceDetector"
3860
- },
3861
- {
3862
- "path": "src/services/detectors/JavaScriptWorkspaceDetector.ts",
3863
- "kind": "import-statement",
3864
- "original": "../../services/detectors/JavaScriptWorkspaceDetector"
3865
- },
3866
- {
3867
- "path": "src/services/OrganizationManager.ts",
3868
- "kind": "dynamic-import",
3869
- "original": "../../services/OrganizationManager"
3870
- },
3871
- {
3872
- "path": "src/services/WorkspaceRegistryService.ts",
3873
- "kind": "dynamic-import",
3874
- "original": "../../services/WorkspaceRegistryService"
3875
- },
3876
- {
3877
- "path": "src/services/WorkspaceRegistryService.ts",
3878
- "kind": "dynamic-import",
3879
- "original": "../../services/WorkspaceRegistryService"
3880
3424
  }
3881
3425
  ],
3882
3426
  "format": "esm"
@@ -3923,7 +3467,7 @@
3923
3467
  "format": "esm"
3924
3468
  },
3925
3469
  "src/cli/index.ts": {
3926
- "bytes": 39296,
3470
+ "bytes": 20506,
3927
3471
  "imports": [
3928
3472
  {
3929
3473
  "path": "commander",
@@ -3961,69 +3505,24 @@
3961
3505
  "original": "../services/TokenUsageTracker"
3962
3506
  },
3963
3507
  {
3964
- "path": "path",
3508
+ "path": "src/cli/commands/WorkspaceMapCommands.ts",
3965
3509
  "kind": "import-statement",
3966
- "external": true
3510
+ "original": "./commands/WorkspaceMapCommands"
3967
3511
  },
3968
3512
  {
3969
- "path": "fs",
3513
+ "path": "path",
3970
3514
  "kind": "import-statement",
3971
3515
  "external": true
3972
3516
  },
3973
3517
  {
3974
- "path": "src/index.ts",
3975
- "kind": "dynamic-import",
3976
- "original": "../index"
3977
- },
3978
- {
3979
- "path": "readline",
3980
- "kind": "require-call",
3981
- "external": true
3982
- },
3983
- {
3984
- "path": "src/cli/commands/OrganizationCommands.ts",
3985
- "kind": "dynamic-import",
3986
- "original": "./commands/OrganizationCommands"
3987
- },
3988
- {
3989
- "path": "src/cli/commands/OrganizationCommands.ts",
3990
- "kind": "dynamic-import",
3991
- "original": "./commands/OrganizationCommands"
3992
- },
3993
- {
3994
- "path": "src/cli/commands/OrganizationCommands.ts",
3995
- "kind": "dynamic-import",
3996
- "original": "./commands/OrganizationCommands"
3997
- },
3998
- {
3999
- "path": "src/cli/commands/OrganizationCommands.ts",
4000
- "kind": "dynamic-import",
4001
- "original": "./commands/OrganizationCommands"
4002
- },
4003
- {
4004
- "path": "src/cli/commands/OrganizationCommands.ts",
4005
- "kind": "dynamic-import",
4006
- "original": "./commands/OrganizationCommands"
4007
- },
4008
- {
4009
- "path": "src/cli/commands/OrganizationCommands.ts",
4010
- "kind": "dynamic-import",
4011
- "original": "./commands/OrganizationCommands"
4012
- },
4013
- {
4014
- "path": "src/cli/commands/WorkspaceRegistrationWizard.ts",
4015
- "kind": "dynamic-import",
4016
- "original": "./commands/WorkspaceRegistrationWizard"
4017
- },
4018
- {
4019
- "path": "src/services/WorkspaceRegistryService.ts",
4020
- "kind": "dynamic-import",
4021
- "original": "../services/WorkspaceRegistryService"
3518
+ "path": "fs",
3519
+ "kind": "import-statement",
3520
+ "external": true
4022
3521
  },
4023
3522
  {
4024
- "path": "src/services/WorkspaceRegistryService.ts",
3523
+ "path": "src/index.ts",
4025
3524
  "kind": "dynamic-import",
4026
- "original": "../services/WorkspaceRegistryService"
3525
+ "original": "../index"
4027
3526
  },
4028
3527
  {
4029
3528
  "path": "readline",
@@ -4031,44 +3530,34 @@
4031
3530
  "external": true
4032
3531
  },
4033
3532
  {
4034
- "path": "prompts",
4035
- "kind": "dynamic-import",
4036
- "external": true
4037
- },
4038
- {
4039
- "path": "src/services/WorkspaceRegistryService.ts",
4040
- "kind": "dynamic-import",
4041
- "original": "../services/WorkspaceRegistryService"
4042
- },
4043
- {
4044
- "path": "src/services/OrganizationManager.ts",
3533
+ "path": "src/cli/commands/OrganizationCommands.ts",
4045
3534
  "kind": "dynamic-import",
4046
- "original": "../services/OrganizationManager"
3535
+ "original": "./commands/OrganizationCommands"
4047
3536
  },
4048
3537
  {
4049
- "path": "src/services/WorkspaceSyncService.ts",
3538
+ "path": "src/cli/commands/OrganizationCommands.ts",
4050
3539
  "kind": "dynamic-import",
4051
- "original": "../services/WorkspaceSyncService"
3540
+ "original": "./commands/OrganizationCommands"
4052
3541
  },
4053
3542
  {
4054
- "path": "src/services/WorkspaceSyncService.ts",
3543
+ "path": "src/cli/commands/OrganizationCommands.ts",
4055
3544
  "kind": "dynamic-import",
4056
- "original": "../services/WorkspaceSyncService"
3545
+ "original": "./commands/OrganizationCommands"
4057
3546
  },
4058
3547
  {
4059
- "path": "src/services/WorkspaceRegistryService.ts",
3548
+ "path": "src/cli/commands/OrganizationCommands.ts",
4060
3549
  "kind": "dynamic-import",
4061
- "original": "../services/WorkspaceRegistryService"
3550
+ "original": "./commands/OrganizationCommands"
4062
3551
  },
4063
3552
  {
4064
- "path": "src/services/WorkspaceRegistryService.ts",
3553
+ "path": "src/cli/commands/OrganizationCommands.ts",
4065
3554
  "kind": "dynamic-import",
4066
- "original": "../services/WorkspaceRegistryService"
3555
+ "original": "./commands/OrganizationCommands"
4067
3556
  },
4068
3557
  {
4069
- "path": "src/services/WorkspaceSyncService.ts",
3558
+ "path": "src/cli/commands/OrganizationCommands.ts",
4070
3559
  "kind": "dynamic-import",
4071
- "original": "../services/WorkspaceSyncService"
3560
+ "original": "./commands/OrganizationCommands"
4072
3561
  },
4073
3562
  {
4074
3563
  "path": "src/cli/commands/debug-work-item.ts",
@@ -4333,12 +3822,7 @@
4333
3822
  "external": true
4334
3823
  },
4335
3824
  {
4336
- "path": "fs",
4337
- "kind": "require-call",
4338
- "external": true
4339
- },
4340
- {
4341
- "path": "path",
3825
+ "path": "fs/promises",
4342
3826
  "kind": "require-call",
4343
3827
  "external": true
4344
3828
  },
@@ -4347,26 +3831,6 @@
4347
3831
  "kind": "require-call",
4348
3832
  "external": true
4349
3833
  },
4350
- {
4351
- "path": "os",
4352
- "kind": "require-call",
4353
- "external": true
4354
- },
4355
- {
4356
- "path": "net",
4357
- "kind": "require-call",
4358
- "external": true
4359
- },
4360
- {
4361
- "path": "events",
4362
- "kind": "require-call",
4363
- "external": true
4364
- },
4365
- {
4366
- "path": "child_process",
4367
- "kind": "require-call",
4368
- "external": true
4369
- },
4370
3834
  {
4371
3835
  "path": "fs",
4372
3836
  "kind": "require-call",
@@ -4377,38 +3841,28 @@
4377
3841
  "kind": "require-call",
4378
3842
  "external": true
4379
3843
  },
4380
- {
4381
- "path": "fs",
4382
- "kind": "require-call",
4383
- "external": true
4384
- },
4385
3844
  {
4386
3845
  "path": "path",
4387
3846
  "kind": "require-call",
4388
3847
  "external": true
4389
3848
  },
4390
3849
  {
4391
- "path": "fs",
4392
- "kind": "require-call",
4393
- "external": true
4394
- },
4395
- {
4396
- "path": "path",
3850
+ "path": "os",
4397
3851
  "kind": "require-call",
4398
3852
  "external": true
4399
3853
  },
4400
3854
  {
4401
- "path": "fs",
3855
+ "path": "net",
4402
3856
  "kind": "require-call",
4403
3857
  "external": true
4404
3858
  },
4405
3859
  {
4406
- "path": "path",
3860
+ "path": "events",
4407
3861
  "kind": "require-call",
4408
3862
  "external": true
4409
3863
  },
4410
3864
  {
4411
- "path": "crypto",
3865
+ "path": "child_process",
4412
3866
  "kind": "require-call",
4413
3867
  "external": true
4414
3868
  },
@@ -4446,34 +3900,19 @@
4446
3900
  "path": "events",
4447
3901
  "kind": "require-call",
4448
3902
  "external": true
4449
- },
4450
- {
4451
- "path": "events",
4452
- "kind": "require-call",
4453
- "external": true
4454
- },
4455
- {
4456
- "path": "fs",
4457
- "kind": "require-call",
4458
- "external": true
4459
- },
4460
- {
4461
- "path": "path",
4462
- "kind": "require-call",
4463
- "external": true
4464
3903
  }
4465
3904
  ],
4466
3905
  "exports": [],
4467
3906
  "entryPoint": "src/index.ts",
4468
3907
  "inputs": {
4469
3908
  "../../node_modules/zod/v3/helpers/util.js": {
4470
- "bytesInOutput": 1715
3909
+ "bytesInOutput": 1711
4471
3910
  },
4472
3911
  "../../node_modules/zod/v3/ZodError.js": {
4473
- "bytesInOutput": 1691
3912
+ "bytesInOutput": 1689
4474
3913
  },
4475
3914
  "../../node_modules/zod/v3/locales/en.js": {
4476
- "bytesInOutput": 3058
3915
+ "bytesInOutput": 3052
4477
3916
  },
4478
3917
  "../../node_modules/zod/v3/errors.js": {
4479
3918
  "bytesInOutput": 75
@@ -4488,10 +3927,10 @@
4488
3927
  "bytesInOutput": 142
4489
3928
  },
4490
3929
  "../../node_modules/zod/v3/types.js": {
4491
- "bytesInOutput": 50091
3930
+ "bytesInOutput": 50069
4492
3931
  },
4493
3932
  "../../node_modules/zod/v3/external.js": {
4494
- "bytesInOutput": 1816
3933
+ "bytesInOutput": 1815
4495
3934
  },
4496
3935
  "../../node_modules/zod/index.js": {
4497
3936
  "bytesInOutput": 27
@@ -4500,19 +3939,19 @@
4500
3939
  "bytesInOutput": 6371
4501
3940
  },
4502
3941
  "src/config/ConfigurationManager.ts": {
4503
- "bytesInOutput": 7101
3942
+ "bytesInOutput": 7103
4504
3943
  },
4505
3944
  "src/utils/claudeUtils.ts": {
4506
3945
  "bytesInOutput": 1093
4507
3946
  },
4508
3947
  "src/config/validators.ts": {
4509
- "bytesInOutput": 8030
3948
+ "bytesInOutput": 8032
4510
3949
  },
4511
3950
  "src/config/index.ts": {
4512
3951
  "bytesInOutput": 1086
4513
3952
  },
4514
3953
  "src/middleware/logger.ts": {
4515
- "bytesInOutput": 699
3954
+ "bytesInOutput": 700
4516
3955
  },
4517
3956
  "../../node_modules/node-fetch/node_modules/webidl-conversions/lib/index.js": {
4518
3957
  "bytesInOutput": 2442
@@ -4608,7 +4047,7 @@
4608
4047
  "bytesInOutput": 731
4609
4048
  },
4610
4049
  "../../node_modules/node-fetch/lib/index.js": {
4611
- "bytesInOutput": 19173
4050
+ "bytesInOutput": 19157
4612
4051
  },
4613
4052
  "package.json": {
4614
4053
  "bytesInOutput": 3441
@@ -4620,19 +4059,19 @@
4620
4059
  "bytesInOutput": 7869
4621
4060
  },
4622
4061
  "src/index.ts": {
4623
- "bytesInOutput": 36667
4062
+ "bytesInOutput": 32963
4624
4063
  },
4625
4064
  "src/config/ConfigLoader.ts": {
4626
- "bytesInOutput": 5663
4065
+ "bytesInOutput": 5666
4627
4066
  },
4628
4067
  "src/services/AgentIdentityService.ts": {
4629
- "bytesInOutput": 6251
4068
+ "bytesInOutput": 6254
4630
4069
  },
4631
4070
  "src/services/AgentService.ts": {
4632
4071
  "bytesInOutput": 14827
4633
4072
  },
4634
4073
  "src/services/HttpClient.ts": {
4635
- "bytesInOutput": 4262
4074
+ "bytesInOutput": 4264
4636
4075
  },
4637
4076
  "src/handlers/WorkHandlerRegistry.ts": {
4638
4077
  "bytesInOutput": 2680
@@ -4650,16 +4089,16 @@
4650
4089
  "bytesInOutput": 23554
4651
4090
  },
4652
4091
  "src/services/WorkItemErrorTracker.ts": {
4653
- "bytesInOutput": 8190
4092
+ "bytesInOutput": 8192
4654
4093
  },
4655
4094
  "src/services/AgentPauseService.ts": {
4656
4095
  "bytesInOutput": 1593
4657
4096
  },
4658
4097
  "src/services/ClaudeCliExecutor.ts": {
4659
- "bytesInOutput": 3495
4098
+ "bytesInOutput": 4069
4660
4099
  },
4661
4100
  "src/utils/claudeLogger.ts": {
4662
- "bytesInOutput": 1634
4101
+ "bytesInOutput": 1636
4663
4102
  },
4664
4103
  "src/handlers/ProjectReviewHandler.ts": {
4665
4104
  "bytesInOutput": 16153
@@ -4710,7 +4149,7 @@
4710
4149
  "bytesInOutput": 34
4711
4150
  },
4712
4151
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
4713
- "bytesInOutput": 24334
4152
+ "bytesInOutput": 24328
4714
4153
  },
4715
4154
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/index.js": {
4716
4155
  "bytesInOutput": 446
@@ -4851,7 +4290,7 @@
4851
4290
  "bytesInOutput": 1265
4852
4291
  },
4853
4292
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/to-json-schema.js": {
4854
- "bytesInOutput": 11804
4293
+ "bytesInOutput": 11802
4855
4294
  },
4856
4295
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/json-schema.js": {
4857
4296
  "bytesInOutput": 10
@@ -4899,13 +4338,16 @@
4899
4338
  "bytesInOutput": 0
4900
4339
  },
4901
4340
  "src/handlers/DevelopmentPlanningHandler.ts": {
4902
- "bytesInOutput": 37037
4341
+ "bytesInOutput": 40998
4342
+ },
4343
+ "src/services/WorkspaceMappingService.ts": {
4344
+ "bytesInOutput": 3548
4903
4345
  },
4904
4346
  "src/handlers/StoryImplementationHandler.ts": {
4905
4347
  "bytesInOutput": 655
4906
4348
  },
4907
4349
  "src/handlers/ReviewApplicationHandler.ts": {
4908
- "bytesInOutput": 16955
4350
+ "bytesInOutput": 17239
4909
4351
  },
4910
4352
  "src/handlers/StoryTaskGeneratorHandler.ts": {
4911
4353
  "bytesInOutput": 11553
@@ -4914,10 +4356,10 @@
4914
4356
  "bytesInOutput": 1681
4915
4357
  },
4916
4358
  "src/services/CompletedWorkService.ts": {
4917
- "bytesInOutput": 3199
4359
+ "bytesInOutput": 3201
4918
4360
  },
4919
4361
  "src/utils/configPath.ts": {
4920
- "bytesInOutput": 253
4362
+ "bytesInOutput": 255
4921
4363
  },
4922
4364
  "src/services/MainApiIntegration.ts": {
4923
4365
  "bytesInOutput": 3985
@@ -4929,223 +4371,39 @@
4929
4371
  "bytesInOutput": 1395
4930
4372
  },
4931
4373
  "src/services/TCPIPCService.ts": {
4932
- "bytesInOutput": 3020
4374
+ "bytesInOutput": 3021
4933
4375
  },
4934
4376
  "src/services/ClaudeSettingsManager.ts": {
4935
- "bytesInOutput": 1944
4377
+ "bytesInOutput": 1946
4936
4378
  },
4937
4379
  "src/services/TokenUsageTracker.ts": {
4938
4380
  "bytesInOutput": 4254
4939
4381
  },
4940
- "src/services/WorkspaceRegistryService.ts": {
4941
- "bytesInOutput": 6667
4942
- },
4943
- "src/services/WorkspaceConfigurationService.ts": {
4944
- "bytesInOutput": 4679
4945
- },
4946
- "src/types/workspace.ts": {
4947
- "bytesInOutput": 15
4948
- },
4949
- "src/services/WorkspaceValidator.ts": {
4950
- "bytesInOutput": 10492
4951
- },
4952
- "src/utils/migrateWorkspaceRegistry.ts": {
4953
- "bytesInOutput": 2104
4954
- },
4955
- "src/utils/fingerprint.ts": {
4956
- "bytesInOutput": 357
4957
- },
4958
- "src/services/WorkspaceSyncService.ts": {
4959
- "bytesInOutput": 7789
4960
- },
4961
4382
  "src/services/OrganizationManager.ts": {
4962
- "bytesInOutput": 25028
4963
- },
4964
- "src/types/organization.ts": {
4965
- "bytesInOutput": 458
4966
- },
4967
- "src/services/MultiOrganizationWorkerService.ts": {
4968
- "bytesInOutput": 10027
4969
- },
4970
- "src/services/SmartPollingService.ts": {
4971
- "bytesInOutput": 18102
4972
- },
4973
- "src/services/WorkItemEventStore.ts": {
4974
- "bytesInOutput": 4093
4975
- },
4976
- "src/utils/errorSerializer.ts": {
4977
- "bytesInOutput": 1767
4978
- },
4979
- "src/services/WorkspaceDiscoveryService.ts": {
4980
- "bytesInOutput": 22609
4981
- }
4982
- },
4983
- "bytes": 1531204
4984
- },
4985
- "dist/cli/index.js": {
4986
- "imports": [
4987
- {
4988
- "path": "fs",
4989
- "kind": "require-call",
4990
- "external": true
4991
- },
4992
- {
4993
- "path": "path",
4994
- "kind": "require-call",
4995
- "external": true
4996
- },
4997
- {
4998
- "path": "events",
4999
- "kind": "require-call",
5000
- "external": true
5001
- },
5002
- {
5003
- "path": "child_process",
5004
- "kind": "require-call",
5005
- "external": true
5006
- },
5007
- {
5008
- "path": "fs",
5009
- "kind": "require-call",
5010
- "external": true
5011
- },
5012
- {
5013
- "path": "path",
5014
- "kind": "require-call",
5015
- "external": true
5016
- },
5017
- {
5018
- "path": "fs",
5019
- "kind": "require-call",
5020
- "external": true
5021
- },
5022
- {
5023
- "path": "path",
5024
- "kind": "require-call",
5025
- "external": true
5026
- },
5027
- {
5028
- "path": "os",
5029
- "kind": "require-call",
5030
- "external": true
5031
- },
5032
- {
5033
- "path": "winston",
5034
- "kind": "require-call",
5035
- "external": true
5036
- },
5037
- {
5038
- "path": "fs",
5039
- "kind": "require-call",
5040
- "external": true
5041
- },
5042
- {
5043
- "path": "path",
5044
- "kind": "require-call",
5045
- "external": true
5046
- },
5047
- {
5048
- "path": "os",
5049
- "kind": "require-call",
5050
- "external": true
5051
- },
5052
- {
5053
- "path": "crypto",
5054
- "kind": "require-call",
5055
- "external": true
5056
- },
5057
- {
5058
- "path": "events",
5059
- "kind": "require-call",
5060
- "external": true
5061
- },
5062
- {
5063
- "path": "fs",
5064
- "kind": "require-call",
5065
- "external": true
4383
+ "bytesInOutput": 25634
5066
4384
  },
5067
- {
5068
- "path": "path",
5069
- "kind": "require-call",
5070
- "external": true
5071
- },
5072
- {
5073
- "path": "os",
5074
- "kind": "require-call",
5075
- "external": true
5076
- },
5077
- {
5078
- "path": "punycode",
5079
- "kind": "require-call",
5080
- "external": true
5081
- },
5082
- {
5083
- "path": "punycode",
5084
- "kind": "require-call",
5085
- "external": true
5086
- },
5087
- {
5088
- "path": "buffer",
5089
- "kind": "require-call",
5090
- "external": true
5091
- },
5092
- {
5093
- "path": "string_decoder",
5094
- "kind": "require-call",
5095
- "external": true
5096
- },
5097
- {
5098
- "path": "stream",
5099
- "kind": "require-call",
5100
- "external": true
5101
- },
5102
- {
5103
- "path": "stream",
5104
- "kind": "require-call",
5105
- "external": true
5106
- },
5107
- {
5108
- "path": "http",
5109
- "kind": "require-call",
5110
- "external": true
5111
- },
5112
- {
5113
- "path": "url",
5114
- "kind": "require-call",
5115
- "external": true
5116
- },
5117
- {
5118
- "path": "https",
5119
- "kind": "require-call",
5120
- "external": true
5121
- },
5122
- {
5123
- "path": "zlib",
5124
- "kind": "require-call",
5125
- "external": true
5126
- },
5127
- {
5128
- "path": "http",
5129
- "kind": "require-call",
5130
- "external": true
4385
+ "src/types/organization.ts": {
4386
+ "bytesInOutput": 458
5131
4387
  },
5132
- {
5133
- "path": "https",
5134
- "kind": "require-call",
5135
- "external": true
4388
+ "src/services/MultiOrganizationWorkerService.ts": {
4389
+ "bytesInOutput": 10027
5136
4390
  },
5137
- {
5138
- "path": "graphql-request",
5139
- "kind": "require-call",
5140
- "external": true
4391
+ "src/services/SmartPollingService.ts": {
4392
+ "bytesInOutput": 18102
5141
4393
  },
5142
- {
5143
- "path": "events",
5144
- "kind": "require-call",
5145
- "external": true
4394
+ "src/services/WorkItemEventStore.ts": {
4395
+ "bytesInOutput": 4093
5146
4396
  },
4397
+ "src/utils/errorSerializer.ts": {
4398
+ "bytesInOutput": 1767
4399
+ }
4400
+ },
4401
+ "bytes": 1481727
4402
+ },
4403
+ "dist/cli/index.js": {
4404
+ "imports": [
5147
4405
  {
5148
- "path": "fs/promises",
4406
+ "path": "fs",
5149
4407
  "kind": "require-call",
5150
4408
  "external": true
5151
4409
  },
@@ -5159,16 +4417,6 @@
5159
4417
  "kind": "require-call",
5160
4418
  "external": true
5161
4419
  },
5162
- {
5163
- "path": "fs",
5164
- "kind": "require-call",
5165
- "external": true
5166
- },
5167
- {
5168
- "path": "path",
5169
- "kind": "require-call",
5170
- "external": true
5171
- },
5172
4420
  {
5173
4421
  "path": "child_process",
5174
4422
  "kind": "require-call",
@@ -5185,27 +4433,22 @@
5185
4433
  "external": true
5186
4434
  },
5187
4435
  {
5188
- "path": "events",
5189
- "kind": "require-call",
5190
- "external": true
5191
- },
5192
- {
5193
- "path": "uuid",
4436
+ "path": "fs",
5194
4437
  "kind": "require-call",
5195
4438
  "external": true
5196
4439
  },
5197
4440
  {
5198
- "path": "graphql",
4441
+ "path": "path",
5199
4442
  "kind": "require-call",
5200
4443
  "external": true
5201
4444
  },
5202
4445
  {
5203
- "path": "path",
4446
+ "path": "os",
5204
4447
  "kind": "require-call",
5205
4448
  "external": true
5206
4449
  },
5207
4450
  {
5208
- "path": "os",
4451
+ "path": "winston",
5209
4452
  "kind": "require-call",
5210
4453
  "external": true
5211
4454
  },
@@ -5220,12 +4463,12 @@
5220
4463
  "external": true
5221
4464
  },
5222
4465
  {
5223
- "path": "events",
4466
+ "path": "os",
5224
4467
  "kind": "require-call",
5225
4468
  "external": true
5226
4469
  },
5227
4470
  {
5228
- "path": "net",
4471
+ "path": "crypto",
5229
4472
  "kind": "require-call",
5230
4473
  "external": true
5231
4474
  },
@@ -5235,12 +4478,12 @@
5235
4478
  "external": true
5236
4479
  },
5237
4480
  {
5238
- "path": "child_process",
4481
+ "path": "fs/promises",
5239
4482
  "kind": "require-call",
5240
4483
  "external": true
5241
4484
  },
5242
4485
  {
5243
- "path": "fs",
4486
+ "path": "path",
5244
4487
  "kind": "require-call",
5245
4488
  "external": true
5246
4489
  },
@@ -5250,22 +4493,22 @@
5250
4493
  "external": true
5251
4494
  },
5252
4495
  {
5253
- "path": "fs",
4496
+ "path": "os",
5254
4497
  "kind": "require-call",
5255
4498
  "external": true
5256
4499
  },
5257
4500
  {
5258
- "path": "path",
4501
+ "path": "graphql-request",
5259
4502
  "kind": "require-call",
5260
4503
  "external": true
5261
4504
  },
5262
4505
  {
5263
- "path": "crypto",
4506
+ "path": "events",
5264
4507
  "kind": "require-call",
5265
4508
  "external": true
5266
4509
  },
5267
4510
  {
5268
- "path": "fs",
4511
+ "path": "fs/promises",
5269
4512
  "kind": "require-call",
5270
4513
  "external": true
5271
4514
  },
@@ -5285,87 +4528,87 @@
5285
4528
  "external": true
5286
4529
  },
5287
4530
  {
5288
- "path": "fs",
4531
+ "path": "os",
5289
4532
  "kind": "require-call",
5290
4533
  "external": true
5291
4534
  },
5292
4535
  {
5293
- "path": "path",
4536
+ "path": "punycode",
5294
4537
  "kind": "require-call",
5295
4538
  "external": true
5296
4539
  },
5297
4540
  {
5298
- "path": "events",
4541
+ "path": "punycode",
5299
4542
  "kind": "require-call",
5300
4543
  "external": true
5301
4544
  },
5302
4545
  {
5303
- "path": "fs/promises",
4546
+ "path": "buffer",
5304
4547
  "kind": "require-call",
5305
4548
  "external": true
5306
4549
  },
5307
4550
  {
5308
- "path": "path",
4551
+ "path": "string_decoder",
5309
4552
  "kind": "require-call",
5310
4553
  "external": true
5311
4554
  },
5312
4555
  {
5313
- "path": "events",
4556
+ "path": "stream",
5314
4557
  "kind": "require-call",
5315
4558
  "external": true
5316
4559
  },
5317
4560
  {
5318
- "path": "events",
4561
+ "path": "stream",
5319
4562
  "kind": "require-call",
5320
4563
  "external": true
5321
4564
  },
5322
4565
  {
5323
- "path": "events",
4566
+ "path": "http",
5324
4567
  "kind": "require-call",
5325
4568
  "external": true
5326
4569
  },
5327
4570
  {
5328
- "path": "fs",
4571
+ "path": "url",
5329
4572
  "kind": "require-call",
5330
4573
  "external": true
5331
4574
  },
5332
4575
  {
5333
- "path": "path",
4576
+ "path": "https",
5334
4577
  "kind": "require-call",
5335
4578
  "external": true
5336
4579
  },
5337
4580
  {
5338
- "path": "dotenv",
4581
+ "path": "zlib",
5339
4582
  "kind": "require-call",
5340
4583
  "external": true
5341
4584
  },
5342
4585
  {
5343
- "path": "express",
4586
+ "path": "http",
5344
4587
  "kind": "require-call",
5345
4588
  "external": true
5346
4589
  },
5347
4590
  {
5348
- "path": "fs",
4591
+ "path": "https",
5349
4592
  "kind": "require-call",
5350
4593
  "external": true
5351
4594
  },
5352
4595
  {
5353
- "path": "path",
4596
+ "path": "events",
5354
4597
  "kind": "require-call",
5355
4598
  "external": true
5356
4599
  },
5357
4600
  {
5358
- "path": "chalk",
4601
+ "path": "fs/promises",
5359
4602
  "kind": "require-call",
5360
4603
  "external": true
5361
4604
  },
5362
4605
  {
5363
- "path": "prompts",
4606
+ "path": "path",
5364
4607
  "kind": "require-call",
5365
4608
  "external": true
5366
4609
  },
5367
4610
  {
5368
- "path": "uuid",
4611
+ "path": "events",
5369
4612
  "kind": "require-call",
5370
4613
  "external": true
5371
4614
  },
@@ -5380,23 +4623,8 @@
5380
4623
  "external": true
5381
4624
  },
5382
4625
  {
5383
- "path": "glob",
5384
- "kind": "dynamic-import",
5385
- "external": true
5386
- },
5387
- {
5388
- "path": "glob",
5389
- "kind": "dynamic-import",
5390
- "external": true
5391
- },
5392
- {
5393
- "path": "glob",
5394
- "kind": "dynamic-import",
5395
- "external": true
5396
- },
5397
- {
5398
- "path": "glob",
5399
- "kind": "dynamic-import",
4626
+ "path": "child_process",
4627
+ "kind": "require-call",
5400
4628
  "external": true
5401
4629
  },
5402
4630
  {
@@ -5410,38 +4638,18 @@
5410
4638
  "external": true
5411
4639
  },
5412
4640
  {
5413
- "path": "glob",
5414
- "kind": "dynamic-import",
5415
- "external": true
5416
- },
5417
- {
5418
- "path": "glob",
5419
- "kind": "dynamic-import",
5420
- "external": true
5421
- },
5422
- {
5423
- "path": "glob",
5424
- "kind": "dynamic-import",
5425
- "external": true
5426
- },
5427
- {
5428
- "path": "glob",
5429
- "kind": "dynamic-import",
5430
- "external": true
5431
- },
5432
- {
5433
- "path": "glob",
5434
- "kind": "dynamic-import",
4641
+ "path": "events",
4642
+ "kind": "require-call",
5435
4643
  "external": true
5436
4644
  },
5437
4645
  {
5438
- "path": "glob",
5439
- "kind": "dynamic-import",
4646
+ "path": "uuid",
4647
+ "kind": "require-call",
5440
4648
  "external": true
5441
4649
  },
5442
4650
  {
5443
- "path": "glob",
5444
- "kind": "dynamic-import",
4651
+ "path": "graphql",
4652
+ "kind": "require-call",
5445
4653
  "external": true
5446
4654
  },
5447
4655
  {
@@ -5455,58 +4663,53 @@
5455
4663
  "external": true
5456
4664
  },
5457
4665
  {
5458
- "path": "glob",
5459
- "kind": "dynamic-import",
5460
- "external": true
5461
- },
5462
- {
5463
- "path": "glob",
5464
- "kind": "dynamic-import",
4666
+ "path": "events",
4667
+ "kind": "require-call",
5465
4668
  "external": true
5466
4669
  },
5467
4670
  {
5468
- "path": "glob",
5469
- "kind": "dynamic-import",
4671
+ "path": "net",
4672
+ "kind": "require-call",
5470
4673
  "external": true
5471
4674
  },
5472
4675
  {
5473
- "path": "fs",
4676
+ "path": "events",
5474
4677
  "kind": "require-call",
5475
4678
  "external": true
5476
4679
  },
5477
4680
  {
5478
- "path": "path",
4681
+ "path": "child_process",
5479
4682
  "kind": "require-call",
5480
4683
  "external": true
5481
4684
  },
5482
4685
  {
5483
- "path": "glob",
5484
- "kind": "dynamic-import",
4686
+ "path": "fs",
4687
+ "kind": "require-call",
5485
4688
  "external": true
5486
4689
  },
5487
4690
  {
5488
- "path": "glob",
5489
- "kind": "dynamic-import",
4691
+ "path": "path",
4692
+ "kind": "require-call",
5490
4693
  "external": true
5491
4694
  },
5492
4695
  {
5493
- "path": "glob",
5494
- "kind": "dynamic-import",
4696
+ "path": "events",
4697
+ "kind": "require-call",
5495
4698
  "external": true
5496
4699
  },
5497
4700
  {
5498
- "path": "glob",
5499
- "kind": "dynamic-import",
4701
+ "path": "events",
4702
+ "kind": "require-call",
5500
4703
  "external": true
5501
4704
  },
5502
4705
  {
5503
- "path": "glob",
5504
- "kind": "dynamic-import",
4706
+ "path": "dotenv",
4707
+ "kind": "require-call",
5505
4708
  "external": true
5506
4709
  },
5507
4710
  {
5508
- "path": "glob",
5509
- "kind": "dynamic-import",
4711
+ "path": "express",
4712
+ "kind": "require-call",
5510
4713
  "external": true
5511
4714
  },
5512
4715
  {
@@ -5519,43 +4722,18 @@
5519
4722
  "kind": "require-call",
5520
4723
  "external": true
5521
4724
  },
5522
- {
5523
- "path": "glob",
5524
- "kind": "dynamic-import",
5525
- "external": true
5526
- },
5527
- {
5528
- "path": "glob",
5529
- "kind": "dynamic-import",
5530
- "external": true
5531
- },
5532
- {
5533
- "path": "glob",
5534
- "kind": "dynamic-import",
5535
- "external": true
5536
- },
5537
- {
5538
- "path": "glob",
5539
- "kind": "dynamic-import",
5540
- "external": true
5541
- },
5542
- {
5543
- "path": "prompts",
5544
- "kind": "require-call",
5545
- "external": true
5546
- },
5547
4725
  {
5548
4726
  "path": "chalk",
5549
4727
  "kind": "require-call",
5550
4728
  "external": true
5551
4729
  },
5552
4730
  {
5553
- "path": "fs",
4731
+ "path": "prompts",
5554
4732
  "kind": "require-call",
5555
4733
  "external": true
5556
4734
  },
5557
4735
  {
5558
- "path": "path",
4736
+ "path": "uuid",
5559
4737
  "kind": "require-call",
5560
4738
  "external": true
5561
4739
  },
@@ -5635,17 +4813,17 @@
5635
4813
  "external": true
5636
4814
  },
5637
4815
  {
5638
- "path": "path",
4816
+ "path": "chalk",
5639
4817
  "kind": "require-call",
5640
4818
  "external": true
5641
4819
  },
5642
4820
  {
5643
- "path": "fs",
4821
+ "path": "path",
5644
4822
  "kind": "require-call",
5645
4823
  "external": true
5646
4824
  },
5647
4825
  {
5648
- "path": "readline",
4826
+ "path": "fs",
5649
4827
  "kind": "require-call",
5650
4828
  "external": true
5651
4829
  },
@@ -5653,11 +4831,6 @@
5653
4831
  "path": "readline",
5654
4832
  "kind": "require-call",
5655
4833
  "external": true
5656
- },
5657
- {
5658
- "path": "prompts",
5659
- "kind": "dynamic-import",
5660
- "external": true
5661
4834
  }
5662
4835
  ],
5663
4836
  "exports": [],
@@ -5685,10 +4858,10 @@
5685
4858
  "bytesInOutput": 141
5686
4859
  },
5687
4860
  "../../node_modules/zod/v3/types.js": {
5688
- "bytesInOutput": 50221
4861
+ "bytesInOutput": 50129
5689
4862
  },
5690
4863
  "../../node_modules/zod/v3/external.js": {
5691
- "bytesInOutput": 1819
4864
+ "bytesInOutput": 1818
5692
4865
  },
5693
4866
  "../../node_modules/zod/index.js": {
5694
4867
  "bytesInOutput": 26
@@ -5726,6 +4899,24 @@
5726
4899
  "src/services/TokenUsageTracker.ts": {
5727
4900
  "bytesInOutput": 4282
5728
4901
  },
4902
+ "src/services/WorkspaceMappingService.ts": {
4903
+ "bytesInOutput": 3579
4904
+ },
4905
+ "src/utils/configPath.ts": {
4906
+ "bytesInOutput": 284
4907
+ },
4908
+ "src/graphql/generated.ts": {
4909
+ "bytesInOutput": 23614
4910
+ },
4911
+ "src/graphql/TypedGraphQLClient.ts": {
4912
+ "bytesInOutput": 5425
4913
+ },
4914
+ "src/types/organization.ts": {
4915
+ "bytesInOutput": 495
4916
+ },
4917
+ "src/services/OrganizationManager.ts": {
4918
+ "bytesInOutput": 25731
4919
+ },
5729
4920
  "src/config/ConfigLoader.ts": {
5730
4921
  "bytesInOutput": 5697
5731
4922
  },
@@ -5817,13 +5008,13 @@
5817
5008
  "bytesInOutput": 1415
5818
5009
  },
5819
5010
  "../../node_modules/encoding/node_modules/iconv-lite/lib/index.js": {
5820
- "bytesInOutput": 2264
5011
+ "bytesInOutput": 2220
5821
5012
  },
5822
5013
  "../../node_modules/encoding/lib/encoding.js": {
5823
5014
  "bytesInOutput": 731
5824
5015
  },
5825
5016
  "../../node_modules/node-fetch/lib/index.js": {
5826
- "bytesInOutput": 19173
5017
+ "bytesInOutput": 19164
5827
5018
  },
5828
5019
  "src/services/HttpClient.ts": {
5829
5020
  "bytesInOutput": 4292
@@ -5831,12 +5022,6 @@
5831
5022
  "src/services/WorkTypeConfigService.ts": {
5832
5023
  "bytesInOutput": 2998
5833
5024
  },
5834
- "src/graphql/generated.ts": {
5835
- "bytesInOutput": 23614
5836
- },
5837
- "src/graphql/TypedGraphQLClient.ts": {
5838
- "bytesInOutput": 5425
5839
- },
5840
5025
  "src/types/workItemErrors.ts": {
5841
5026
  "bytesInOutput": 29
5842
5027
  },
@@ -5850,7 +5035,7 @@
5850
5035
  "bytesInOutput": 1668
5851
5036
  },
5852
5037
  "src/services/ClaudeCliExecutor.ts": {
5853
- "bytesInOutput": 3536
5038
+ "bytesInOutput": 4112
5854
5039
  },
5855
5040
  "src/handlers/BaseWorkHandler.ts": {
5856
5041
  "bytesInOutput": 18001
@@ -5898,7 +5083,7 @@
5898
5083
  "bytesInOutput": 49
5899
5084
  },
5900
5085
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
5901
- "bytesInOutput": 24564
5086
+ "bytesInOutput": 24533
5902
5087
  },
5903
5088
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js": {
5904
5089
  "bytesInOutput": 5591
@@ -6033,19 +5218,19 @@
6033
5218
  "bytesInOutput": 751
6034
5219
  },
6035
5220
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/api.js": {
6036
- "bytesInOutput": 9691
5221
+ "bytesInOutput": 9690
6037
5222
  },
6038
5223
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/function.js": {
6039
5224
  "bytesInOutput": 1300
6040
5225
  },
6041
5226
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/to-json-schema.js": {
6042
- "bytesInOutput": 11828
5227
+ "bytesInOutput": 11837
6043
5228
  },
6044
5229
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/json-schema.js": {
6045
5230
  "bytesInOutput": 27
6046
5231
  },
6047
5232
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js": {
6048
- "bytesInOutput": 4404
5233
+ "bytesInOutput": 4403
6049
5234
  },
6050
5235
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/checks.js": {
6051
5236
  "bytesInOutput": 21
@@ -6060,7 +5245,7 @@
6060
5245
  "bytesInOutput": 78
6061
5246
  },
6062
5247
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/schemas.js": {
6063
- "bytesInOutput": 14823
5248
+ "bytesInOutput": 14821
6064
5249
  },
6065
5250
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/compat.js": {
6066
5251
  "bytesInOutput": 425
@@ -6108,13 +5293,13 @@
6108
5293
  "bytesInOutput": 46
6109
5294
  },
6110
5295
  "src/handlers/DevelopmentPlanningHandler.ts": {
6111
- "bytesInOutput": 37080
5296
+ "bytesInOutput": 41046
6112
5297
  },
6113
5298
  "src/handlers/StoryImplementationHandler.ts": {
6114
5299
  "bytesInOutput": 688
6115
5300
  },
6116
5301
  "src/handlers/ReviewApplicationHandler.ts": {
6117
- "bytesInOutput": 16993
5302
+ "bytesInOutput": 17277
6118
5303
  },
6119
5304
  "src/handlers/StoryTaskGeneratorHandler.ts": {
6120
5305
  "bytesInOutput": 11591
@@ -6125,9 +5310,6 @@
6125
5310
  "src/handlers/WorkHandlerRegistry.ts": {
6126
5311
  "bytesInOutput": 2718
6127
5312
  },
6128
- "src/utils/configPath.ts": {
6129
- "bytesInOutput": 284
6130
- },
6131
5313
  "src/services/CompletedWorkService.ts": {
6132
5314
  "bytesInOutput": 3237
6133
5315
  },
@@ -6149,33 +5331,6 @@
6149
5331
  "src/services/ClaudeSettingsManager.ts": {
6150
5332
  "bytesInOutput": 1974
6151
5333
  },
6152
- "src/types/workspace.ts": {
6153
- "bytesInOutput": 43
6154
- },
6155
- "src/services/WorkspaceValidator.ts": {
6156
- "bytesInOutput": 10525
6157
- },
6158
- "src/services/WorkspaceConfigurationService.ts": {
6159
- "bytesInOutput": 4719
6160
- },
6161
- "src/utils/fingerprint.ts": {
6162
- "bytesInOutput": 391
6163
- },
6164
- "src/utils/migrateWorkspaceRegistry.ts": {
6165
- "bytesInOutput": 2145
6166
- },
6167
- "src/services/WorkspaceRegistryService.ts": {
6168
- "bytesInOutput": 6799
6169
- },
6170
- "src/types/organization.ts": {
6171
- "bytesInOutput": 495
6172
- },
6173
- "src/services/OrganizationManager.ts": {
6174
- "bytesInOutput": 25252
6175
- },
6176
- "src/services/WorkspaceSyncService.ts": {
6177
- "bytesInOutput": 7912
6178
- },
6179
5334
  "src/utils/errorSerializer.ts": {
6180
5335
  "bytesInOutput": 1796
6181
5336
  },
@@ -6188,38 +5343,17 @@
6188
5343
  "src/services/MultiOrganizationWorkerService.ts": {
6189
5344
  "bytesInOutput": 10064
6190
5345
  },
6191
- "src/services/WorkspaceDiscoveryService.ts": {
6192
- "bytesInOutput": 22638
6193
- },
6194
5346
  "src/index.ts": {
6195
- "bytesInOutput": 36845
5347
+ "bytesInOutput": 33110
6196
5348
  },
6197
5349
  "src/cli/commands/OrganizationCommands.ts": {
6198
5350
  "bytesInOutput": 9476
6199
5351
  },
6200
- "src/services/detectors/DotNetWorkspaceDetector.ts": {
6201
- "bytesInOutput": 4924
6202
- },
6203
- "src/services/detectors/PythonWorkspaceDetector.ts": {
6204
- "bytesInOutput": 9139
6205
- },
6206
- "src/services/detectors/ServerlessWorkspaceDetector.ts": {
6207
- "bytesInOutput": 6505
6208
- },
6209
- "src/services/detectors/AwsSamWorkspaceDetector.ts": {
6210
- "bytesInOutput": 8510
6211
- },
6212
- "src/services/detectors/JavaScriptWorkspaceDetector.ts": {
6213
- "bytesInOutput": 9282
6214
- },
6215
- "src/cli/commands/WorkspaceRegistrationWizard.ts": {
6216
- "bytesInOutput": 18696
6217
- },
6218
5352
  "src/cli/commands/debug-work-item.ts": {
6219
5353
  "bytesInOutput": 8465
6220
5354
  },
6221
5355
  "src/cli/index.ts": {
6222
- "bytesInOutput": 24947
5356
+ "bytesInOutput": 13382
6223
5357
  },
6224
5358
  "src/cli/AgentInitWizard.ts": {
6225
5359
  "bytesInOutput": 9764
@@ -6229,9 +5363,12 @@
6229
5363
  },
6230
5364
  "src/services/HeartbeatService.ts": {
6231
5365
  "bytesInOutput": 8630
5366
+ },
5367
+ "src/cli/commands/WorkspaceMapCommands.ts": {
5368
+ "bytesInOutput": 3712
6232
5369
  }
6233
5370
  },
6234
- "bytes": 1663387
5371
+ "bytes": 1548283
6235
5372
  }
6236
5373
  }
6237
5374
  }