@task-shepherd/agent 1.0.29 → 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,215 +3122,61 @@
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"
3173
+ "external": true
3160
3174
  },
3161
3175
  {
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",
3176
+ "path": "express",
3306
3177
  "kind": "import-statement",
3307
3178
  "external": true
3308
3179
  },
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
3180
  {
3321
3181
  "path": "fs",
3322
3182
  "kind": "import-statement",
@@ -3327,32 +3187,6 @@
3327
3187
  "kind": "import-statement",
3328
3188
  "external": true
3329
3189
  },
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": 85513,
3340
- "imports": [
3341
- {
3342
- "path": "dotenv",
3343
- "kind": "import-statement",
3344
- "external": true
3345
- },
3346
- {
3347
- "path": "express",
3348
- "kind": "import-statement",
3349
- "external": true
3350
- },
3351
- {
3352
- "path": "path",
3353
- "kind": "import-statement",
3354
- "external": true
3355
- },
3356
3190
  {
3357
3191
  "path": "src/config/ConfigLoader.ts",
3358
3192
  "kind": "import-statement",
@@ -3403,16 +3237,6 @@
3403
3237
  "kind": "import-statement",
3404
3238
  "original": "./services/TokenUsageTracker"
3405
3239
  },
3406
- {
3407
- "path": "src/services/WorkspaceRegistryService.ts",
3408
- "kind": "import-statement",
3409
- "original": "./services/WorkspaceRegistryService"
3410
- },
3411
- {
3412
- "path": "src/services/WorkspaceSyncService.ts",
3413
- "kind": "import-statement",
3414
- "original": "./services/WorkspaceSyncService"
3415
- },
3416
3240
  {
3417
3241
  "path": "src/services/OrganizationManager.ts",
3418
3242
  "kind": "import-statement",
@@ -3423,11 +3247,6 @@
3423
3247
  "kind": "import-statement",
3424
3248
  "original": "./services/MultiOrganizationWorkerService"
3425
3249
  },
3426
- {
3427
- "path": "src/services/WorkspaceDiscoveryService.ts",
3428
- "kind": "import-statement",
3429
- "original": "./services/WorkspaceDiscoveryService"
3430
- },
3431
3250
  {
3432
3251
  "path": "src/handlers/HandlerFactory.ts",
3433
3252
  "kind": "import-statement",
@@ -3544,334 +3363,64 @@
3544
3363
  ],
3545
3364
  "format": "esm"
3546
3365
  },
3547
- "src/cli/commands/OrganizationCommands.ts": {
3548
- "bytes": 16093,
3366
+ "src/cli/commands/WorkspaceMapCommands.ts": {
3367
+ "bytes": 6553,
3549
3368
  "imports": [
3550
3369
  {
3551
- "path": "chalk",
3552
- "kind": "import-statement",
3553
- "external": true
3554
- },
3555
- {
3556
- "path": "prompts",
3557
- "kind": "import-statement",
3558
- "external": true
3559
- },
3560
- {
3561
- "path": "src/services/OrganizationManager.ts",
3562
- "kind": "import-statement",
3563
- "original": "../../services/OrganizationManager"
3564
- },
3565
- {
3566
- "path": "../../types/organization",
3567
- "kind": "import-statement",
3568
- "external": true
3569
- },
3570
- {
3571
- "path": "uuid",
3572
- "kind": "import-statement",
3573
- "external": true
3574
- }
3575
- ],
3576
- "format": "esm"
3577
- },
3578
- "src/services/detectors/DotNetWorkspaceDetector.ts": {
3579
- "bytes": 12876,
3580
- "imports": [
3581
- {
3582
- "path": "fs",
3583
- "kind": "import-statement",
3584
- "external": true
3585
- },
3586
- {
3587
- "path": "path",
3588
- "kind": "import-statement",
3589
- "external": true
3590
- },
3591
- {
3592
- "path": "src/middleware/logger.ts",
3593
- "kind": "import-statement",
3594
- "original": "../../middleware/logger"
3595
- },
3596
- {
3597
- "path": "glob",
3598
- "kind": "dynamic-import",
3599
- "external": true
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
- "format": "esm"
3618
- },
3619
- "src/services/detectors/PythonWorkspaceDetector.ts": {
3620
- "bytes": 22099,
3621
- "imports": [
3622
- {
3623
- "path": "fs",
3624
- "kind": "import-statement",
3625
- "external": true
3626
- },
3627
- {
3628
- "path": "path",
3629
- "kind": "import-statement",
3630
- "external": true
3631
- },
3632
- {
3633
- "path": "src/middleware/logger.ts",
3634
- "kind": "import-statement",
3635
- "original": "../../middleware/logger"
3636
- },
3637
- {
3638
- "path": "glob",
3639
- "kind": "dynamic-import",
3640
- "external": true
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
- "format": "esm"
3674
- },
3675
- "src/services/detectors/ServerlessWorkspaceDetector.ts": {
3676
- "bytes": 17257,
3677
- "imports": [
3678
- {
3679
- "path": "fs",
3680
- "kind": "import-statement",
3681
- "external": true
3682
- },
3683
- {
3684
- "path": "path",
3685
- "kind": "import-statement",
3686
- "external": true
3687
- },
3688
- {
3689
- "path": "src/middleware/logger.ts",
3690
- "kind": "import-statement",
3691
- "original": "../../middleware/logger"
3692
- },
3693
- {
3694
- "path": "glob",
3695
- "kind": "dynamic-import",
3696
- "external": true
3697
- },
3698
- {
3699
- "path": "glob",
3700
- "kind": "dynamic-import",
3701
- "external": true
3702
- },
3703
- {
3704
- "path": "glob",
3705
- "kind": "dynamic-import",
3706
- "external": true
3707
- }
3708
- ],
3709
- "format": "esm"
3710
- },
3711
- "src/services/detectors/AwsSamWorkspaceDetector.ts": {
3712
- "bytes": 22021,
3713
- "imports": [
3714
- {
3715
- "path": "fs",
3370
+ "path": "commander",
3716
3371
  "kind": "import-statement",
3717
3372
  "external": true
3718
3373
  },
3719
3374
  {
3720
- "path": "path",
3375
+ "path": "chalk",
3721
3376
  "kind": "import-statement",
3722
3377
  "external": true
3723
3378
  },
3724
3379
  {
3725
- "path": "src/middleware/logger.ts",
3380
+ "path": "src/services/WorkspaceMappingService.ts",
3726
3381
  "kind": "import-statement",
3727
- "original": "../../middleware/logger"
3382
+ "original": "../../services/WorkspaceMappingService"
3728
3383
  },
3729
3384
  {
3730
- "path": "glob",
3731
- "kind": "dynamic-import",
3732
- "external": true
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
- "format": "esm"
3761
- },
3762
- "src/services/detectors/JavaScriptWorkspaceDetector.ts": {
3763
- "bytes": 22776,
3764
- "imports": [
3765
- {
3766
- "path": "fs",
3767
- "kind": "import-statement",
3768
- "external": true
3769
- },
3770
- {
3771
- "path": "path",
3385
+ "path": "src/services/OrganizationManager.ts",
3772
3386
  "kind": "import-statement",
3773
- "external": true
3387
+ "original": "../../services/OrganizationManager"
3774
3388
  },
3775
3389
  {
3776
3390
  "path": "src/middleware/logger.ts",
3777
3391
  "kind": "import-statement",
3778
3392
  "original": "../../middleware/logger"
3779
- },
3780
- {
3781
- "path": "glob",
3782
- "kind": "dynamic-import",
3783
- "external": true
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
- "external": true
3799
3393
  }
3800
3394
  ],
3801
3395
  "format": "esm"
3802
3396
  },
3803
- "src/cli/commands/WorkspaceRegistrationWizard.ts": {
3804
- "bytes": 36689,
3397
+ "src/cli/commands/OrganizationCommands.ts": {
3398
+ "bytes": 16093,
3805
3399
  "imports": [
3806
- {
3807
- "path": "prompts",
3808
- "kind": "import-statement",
3809
- "external": true
3810
- },
3811
3400
  {
3812
3401
  "path": "chalk",
3813
3402
  "kind": "import-statement",
3814
3403
  "external": true
3815
3404
  },
3816
3405
  {
3817
- "path": "fs",
3818
- "kind": "import-statement",
3819
- "external": true
3820
- },
3821
- {
3822
- "path": "path",
3406
+ "path": "prompts",
3823
3407
  "kind": "import-statement",
3824
3408
  "external": true
3825
3409
  },
3826
- {
3827
- "path": "src/services/WorkspaceConfigurationService.ts",
3828
- "kind": "import-statement",
3829
- "original": "../../services/WorkspaceConfigurationService"
3830
- },
3831
- {
3832
- "path": "src/middleware/logger.ts",
3833
- "kind": "import-statement",
3834
- "original": "../../middleware/logger"
3835
- },
3836
- {
3837
- "path": "src/services/detectors/DotNetWorkspaceDetector.ts",
3838
- "kind": "import-statement",
3839
- "original": "../../services/detectors/DotNetWorkspaceDetector"
3840
- },
3841
- {
3842
- "path": "src/services/detectors/PythonWorkspaceDetector.ts",
3843
- "kind": "import-statement",
3844
- "original": "../../services/detectors/PythonWorkspaceDetector"
3845
- },
3846
- {
3847
- "path": "src/services/detectors/ServerlessWorkspaceDetector.ts",
3848
- "kind": "import-statement",
3849
- "original": "../../services/detectors/ServerlessWorkspaceDetector"
3850
- },
3851
- {
3852
- "path": "src/services/detectors/AwsSamWorkspaceDetector.ts",
3853
- "kind": "import-statement",
3854
- "original": "../../services/detectors/AwsSamWorkspaceDetector"
3855
- },
3856
- {
3857
- "path": "src/services/detectors/JavaScriptWorkspaceDetector.ts",
3858
- "kind": "import-statement",
3859
- "original": "../../services/detectors/JavaScriptWorkspaceDetector"
3860
- },
3861
3410
  {
3862
3411
  "path": "src/services/OrganizationManager.ts",
3863
- "kind": "dynamic-import",
3412
+ "kind": "import-statement",
3864
3413
  "original": "../../services/OrganizationManager"
3865
3414
  },
3866
3415
  {
3867
- "path": "src/services/WorkspaceRegistryService.ts",
3868
- "kind": "dynamic-import",
3869
- "original": "../../services/WorkspaceRegistryService"
3416
+ "path": "../../types/organization",
3417
+ "kind": "import-statement",
3418
+ "external": true
3870
3419
  },
3871
3420
  {
3872
- "path": "src/services/WorkspaceRegistryService.ts",
3873
- "kind": "dynamic-import",
3874
- "original": "../../services/WorkspaceRegistryService"
3421
+ "path": "uuid",
3422
+ "kind": "import-statement",
3423
+ "external": true
3875
3424
  }
3876
3425
  ],
3877
3426
  "format": "esm"
@@ -3918,7 +3467,7 @@
3918
3467
  "format": "esm"
3919
3468
  },
3920
3469
  "src/cli/index.ts": {
3921
- "bytes": 39296,
3470
+ "bytes": 20506,
3922
3471
  "imports": [
3923
3472
  {
3924
3473
  "path": "commander",
@@ -3955,6 +3504,11 @@
3955
3504
  "kind": "import-statement",
3956
3505
  "original": "../services/TokenUsageTracker"
3957
3506
  },
3507
+ {
3508
+ "path": "src/cli/commands/WorkspaceMapCommands.ts",
3509
+ "kind": "import-statement",
3510
+ "original": "./commands/WorkspaceMapCommands"
3511
+ },
3958
3512
  {
3959
3513
  "path": "path",
3960
3514
  "kind": "import-statement",
@@ -4005,66 +3559,6 @@
4005
3559
  "kind": "dynamic-import",
4006
3560
  "original": "./commands/OrganizationCommands"
4007
3561
  },
4008
- {
4009
- "path": "src/cli/commands/WorkspaceRegistrationWizard.ts",
4010
- "kind": "dynamic-import",
4011
- "original": "./commands/WorkspaceRegistrationWizard"
4012
- },
4013
- {
4014
- "path": "src/services/WorkspaceRegistryService.ts",
4015
- "kind": "dynamic-import",
4016
- "original": "../services/WorkspaceRegistryService"
4017
- },
4018
- {
4019
- "path": "src/services/WorkspaceRegistryService.ts",
4020
- "kind": "dynamic-import",
4021
- "original": "../services/WorkspaceRegistryService"
4022
- },
4023
- {
4024
- "path": "readline",
4025
- "kind": "require-call",
4026
- "external": true
4027
- },
4028
- {
4029
- "path": "prompts",
4030
- "kind": "dynamic-import",
4031
- "external": true
4032
- },
4033
- {
4034
- "path": "src/services/WorkspaceRegistryService.ts",
4035
- "kind": "dynamic-import",
4036
- "original": "../services/WorkspaceRegistryService"
4037
- },
4038
- {
4039
- "path": "src/services/OrganizationManager.ts",
4040
- "kind": "dynamic-import",
4041
- "original": "../services/OrganizationManager"
4042
- },
4043
- {
4044
- "path": "src/services/WorkspaceSyncService.ts",
4045
- "kind": "dynamic-import",
4046
- "original": "../services/WorkspaceSyncService"
4047
- },
4048
- {
4049
- "path": "src/services/WorkspaceSyncService.ts",
4050
- "kind": "dynamic-import",
4051
- "original": "../services/WorkspaceSyncService"
4052
- },
4053
- {
4054
- "path": "src/services/WorkspaceRegistryService.ts",
4055
- "kind": "dynamic-import",
4056
- "original": "../services/WorkspaceRegistryService"
4057
- },
4058
- {
4059
- "path": "src/services/WorkspaceRegistryService.ts",
4060
- "kind": "dynamic-import",
4061
- "original": "../services/WorkspaceRegistryService"
4062
- },
4063
- {
4064
- "path": "src/services/WorkspaceSyncService.ts",
4065
- "kind": "dynamic-import",
4066
- "original": "../services/WorkspaceSyncService"
4067
- },
4068
3562
  {
4069
3563
  "path": "src/cli/commands/debug-work-item.ts",
4070
3564
  "kind": "dynamic-import",
@@ -4202,6 +3696,11 @@
4202
3696
  "kind": "require-call",
4203
3697
  "external": true
4204
3698
  },
3699
+ {
3700
+ "path": "fs",
3701
+ "kind": "require-call",
3702
+ "external": true
3703
+ },
4205
3704
  {
4206
3705
  "path": "path",
4207
3706
  "kind": "require-call",
@@ -4323,12 +3822,7 @@
4323
3822
  "external": true
4324
3823
  },
4325
3824
  {
4326
- "path": "fs",
4327
- "kind": "require-call",
4328
- "external": true
4329
- },
4330
- {
4331
- "path": "path",
3825
+ "path": "fs/promises",
4332
3826
  "kind": "require-call",
4333
3827
  "external": true
4334
3828
  },
@@ -4337,26 +3831,6 @@
4337
3831
  "kind": "require-call",
4338
3832
  "external": true
4339
3833
  },
4340
- {
4341
- "path": "os",
4342
- "kind": "require-call",
4343
- "external": true
4344
- },
4345
- {
4346
- "path": "net",
4347
- "kind": "require-call",
4348
- "external": true
4349
- },
4350
- {
4351
- "path": "events",
4352
- "kind": "require-call",
4353
- "external": true
4354
- },
4355
- {
4356
- "path": "child_process",
4357
- "kind": "require-call",
4358
- "external": true
4359
- },
4360
3834
  {
4361
3835
  "path": "fs",
4362
3836
  "kind": "require-call",
@@ -4367,38 +3841,28 @@
4367
3841
  "kind": "require-call",
4368
3842
  "external": true
4369
3843
  },
4370
- {
4371
- "path": "fs",
4372
- "kind": "require-call",
4373
- "external": true
4374
- },
4375
3844
  {
4376
3845
  "path": "path",
4377
3846
  "kind": "require-call",
4378
3847
  "external": true
4379
3848
  },
4380
3849
  {
4381
- "path": "fs",
4382
- "kind": "require-call",
4383
- "external": true
4384
- },
4385
- {
4386
- "path": "path",
3850
+ "path": "os",
4387
3851
  "kind": "require-call",
4388
3852
  "external": true
4389
3853
  },
4390
3854
  {
4391
- "path": "fs",
3855
+ "path": "net",
4392
3856
  "kind": "require-call",
4393
3857
  "external": true
4394
3858
  },
4395
3859
  {
4396
- "path": "path",
3860
+ "path": "events",
4397
3861
  "kind": "require-call",
4398
3862
  "external": true
4399
3863
  },
4400
3864
  {
4401
- "path": "crypto",
3865
+ "path": "child_process",
4402
3866
  "kind": "require-call",
4403
3867
  "external": true
4404
3868
  },
@@ -4436,34 +3900,19 @@
4436
3900
  "path": "events",
4437
3901
  "kind": "require-call",
4438
3902
  "external": true
4439
- },
4440
- {
4441
- "path": "events",
4442
- "kind": "require-call",
4443
- "external": true
4444
- },
4445
- {
4446
- "path": "fs",
4447
- "kind": "require-call",
4448
- "external": true
4449
- },
4450
- {
4451
- "path": "path",
4452
- "kind": "require-call",
4453
- "external": true
4454
3903
  }
4455
3904
  ],
4456
3905
  "exports": [],
4457
3906
  "entryPoint": "src/index.ts",
4458
3907
  "inputs": {
4459
3908
  "../../node_modules/zod/v3/helpers/util.js": {
4460
- "bytesInOutput": 1715
3909
+ "bytesInOutput": 1711
4461
3910
  },
4462
3911
  "../../node_modules/zod/v3/ZodError.js": {
4463
- "bytesInOutput": 1691
3912
+ "bytesInOutput": 1689
4464
3913
  },
4465
3914
  "../../node_modules/zod/v3/locales/en.js": {
4466
- "bytesInOutput": 3058
3915
+ "bytesInOutput": 3052
4467
3916
  },
4468
3917
  "../../node_modules/zod/v3/errors.js": {
4469
3918
  "bytesInOutput": 75
@@ -4478,10 +3927,10 @@
4478
3927
  "bytesInOutput": 142
4479
3928
  },
4480
3929
  "../../node_modules/zod/v3/types.js": {
4481
- "bytesInOutput": 50091
3930
+ "bytesInOutput": 50069
4482
3931
  },
4483
3932
  "../../node_modules/zod/v3/external.js": {
4484
- "bytesInOutput": 1816
3933
+ "bytesInOutput": 1815
4485
3934
  },
4486
3935
  "../../node_modules/zod/index.js": {
4487
3936
  "bytesInOutput": 27
@@ -4490,19 +3939,19 @@
4490
3939
  "bytesInOutput": 6371
4491
3940
  },
4492
3941
  "src/config/ConfigurationManager.ts": {
4493
- "bytesInOutput": 7101
3942
+ "bytesInOutput": 7103
4494
3943
  },
4495
3944
  "src/utils/claudeUtils.ts": {
4496
3945
  "bytesInOutput": 1093
4497
3946
  },
4498
3947
  "src/config/validators.ts": {
4499
- "bytesInOutput": 8030
3948
+ "bytesInOutput": 8032
4500
3949
  },
4501
3950
  "src/config/index.ts": {
4502
3951
  "bytesInOutput": 1086
4503
3952
  },
4504
3953
  "src/middleware/logger.ts": {
4505
- "bytesInOutput": 699
3954
+ "bytesInOutput": 700
4506
3955
  },
4507
3956
  "../../node_modules/node-fetch/node_modules/webidl-conversions/lib/index.js": {
4508
3957
  "bytesInOutput": 2442
@@ -4598,7 +4047,7 @@
4598
4047
  "bytesInOutput": 731
4599
4048
  },
4600
4049
  "../../node_modules/node-fetch/lib/index.js": {
4601
- "bytesInOutput": 19173
4050
+ "bytesInOutput": 19157
4602
4051
  },
4603
4052
  "package.json": {
4604
4053
  "bytesInOutput": 3441
@@ -4610,19 +4059,19 @@
4610
4059
  "bytesInOutput": 7869
4611
4060
  },
4612
4061
  "src/index.ts": {
4613
- "bytesInOutput": 36435
4062
+ "bytesInOutput": 32963
4614
4063
  },
4615
4064
  "src/config/ConfigLoader.ts": {
4616
- "bytesInOutput": 5663
4065
+ "bytesInOutput": 5666
4617
4066
  },
4618
4067
  "src/services/AgentIdentityService.ts": {
4619
- "bytesInOutput": 6251
4068
+ "bytesInOutput": 6254
4620
4069
  },
4621
4070
  "src/services/AgentService.ts": {
4622
4071
  "bytesInOutput": 14827
4623
4072
  },
4624
4073
  "src/services/HttpClient.ts": {
4625
- "bytesInOutput": 4262
4074
+ "bytesInOutput": 4264
4626
4075
  },
4627
4076
  "src/handlers/WorkHandlerRegistry.ts": {
4628
4077
  "bytesInOutput": 2680
@@ -4640,16 +4089,16 @@
4640
4089
  "bytesInOutput": 23554
4641
4090
  },
4642
4091
  "src/services/WorkItemErrorTracker.ts": {
4643
- "bytesInOutput": 8190
4092
+ "bytesInOutput": 8192
4644
4093
  },
4645
4094
  "src/services/AgentPauseService.ts": {
4646
4095
  "bytesInOutput": 1593
4647
4096
  },
4648
4097
  "src/services/ClaudeCliExecutor.ts": {
4649
- "bytesInOutput": 3495
4098
+ "bytesInOutput": 4069
4650
4099
  },
4651
4100
  "src/utils/claudeLogger.ts": {
4652
- "bytesInOutput": 1634
4101
+ "bytesInOutput": 1636
4653
4102
  },
4654
4103
  "src/handlers/ProjectReviewHandler.ts": {
4655
4104
  "bytesInOutput": 16153
@@ -4700,7 +4149,7 @@
4700
4149
  "bytesInOutput": 34
4701
4150
  },
4702
4151
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
4703
- "bytesInOutput": 24334
4152
+ "bytesInOutput": 24328
4704
4153
  },
4705
4154
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/index.js": {
4706
4155
  "bytesInOutput": 446
@@ -4841,7 +4290,7 @@
4841
4290
  "bytesInOutput": 1265
4842
4291
  },
4843
4292
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/to-json-schema.js": {
4844
- "bytesInOutput": 11804
4293
+ "bytesInOutput": 11802
4845
4294
  },
4846
4295
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/json-schema.js": {
4847
4296
  "bytesInOutput": 10
@@ -4889,13 +4338,16 @@
4889
4338
  "bytesInOutput": 0
4890
4339
  },
4891
4340
  "src/handlers/DevelopmentPlanningHandler.ts": {
4892
- "bytesInOutput": 37037
4341
+ "bytesInOutput": 40998
4342
+ },
4343
+ "src/services/WorkspaceMappingService.ts": {
4344
+ "bytesInOutput": 3548
4893
4345
  },
4894
4346
  "src/handlers/StoryImplementationHandler.ts": {
4895
4347
  "bytesInOutput": 655
4896
4348
  },
4897
4349
  "src/handlers/ReviewApplicationHandler.ts": {
4898
- "bytesInOutput": 16955
4350
+ "bytesInOutput": 17239
4899
4351
  },
4900
4352
  "src/handlers/StoryTaskGeneratorHandler.ts": {
4901
4353
  "bytesInOutput": 11553
@@ -4904,10 +4356,10 @@
4904
4356
  "bytesInOutput": 1681
4905
4357
  },
4906
4358
  "src/services/CompletedWorkService.ts": {
4907
- "bytesInOutput": 3199
4359
+ "bytesInOutput": 3201
4908
4360
  },
4909
4361
  "src/utils/configPath.ts": {
4910
- "bytesInOutput": 253
4362
+ "bytesInOutput": 255
4911
4363
  },
4912
4364
  "src/services/MainApiIntegration.ts": {
4913
4365
  "bytesInOutput": 3985
@@ -4919,37 +4371,16 @@
4919
4371
  "bytesInOutput": 1395
4920
4372
  },
4921
4373
  "src/services/TCPIPCService.ts": {
4922
- "bytesInOutput": 3020
4374
+ "bytesInOutput": 3021
4923
4375
  },
4924
4376
  "src/services/ClaudeSettingsManager.ts": {
4925
- "bytesInOutput": 1944
4377
+ "bytesInOutput": 1946
4926
4378
  },
4927
4379
  "src/services/TokenUsageTracker.ts": {
4928
4380
  "bytesInOutput": 4254
4929
4381
  },
4930
- "src/services/WorkspaceRegistryService.ts": {
4931
- "bytesInOutput": 6667
4932
- },
4933
- "src/services/WorkspaceConfigurationService.ts": {
4934
- "bytesInOutput": 4679
4935
- },
4936
- "src/types/workspace.ts": {
4937
- "bytesInOutput": 15
4938
- },
4939
- "src/services/WorkspaceValidator.ts": {
4940
- "bytesInOutput": 10492
4941
- },
4942
- "src/utils/migrateWorkspaceRegistry.ts": {
4943
- "bytesInOutput": 2104
4944
- },
4945
- "src/utils/fingerprint.ts": {
4946
- "bytesInOutput": 357
4947
- },
4948
- "src/services/WorkspaceSyncService.ts": {
4949
- "bytesInOutput": 7789
4950
- },
4951
4382
  "src/services/OrganizationManager.ts": {
4952
- "bytesInOutput": 25028
4383
+ "bytesInOutput": 25634
4953
4384
  },
4954
4385
  "src/types/organization.ts": {
4955
4386
  "bytesInOutput": 458
@@ -4965,187 +4396,59 @@
4965
4396
  },
4966
4397
  "src/utils/errorSerializer.ts": {
4967
4398
  "bytesInOutput": 1767
4968
- },
4969
- "src/services/WorkspaceDiscoveryService.ts": {
4970
- "bytesInOutput": 22609
4971
4399
  }
4972
4400
  },
4973
- "bytes": 1530972
4974
- },
4975
- "dist/cli/index.js": {
4976
- "imports": [
4977
- {
4978
- "path": "fs",
4979
- "kind": "require-call",
4980
- "external": true
4981
- },
4982
- {
4983
- "path": "path",
4984
- "kind": "require-call",
4985
- "external": true
4986
- },
4987
- {
4988
- "path": "events",
4989
- "kind": "require-call",
4990
- "external": true
4991
- },
4992
- {
4993
- "path": "child_process",
4994
- "kind": "require-call",
4995
- "external": true
4996
- },
4997
- {
4998
- "path": "fs",
4999
- "kind": "require-call",
5000
- "external": true
5001
- },
5002
- {
5003
- "path": "path",
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": "os",
5019
- "kind": "require-call",
5020
- "external": true
5021
- },
5022
- {
5023
- "path": "winston",
5024
- "kind": "require-call",
5025
- "external": true
5026
- },
5027
- {
5028
- "path": "fs",
5029
- "kind": "require-call",
5030
- "external": true
5031
- },
5032
- {
5033
- "path": "path",
5034
- "kind": "require-call",
5035
- "external": true
5036
- },
5037
- {
5038
- "path": "os",
5039
- "kind": "require-call",
5040
- "external": true
5041
- },
5042
- {
5043
- "path": "crypto",
5044
- "kind": "require-call",
5045
- "external": true
5046
- },
5047
- {
5048
- "path": "events",
5049
- "kind": "require-call",
5050
- "external": true
5051
- },
5052
- {
5053
- "path": "fs",
5054
- "kind": "require-call",
5055
- "external": true
5056
- },
5057
- {
5058
- "path": "path",
5059
- "kind": "require-call",
5060
- "external": true
5061
- },
5062
- {
5063
- "path": "os",
5064
- "kind": "require-call",
5065
- "external": true
5066
- },
5067
- {
5068
- "path": "punycode",
5069
- "kind": "require-call",
5070
- "external": true
5071
- },
5072
- {
5073
- "path": "punycode",
5074
- "kind": "require-call",
5075
- "external": true
5076
- },
5077
- {
5078
- "path": "buffer",
5079
- "kind": "require-call",
5080
- "external": true
5081
- },
5082
- {
5083
- "path": "string_decoder",
5084
- "kind": "require-call",
5085
- "external": true
5086
- },
5087
- {
5088
- "path": "stream",
5089
- "kind": "require-call",
5090
- "external": true
5091
- },
5092
- {
5093
- "path": "stream",
5094
- "kind": "require-call",
5095
- "external": true
5096
- },
5097
- {
5098
- "path": "http",
5099
- "kind": "require-call",
5100
- "external": true
5101
- },
4401
+ "bytes": 1481727
4402
+ },
4403
+ "dist/cli/index.js": {
4404
+ "imports": [
5102
4405
  {
5103
- "path": "url",
4406
+ "path": "fs",
5104
4407
  "kind": "require-call",
5105
4408
  "external": true
5106
4409
  },
5107
4410
  {
5108
- "path": "https",
4411
+ "path": "path",
5109
4412
  "kind": "require-call",
5110
4413
  "external": true
5111
4414
  },
5112
4415
  {
5113
- "path": "zlib",
4416
+ "path": "events",
5114
4417
  "kind": "require-call",
5115
4418
  "external": true
5116
4419
  },
5117
4420
  {
5118
- "path": "http",
4421
+ "path": "child_process",
5119
4422
  "kind": "require-call",
5120
4423
  "external": true
5121
4424
  },
5122
4425
  {
5123
- "path": "https",
4426
+ "path": "fs",
5124
4427
  "kind": "require-call",
5125
4428
  "external": true
5126
4429
  },
5127
4430
  {
5128
- "path": "graphql-request",
4431
+ "path": "path",
5129
4432
  "kind": "require-call",
5130
4433
  "external": true
5131
4434
  },
5132
4435
  {
5133
- "path": "events",
4436
+ "path": "fs",
5134
4437
  "kind": "require-call",
5135
4438
  "external": true
5136
4439
  },
5137
4440
  {
5138
- "path": "fs/promises",
4441
+ "path": "path",
5139
4442
  "kind": "require-call",
5140
4443
  "external": true
5141
4444
  },
5142
4445
  {
5143
- "path": "path",
4446
+ "path": "os",
5144
4447
  "kind": "require-call",
5145
4448
  "external": true
5146
4449
  },
5147
4450
  {
5148
- "path": "events",
4451
+ "path": "winston",
5149
4452
  "kind": "require-call",
5150
4453
  "external": true
5151
4454
  },
@@ -5160,17 +4463,12 @@
5160
4463
  "external": true
5161
4464
  },
5162
4465
  {
5163
- "path": "child_process",
5164
- "kind": "require-call",
5165
- "external": true
5166
- },
5167
- {
5168
- "path": "fs",
4466
+ "path": "os",
5169
4467
  "kind": "require-call",
5170
4468
  "external": true
5171
4469
  },
5172
4470
  {
5173
- "path": "path",
4471
+ "path": "crypto",
5174
4472
  "kind": "require-call",
5175
4473
  "external": true
5176
4474
  },
@@ -5180,12 +4478,12 @@
5180
4478
  "external": true
5181
4479
  },
5182
4480
  {
5183
- "path": "uuid",
4481
+ "path": "fs/promises",
5184
4482
  "kind": "require-call",
5185
4483
  "external": true
5186
4484
  },
5187
4485
  {
5188
- "path": "graphql",
4486
+ "path": "path",
5189
4487
  "kind": "require-call",
5190
4488
  "external": true
5191
4489
  },
@@ -5200,112 +4498,112 @@
5200
4498
  "external": true
5201
4499
  },
5202
4500
  {
5203
- "path": "fs",
4501
+ "path": "graphql-request",
5204
4502
  "kind": "require-call",
5205
4503
  "external": true
5206
4504
  },
5207
4505
  {
5208
- "path": "path",
4506
+ "path": "events",
5209
4507
  "kind": "require-call",
5210
4508
  "external": true
5211
4509
  },
5212
4510
  {
5213
- "path": "events",
4511
+ "path": "fs/promises",
5214
4512
  "kind": "require-call",
5215
4513
  "external": true
5216
4514
  },
5217
4515
  {
5218
- "path": "net",
4516
+ "path": "path",
5219
4517
  "kind": "require-call",
5220
4518
  "external": true
5221
4519
  },
5222
4520
  {
5223
- "path": "events",
4521
+ "path": "fs",
5224
4522
  "kind": "require-call",
5225
4523
  "external": true
5226
4524
  },
5227
4525
  {
5228
- "path": "child_process",
4526
+ "path": "path",
5229
4527
  "kind": "require-call",
5230
4528
  "external": true
5231
4529
  },
5232
4530
  {
5233
- "path": "fs",
4531
+ "path": "os",
5234
4532
  "kind": "require-call",
5235
4533
  "external": true
5236
4534
  },
5237
4535
  {
5238
- "path": "path",
4536
+ "path": "punycode",
5239
4537
  "kind": "require-call",
5240
4538
  "external": true
5241
4539
  },
5242
4540
  {
5243
- "path": "fs",
4541
+ "path": "punycode",
5244
4542
  "kind": "require-call",
5245
4543
  "external": true
5246
4544
  },
5247
4545
  {
5248
- "path": "path",
4546
+ "path": "buffer",
5249
4547
  "kind": "require-call",
5250
4548
  "external": true
5251
4549
  },
5252
4550
  {
5253
- "path": "crypto",
4551
+ "path": "string_decoder",
5254
4552
  "kind": "require-call",
5255
4553
  "external": true
5256
4554
  },
5257
4555
  {
5258
- "path": "fs",
4556
+ "path": "stream",
5259
4557
  "kind": "require-call",
5260
4558
  "external": true
5261
4559
  },
5262
4560
  {
5263
- "path": "path",
4561
+ "path": "stream",
5264
4562
  "kind": "require-call",
5265
4563
  "external": true
5266
4564
  },
5267
4565
  {
5268
- "path": "fs",
4566
+ "path": "http",
5269
4567
  "kind": "require-call",
5270
4568
  "external": true
5271
4569
  },
5272
4570
  {
5273
- "path": "path",
4571
+ "path": "url",
5274
4572
  "kind": "require-call",
5275
4573
  "external": true
5276
4574
  },
5277
4575
  {
5278
- "path": "fs",
4576
+ "path": "https",
5279
4577
  "kind": "require-call",
5280
4578
  "external": true
5281
4579
  },
5282
4580
  {
5283
- "path": "path",
4581
+ "path": "zlib",
5284
4582
  "kind": "require-call",
5285
4583
  "external": true
5286
4584
  },
5287
4585
  {
5288
- "path": "events",
4586
+ "path": "http",
5289
4587
  "kind": "require-call",
5290
4588
  "external": true
5291
4589
  },
5292
4590
  {
5293
- "path": "fs/promises",
4591
+ "path": "https",
5294
4592
  "kind": "require-call",
5295
4593
  "external": true
5296
4594
  },
5297
4595
  {
5298
- "path": "path",
4596
+ "path": "events",
5299
4597
  "kind": "require-call",
5300
4598
  "external": true
5301
4599
  },
5302
4600
  {
5303
- "path": "events",
4601
+ "path": "fs/promises",
5304
4602
  "kind": "require-call",
5305
4603
  "external": true
5306
4604
  },
5307
4605
  {
5308
- "path": "events",
4606
+ "path": "path",
5309
4607
  "kind": "require-call",
5310
4608
  "external": true
5311
4609
  },
@@ -5325,12 +4623,12 @@
5325
4623
  "external": true
5326
4624
  },
5327
4625
  {
5328
- "path": "dotenv",
4626
+ "path": "child_process",
5329
4627
  "kind": "require-call",
5330
4628
  "external": true
5331
4629
  },
5332
4630
  {
5333
- "path": "express",
4631
+ "path": "fs",
5334
4632
  "kind": "require-call",
5335
4633
  "external": true
5336
4634
  },
@@ -5340,17 +4638,17 @@
5340
4638
  "external": true
5341
4639
  },
5342
4640
  {
5343
- "path": "chalk",
4641
+ "path": "events",
5344
4642
  "kind": "require-call",
5345
4643
  "external": true
5346
4644
  },
5347
4645
  {
5348
- "path": "prompts",
4646
+ "path": "uuid",
5349
4647
  "kind": "require-call",
5350
4648
  "external": true
5351
4649
  },
5352
4650
  {
5353
- "path": "uuid",
4651
+ "path": "graphql",
5354
4652
  "kind": "require-call",
5355
4653
  "external": true
5356
4654
  },
@@ -5365,95 +4663,25 @@
5365
4663
  "external": true
5366
4664
  },
5367
4665
  {
5368
- "path": "glob",
5369
- "kind": "dynamic-import",
5370
- "external": true
5371
- },
5372
- {
5373
- "path": "glob",
5374
- "kind": "dynamic-import",
5375
- "external": true
5376
- },
5377
- {
5378
- "path": "glob",
5379
- "kind": "dynamic-import",
5380
- "external": true
5381
- },
5382
- {
5383
- "path": "glob",
5384
- "kind": "dynamic-import",
5385
- "external": true
5386
- },
5387
- {
5388
- "path": "fs",
4666
+ "path": "events",
5389
4667
  "kind": "require-call",
5390
4668
  "external": true
5391
4669
  },
5392
4670
  {
5393
- "path": "path",
4671
+ "path": "net",
5394
4672
  "kind": "require-call",
5395
4673
  "external": true
5396
4674
  },
5397
4675
  {
5398
- "path": "glob",
5399
- "kind": "dynamic-import",
5400
- "external": true
5401
- },
5402
- {
5403
- "path": "glob",
5404
- "kind": "dynamic-import",
5405
- "external": true
5406
- },
5407
- {
5408
- "path": "glob",
5409
- "kind": "dynamic-import",
5410
- "external": true
5411
- },
5412
- {
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": "fs",
4676
+ "path": "events",
5434
4677
  "kind": "require-call",
5435
4678
  "external": true
5436
4679
  },
5437
4680
  {
5438
- "path": "path",
4681
+ "path": "child_process",
5439
4682
  "kind": "require-call",
5440
4683
  "external": true
5441
4684
  },
5442
- {
5443
- "path": "glob",
5444
- "kind": "dynamic-import",
5445
- "external": true
5446
- },
5447
- {
5448
- "path": "glob",
5449
- "kind": "dynamic-import",
5450
- "external": true
5451
- },
5452
- {
5453
- "path": "glob",
5454
- "kind": "dynamic-import",
5455
- "external": true
5456
- },
5457
4685
  {
5458
4686
  "path": "fs",
5459
4687
  "kind": "require-call",
@@ -5465,33 +4693,23 @@
5465
4693
  "external": true
5466
4694
  },
5467
4695
  {
5468
- "path": "glob",
5469
- "kind": "dynamic-import",
5470
- "external": true
5471
- },
5472
- {
5473
- "path": "glob",
5474
- "kind": "dynamic-import",
5475
- "external": true
5476
- },
5477
- {
5478
- "path": "glob",
5479
- "kind": "dynamic-import",
4696
+ "path": "events",
4697
+ "kind": "require-call",
5480
4698
  "external": true
5481
4699
  },
5482
4700
  {
5483
- "path": "glob",
5484
- "kind": "dynamic-import",
4701
+ "path": "events",
4702
+ "kind": "require-call",
5485
4703
  "external": true
5486
4704
  },
5487
4705
  {
5488
- "path": "glob",
5489
- "kind": "dynamic-import",
4706
+ "path": "dotenv",
4707
+ "kind": "require-call",
5490
4708
  "external": true
5491
4709
  },
5492
4710
  {
5493
- "path": "glob",
5494
- "kind": "dynamic-import",
4711
+ "path": "express",
4712
+ "kind": "require-call",
5495
4713
  "external": true
5496
4714
  },
5497
4715
  {
@@ -5504,43 +4722,18 @@
5504
4722
  "kind": "require-call",
5505
4723
  "external": true
5506
4724
  },
5507
- {
5508
- "path": "glob",
5509
- "kind": "dynamic-import",
5510
- "external": true
5511
- },
5512
- {
5513
- "path": "glob",
5514
- "kind": "dynamic-import",
5515
- "external": true
5516
- },
5517
- {
5518
- "path": "glob",
5519
- "kind": "dynamic-import",
5520
- "external": true
5521
- },
5522
- {
5523
- "path": "glob",
5524
- "kind": "dynamic-import",
5525
- "external": true
5526
- },
5527
- {
5528
- "path": "prompts",
5529
- "kind": "require-call",
5530
- "external": true
5531
- },
5532
4725
  {
5533
4726
  "path": "chalk",
5534
4727
  "kind": "require-call",
5535
4728
  "external": true
5536
4729
  },
5537
4730
  {
5538
- "path": "fs",
4731
+ "path": "prompts",
5539
4732
  "kind": "require-call",
5540
4733
  "external": true
5541
4734
  },
5542
4735
  {
5543
- "path": "path",
4736
+ "path": "uuid",
5544
4737
  "kind": "require-call",
5545
4738
  "external": true
5546
4739
  },
@@ -5620,17 +4813,17 @@
5620
4813
  "external": true
5621
4814
  },
5622
4815
  {
5623
- "path": "path",
4816
+ "path": "chalk",
5624
4817
  "kind": "require-call",
5625
4818
  "external": true
5626
4819
  },
5627
4820
  {
5628
- "path": "fs",
4821
+ "path": "path",
5629
4822
  "kind": "require-call",
5630
4823
  "external": true
5631
4824
  },
5632
4825
  {
5633
- "path": "readline",
4826
+ "path": "fs",
5634
4827
  "kind": "require-call",
5635
4828
  "external": true
5636
4829
  },
@@ -5638,11 +4831,6 @@
5638
4831
  "path": "readline",
5639
4832
  "kind": "require-call",
5640
4833
  "external": true
5641
- },
5642
- {
5643
- "path": "prompts",
5644
- "kind": "dynamic-import",
5645
- "external": true
5646
4834
  }
5647
4835
  ],
5648
4836
  "exports": [],
@@ -5670,10 +4858,10 @@
5670
4858
  "bytesInOutput": 141
5671
4859
  },
5672
4860
  "../../node_modules/zod/v3/types.js": {
5673
- "bytesInOutput": 50221
4861
+ "bytesInOutput": 50129
5674
4862
  },
5675
4863
  "../../node_modules/zod/v3/external.js": {
5676
- "bytesInOutput": 1819
4864
+ "bytesInOutput": 1818
5677
4865
  },
5678
4866
  "../../node_modules/zod/index.js": {
5679
4867
  "bytesInOutput": 26
@@ -5711,6 +4899,24 @@
5711
4899
  "src/services/TokenUsageTracker.ts": {
5712
4900
  "bytesInOutput": 4282
5713
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
+ },
5714
4920
  "src/config/ConfigLoader.ts": {
5715
4921
  "bytesInOutput": 5697
5716
4922
  },
@@ -5802,13 +5008,13 @@
5802
5008
  "bytesInOutput": 1415
5803
5009
  },
5804
5010
  "../../node_modules/encoding/node_modules/iconv-lite/lib/index.js": {
5805
- "bytesInOutput": 2264
5011
+ "bytesInOutput": 2220
5806
5012
  },
5807
5013
  "../../node_modules/encoding/lib/encoding.js": {
5808
5014
  "bytesInOutput": 731
5809
5015
  },
5810
5016
  "../../node_modules/node-fetch/lib/index.js": {
5811
- "bytesInOutput": 19173
5017
+ "bytesInOutput": 19164
5812
5018
  },
5813
5019
  "src/services/HttpClient.ts": {
5814
5020
  "bytesInOutput": 4292
@@ -5816,12 +5022,6 @@
5816
5022
  "src/services/WorkTypeConfigService.ts": {
5817
5023
  "bytesInOutput": 2998
5818
5024
  },
5819
- "src/graphql/generated.ts": {
5820
- "bytesInOutput": 23614
5821
- },
5822
- "src/graphql/TypedGraphQLClient.ts": {
5823
- "bytesInOutput": 5425
5824
- },
5825
5025
  "src/types/workItemErrors.ts": {
5826
5026
  "bytesInOutput": 29
5827
5027
  },
@@ -5835,7 +5035,7 @@
5835
5035
  "bytesInOutput": 1668
5836
5036
  },
5837
5037
  "src/services/ClaudeCliExecutor.ts": {
5838
- "bytesInOutput": 3536
5038
+ "bytesInOutput": 4112
5839
5039
  },
5840
5040
  "src/handlers/BaseWorkHandler.ts": {
5841
5041
  "bytesInOutput": 18001
@@ -5883,7 +5083,7 @@
5883
5083
  "bytesInOutput": 49
5884
5084
  },
5885
5085
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
5886
- "bytesInOutput": 24564
5086
+ "bytesInOutput": 24533
5887
5087
  },
5888
5088
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js": {
5889
5089
  "bytesInOutput": 5591
@@ -6018,19 +5218,19 @@
6018
5218
  "bytesInOutput": 751
6019
5219
  },
6020
5220
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/api.js": {
6021
- "bytesInOutput": 9691
5221
+ "bytesInOutput": 9690
6022
5222
  },
6023
5223
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/function.js": {
6024
5224
  "bytesInOutput": 1300
6025
5225
  },
6026
5226
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/to-json-schema.js": {
6027
- "bytesInOutput": 11828
5227
+ "bytesInOutput": 11837
6028
5228
  },
6029
5229
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/json-schema.js": {
6030
5230
  "bytesInOutput": 27
6031
5231
  },
6032
5232
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js": {
6033
- "bytesInOutput": 4404
5233
+ "bytesInOutput": 4403
6034
5234
  },
6035
5235
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/checks.js": {
6036
5236
  "bytesInOutput": 21
@@ -6045,7 +5245,7 @@
6045
5245
  "bytesInOutput": 78
6046
5246
  },
6047
5247
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/schemas.js": {
6048
- "bytesInOutput": 14823
5248
+ "bytesInOutput": 14821
6049
5249
  },
6050
5250
  "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/compat.js": {
6051
5251
  "bytesInOutput": 425
@@ -6093,13 +5293,13 @@
6093
5293
  "bytesInOutput": 46
6094
5294
  },
6095
5295
  "src/handlers/DevelopmentPlanningHandler.ts": {
6096
- "bytesInOutput": 37080
5296
+ "bytesInOutput": 41046
6097
5297
  },
6098
5298
  "src/handlers/StoryImplementationHandler.ts": {
6099
5299
  "bytesInOutput": 688
6100
5300
  },
6101
5301
  "src/handlers/ReviewApplicationHandler.ts": {
6102
- "bytesInOutput": 16993
5302
+ "bytesInOutput": 17277
6103
5303
  },
6104
5304
  "src/handlers/StoryTaskGeneratorHandler.ts": {
6105
5305
  "bytesInOutput": 11591
@@ -6110,9 +5310,6 @@
6110
5310
  "src/handlers/WorkHandlerRegistry.ts": {
6111
5311
  "bytesInOutput": 2718
6112
5312
  },
6113
- "src/utils/configPath.ts": {
6114
- "bytesInOutput": 284
6115
- },
6116
5313
  "src/services/CompletedWorkService.ts": {
6117
5314
  "bytesInOutput": 3237
6118
5315
  },
@@ -6134,33 +5331,6 @@
6134
5331
  "src/services/ClaudeSettingsManager.ts": {
6135
5332
  "bytesInOutput": 1974
6136
5333
  },
6137
- "src/types/workspace.ts": {
6138
- "bytesInOutput": 43
6139
- },
6140
- "src/services/WorkspaceValidator.ts": {
6141
- "bytesInOutput": 10525
6142
- },
6143
- "src/services/WorkspaceConfigurationService.ts": {
6144
- "bytesInOutput": 4719
6145
- },
6146
- "src/utils/fingerprint.ts": {
6147
- "bytesInOutput": 391
6148
- },
6149
- "src/utils/migrateWorkspaceRegistry.ts": {
6150
- "bytesInOutput": 2145
6151
- },
6152
- "src/services/WorkspaceRegistryService.ts": {
6153
- "bytesInOutput": 6799
6154
- },
6155
- "src/types/organization.ts": {
6156
- "bytesInOutput": 495
6157
- },
6158
- "src/services/OrganizationManager.ts": {
6159
- "bytesInOutput": 25252
6160
- },
6161
- "src/services/WorkspaceSyncService.ts": {
6162
- "bytesInOutput": 7912
6163
- },
6164
5334
  "src/utils/errorSerializer.ts": {
6165
5335
  "bytesInOutput": 1796
6166
5336
  },
@@ -6173,38 +5343,17 @@
6173
5343
  "src/services/MultiOrganizationWorkerService.ts": {
6174
5344
  "bytesInOutput": 10064
6175
5345
  },
6176
- "src/services/WorkspaceDiscoveryService.ts": {
6177
- "bytesInOutput": 22638
6178
- },
6179
5346
  "src/index.ts": {
6180
- "bytesInOutput": 36599
5347
+ "bytesInOutput": 33110
6181
5348
  },
6182
5349
  "src/cli/commands/OrganizationCommands.ts": {
6183
5350
  "bytesInOutput": 9476
6184
5351
  },
6185
- "src/services/detectors/DotNetWorkspaceDetector.ts": {
6186
- "bytesInOutput": 4924
6187
- },
6188
- "src/services/detectors/PythonWorkspaceDetector.ts": {
6189
- "bytesInOutput": 9139
6190
- },
6191
- "src/services/detectors/ServerlessWorkspaceDetector.ts": {
6192
- "bytesInOutput": 6505
6193
- },
6194
- "src/services/detectors/AwsSamWorkspaceDetector.ts": {
6195
- "bytesInOutput": 8510
6196
- },
6197
- "src/services/detectors/JavaScriptWorkspaceDetector.ts": {
6198
- "bytesInOutput": 9282
6199
- },
6200
- "src/cli/commands/WorkspaceRegistrationWizard.ts": {
6201
- "bytesInOutput": 18696
6202
- },
6203
5352
  "src/cli/commands/debug-work-item.ts": {
6204
5353
  "bytesInOutput": 8465
6205
5354
  },
6206
5355
  "src/cli/index.ts": {
6207
- "bytesInOutput": 24947
5356
+ "bytesInOutput": 13382
6208
5357
  },
6209
5358
  "src/cli/AgentInitWizard.ts": {
6210
5359
  "bytesInOutput": 9764
@@ -6214,9 +5363,12 @@
6214
5363
  },
6215
5364
  "src/services/HeartbeatService.ts": {
6216
5365
  "bytesInOutput": 8630
5366
+ },
5367
+ "src/cli/commands/WorkspaceMapCommands.ts": {
5368
+ "bytesInOutput": 3712
6217
5369
  }
6218
5370
  },
6219
- "bytes": 1663141
5371
+ "bytes": 1548283
6220
5372
  }
6221
5373
  }
6222
5374
  }