@task-shepherd/agent 1.0.26 → 1.0.28

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
@@ -2691,7 +2691,7 @@
2691
2691
  "format": "esm"
2692
2692
  },
2693
2693
  "src/utils/configPath.ts": {
2694
- "bytes": 2050,
2694
+ "bytes": 2238,
2695
2695
  "imports": [
2696
2696
  {
2697
2697
  "path": "path",
@@ -2954,8 +2954,76 @@
2954
2954
  ],
2955
2955
  "format": "esm"
2956
2956
  },
2957
- "src/services/WorkspaceRegistryService.ts": {
2958
- "bytes": 7346,
2957
+ "src/types/workspace.ts": {
2958
+ "bytes": 10575,
2959
+ "imports": [],
2960
+ "format": "esm"
2961
+ },
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,
2975
+ "imports": [
2976
+ {
2977
+ "path": "fs",
2978
+ "kind": "import-statement",
2979
+ "external": true
2980
+ },
2981
+ {
2982
+ "path": "path",
2983
+ "kind": "import-statement",
2984
+ "external": true
2985
+ },
2986
+ {
2987
+ "path": "src/services/WorkspaceValidator.ts",
2988
+ "kind": "import-statement",
2989
+ "original": "./WorkspaceValidator"
2990
+ },
2991
+ {
2992
+ "path": "src/middleware/logger.ts",
2993
+ "kind": "import-statement",
2994
+ "original": "../middleware/logger"
2995
+ },
2996
+ {
2997
+ "path": "src/services/WorkspaceRegistryService.ts",
2998
+ "kind": "import-statement",
2999
+ "original": "./WorkspaceRegistryService"
3000
+ }
3001
+ ],
3002
+ "format": "esm"
3003
+ },
3004
+ "src/utils/fingerprint.ts": {
3005
+ "bytes": 1607,
3006
+ "imports": [
3007
+ {
3008
+ "path": "crypto",
3009
+ "kind": "import-statement",
3010
+ "external": true
3011
+ },
3012
+ {
3013
+ "path": "fs",
3014
+ "kind": "import-statement",
3015
+ "external": true
3016
+ },
3017
+ {
3018
+ "path": "path",
3019
+ "kind": "import-statement",
3020
+ "external": true
3021
+ }
3022
+ ],
3023
+ "format": "esm"
3024
+ },
3025
+ "src/utils/migrateWorkspaceRegistry.ts": {
3026
+ "bytes": 6194,
2959
3027
  "imports": [
2960
3028
  {
2961
3029
  "path": "fs",
@@ -2973,14 +3041,55 @@
2973
3041
  "original": "../middleware/logger"
2974
3042
  },
2975
3043
  {
2976
- "path": "./WorkspaceConfigurationService",
3044
+ "path": "src/utils/configPath.ts",
3045
+ "kind": "import-statement",
3046
+ "original": "./configPath"
3047
+ },
3048
+ {
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",
3061
+ "kind": "import-statement",
3062
+ "external": true
3063
+ },
3064
+ {
3065
+ "path": "path",
2977
3066
  "kind": "import-statement",
2978
3067
  "external": true
2979
3068
  },
3069
+ {
3070
+ "path": "src/middleware/logger.ts",
3071
+ "kind": "import-statement",
3072
+ "original": "../middleware/logger"
3073
+ },
3074
+ {
3075
+ "path": "src/services/WorkspaceConfigurationService.ts",
3076
+ "kind": "import-statement",
3077
+ "original": "./WorkspaceConfigurationService"
3078
+ },
2980
3079
  {
2981
3080
  "path": "src/utils/configPath.ts",
2982
3081
  "kind": "import-statement",
2983
3082
  "original": "../utils/configPath"
3083
+ },
3084
+ {
3085
+ "path": "src/utils/migrateWorkspaceRegistry.ts",
3086
+ "kind": "import-statement",
3087
+ "original": "../utils/migrateWorkspaceRegistry"
3088
+ },
3089
+ {
3090
+ "path": "src/utils/fingerprint.ts",
3091
+ "kind": "import-statement",
3092
+ "original": "../utils/fingerprint"
2984
3093
  }
2985
3094
  ],
2986
3095
  "format": "esm"
@@ -3042,7 +3151,7 @@
3042
3151
  "format": "esm"
3043
3152
  },
3044
3153
  "src/services/WorkspaceSyncService.ts": {
3045
- "bytes": 13503,
3154
+ "bytes": 18444,
3046
3155
  "imports": [
3047
3156
  {
3048
3157
  "path": "src/middleware/logger.ts",
@@ -3227,7 +3336,7 @@
3227
3336
  "format": "esm"
3228
3337
  },
3229
3338
  "src/index.ts": {
3230
- "bytes": 83210,
3339
+ "bytes": 85513,
3231
3340
  "imports": [
3232
3341
  {
3233
3342
  "path": "dotenv",
@@ -3466,53 +3575,6 @@
3466
3575
  ],
3467
3576
  "format": "esm"
3468
3577
  },
3469
- "src/types/workspace.ts": {
3470
- "bytes": 10575,
3471
- "imports": [],
3472
- "format": "esm"
3473
- },
3474
- "src/services/WorkspaceValidator.ts": {
3475
- "bytes": 20447,
3476
- "imports": [
3477
- {
3478
- "path": "src/types/workspace.ts",
3479
- "kind": "import-statement",
3480
- "original": "../types/workspace"
3481
- }
3482
- ],
3483
- "format": "esm"
3484
- },
3485
- "src/services/WorkspaceConfigurationService.ts": {
3486
- "bytes": 12269,
3487
- "imports": [
3488
- {
3489
- "path": "fs",
3490
- "kind": "import-statement",
3491
- "external": true
3492
- },
3493
- {
3494
- "path": "path",
3495
- "kind": "import-statement",
3496
- "external": true
3497
- },
3498
- {
3499
- "path": "src/services/WorkspaceValidator.ts",
3500
- "kind": "import-statement",
3501
- "original": "./WorkspaceValidator"
3502
- },
3503
- {
3504
- "path": "src/middleware/logger.ts",
3505
- "kind": "import-statement",
3506
- "original": "../middleware/logger"
3507
- },
3508
- {
3509
- "path": "src/services/WorkspaceRegistryService.ts",
3510
- "kind": "import-statement",
3511
- "original": "./WorkspaceRegistryService"
3512
- }
3513
- ],
3514
- "format": "esm"
3515
- },
3516
3578
  "src/services/detectors/DotNetWorkspaceDetector.ts": {
3517
3579
  "bytes": 12876,
3518
3580
  "imports": [
@@ -3856,7 +3918,7 @@
3856
3918
  "format": "esm"
3857
3919
  },
3858
3920
  "src/cli/index.ts": {
3859
- "bytes": 30131,
3921
+ "bytes": 39296,
3860
3922
  "imports": [
3861
3923
  {
3862
3924
  "path": "commander",
@@ -3963,6 +4025,26 @@
3963
4025
  "kind": "require-call",
3964
4026
  "external": true
3965
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
+ },
3966
4048
  {
3967
4049
  "path": "src/services/WorkspaceSyncService.ts",
3968
4050
  "kind": "dynamic-import",
@@ -4295,6 +4377,41 @@
4295
4377
  "kind": "require-call",
4296
4378
  "external": true
4297
4379
  },
4380
+ {
4381
+ "path": "fs",
4382
+ "kind": "require-call",
4383
+ "external": true
4384
+ },
4385
+ {
4386
+ "path": "path",
4387
+ "kind": "require-call",
4388
+ "external": true
4389
+ },
4390
+ {
4391
+ "path": "fs",
4392
+ "kind": "require-call",
4393
+ "external": true
4394
+ },
4395
+ {
4396
+ "path": "path",
4397
+ "kind": "require-call",
4398
+ "external": true
4399
+ },
4400
+ {
4401
+ "path": "crypto",
4402
+ "kind": "require-call",
4403
+ "external": true
4404
+ },
4405
+ {
4406
+ "path": "fs",
4407
+ "kind": "require-call",
4408
+ "external": true
4409
+ },
4410
+ {
4411
+ "path": "path",
4412
+ "kind": "require-call",
4413
+ "external": true
4414
+ },
4298
4415
  {
4299
4416
  "path": "events",
4300
4417
  "kind": "require-call",
@@ -4340,13 +4457,13 @@
4340
4457
  "entryPoint": "src/index.ts",
4341
4458
  "inputs": {
4342
4459
  "../../node_modules/zod/v3/helpers/util.js": {
4343
- "bytesInOutput": 1711
4460
+ "bytesInOutput": 1715
4344
4461
  },
4345
4462
  "../../node_modules/zod/v3/ZodError.js": {
4346
- "bytesInOutput": 1689
4463
+ "bytesInOutput": 1691
4347
4464
  },
4348
4465
  "../../node_modules/zod/v3/locales/en.js": {
4349
- "bytesInOutput": 3052
4466
+ "bytesInOutput": 3058
4350
4467
  },
4351
4468
  "../../node_modules/zod/v3/errors.js": {
4352
4469
  "bytesInOutput": 75
@@ -4361,10 +4478,10 @@
4361
4478
  "bytesInOutput": 142
4362
4479
  },
4363
4480
  "../../node_modules/zod/v3/types.js": {
4364
- "bytesInOutput": 50069
4481
+ "bytesInOutput": 50091
4365
4482
  },
4366
4483
  "../../node_modules/zod/v3/external.js": {
4367
- "bytesInOutput": 1815
4484
+ "bytesInOutput": 1816
4368
4485
  },
4369
4486
  "../../node_modules/zod/index.js": {
4370
4487
  "bytesInOutput": 27
@@ -4373,19 +4490,19 @@
4373
4490
  "bytesInOutput": 6371
4374
4491
  },
4375
4492
  "src/config/ConfigurationManager.ts": {
4376
- "bytesInOutput": 7103
4493
+ "bytesInOutput": 7101
4377
4494
  },
4378
4495
  "src/utils/claudeUtils.ts": {
4379
4496
  "bytesInOutput": 1093
4380
4497
  },
4381
4498
  "src/config/validators.ts": {
4382
- "bytesInOutput": 8032
4499
+ "bytesInOutput": 8030
4383
4500
  },
4384
4501
  "src/config/index.ts": {
4385
4502
  "bytesInOutput": 1086
4386
4503
  },
4387
4504
  "src/middleware/logger.ts": {
4388
- "bytesInOutput": 700
4505
+ "bytesInOutput": 699
4389
4506
  },
4390
4507
  "../../node_modules/node-fetch/node_modules/webidl-conversions/lib/index.js": {
4391
4508
  "bytesInOutput": 2442
@@ -4400,7 +4517,7 @@
4400
4517
  "bytesInOutput": 4889
4401
4518
  },
4402
4519
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/url-state-machine.js": {
4403
- "bytesInOutput": 16757
4520
+ "bytesInOutput": 16793
4404
4521
  },
4405
4522
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/URL-impl.js": {
4406
4523
  "bytesInOutput": 2342
@@ -4493,19 +4610,19 @@
4493
4610
  "bytesInOutput": 7869
4494
4611
  },
4495
4612
  "src/index.ts": {
4496
- "bytesInOutput": 35870
4613
+ "bytesInOutput": 36435
4497
4614
  },
4498
4615
  "src/config/ConfigLoader.ts": {
4499
- "bytesInOutput": 5666
4616
+ "bytesInOutput": 5663
4500
4617
  },
4501
4618
  "src/services/AgentIdentityService.ts": {
4502
- "bytesInOutput": 6254
4619
+ "bytesInOutput": 6251
4503
4620
  },
4504
4621
  "src/services/AgentService.ts": {
4505
4622
  "bytesInOutput": 14827
4506
4623
  },
4507
4624
  "src/services/HttpClient.ts": {
4508
- "bytesInOutput": 4264
4625
+ "bytesInOutput": 4262
4509
4626
  },
4510
4627
  "src/handlers/WorkHandlerRegistry.ts": {
4511
4628
  "bytesInOutput": 2680
@@ -4523,16 +4640,16 @@
4523
4640
  "bytesInOutput": 23554
4524
4641
  },
4525
4642
  "src/services/WorkItemErrorTracker.ts": {
4526
- "bytesInOutput": 8192
4643
+ "bytesInOutput": 8190
4527
4644
  },
4528
4645
  "src/services/AgentPauseService.ts": {
4529
4646
  "bytesInOutput": 1593
4530
4647
  },
4531
4648
  "src/services/ClaudeCliExecutor.ts": {
4532
- "bytesInOutput": 3497
4649
+ "bytesInOutput": 3495
4533
4650
  },
4534
4651
  "src/utils/claudeLogger.ts": {
4535
- "bytesInOutput": 1636
4652
+ "bytesInOutput": 1634
4536
4653
  },
4537
4654
  "src/handlers/ProjectReviewHandler.ts": {
4538
4655
  "bytesInOutput": 16153
@@ -4787,10 +4904,10 @@
4787
4904
  "bytesInOutput": 1681
4788
4905
  },
4789
4906
  "src/services/CompletedWorkService.ts": {
4790
- "bytesInOutput": 3201
4907
+ "bytesInOutput": 3199
4791
4908
  },
4792
4909
  "src/utils/configPath.ts": {
4793
- "bytesInOutput": 184
4910
+ "bytesInOutput": 253
4794
4911
  },
4795
4912
  "src/services/MainApiIntegration.ts": {
4796
4913
  "bytesInOutput": 3985
@@ -4802,22 +4919,37 @@
4802
4919
  "bytesInOutput": 1395
4803
4920
  },
4804
4921
  "src/services/TCPIPCService.ts": {
4805
- "bytesInOutput": 3021
4922
+ "bytesInOutput": 3020
4806
4923
  },
4807
4924
  "src/services/ClaudeSettingsManager.ts": {
4808
- "bytesInOutput": 1946
4925
+ "bytesInOutput": 1944
4809
4926
  },
4810
4927
  "src/services/TokenUsageTracker.ts": {
4811
4928
  "bytesInOutput": 4254
4812
4929
  },
4813
4930
  "src/services/WorkspaceRegistryService.ts": {
4814
- "bytesInOutput": 3183
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
4815
4947
  },
4816
4948
  "src/services/WorkspaceSyncService.ts": {
4817
- "bytesInOutput": 6647
4949
+ "bytesInOutput": 7789
4818
4950
  },
4819
4951
  "src/services/OrganizationManager.ts": {
4820
- "bytesInOutput": 25030
4952
+ "bytesInOutput": 25028
4821
4953
  },
4822
4954
  "src/types/organization.ts": {
4823
4955
  "bytesInOutput": 458
@@ -4835,10 +4967,10 @@
4835
4967
  "bytesInOutput": 1767
4836
4968
  },
4837
4969
  "src/services/WorkspaceDiscoveryService.ts": {
4838
- "bytesInOutput": 22610
4970
+ "bytesInOutput": 22609
4839
4971
  }
4840
4972
  },
4841
- "bytes": 1508022
4973
+ "bytes": 1530972
4842
4974
  },
4843
4975
  "dist/cli/index.js": {
4844
4976
  "imports": [
@@ -5117,6 +5249,41 @@
5117
5249
  "kind": "require-call",
5118
5250
  "external": true
5119
5251
  },
5252
+ {
5253
+ "path": "crypto",
5254
+ "kind": "require-call",
5255
+ "external": true
5256
+ },
5257
+ {
5258
+ "path": "fs",
5259
+ "kind": "require-call",
5260
+ "external": true
5261
+ },
5262
+ {
5263
+ "path": "path",
5264
+ "kind": "require-call",
5265
+ "external": true
5266
+ },
5267
+ {
5268
+ "path": "fs",
5269
+ "kind": "require-call",
5270
+ "external": true
5271
+ },
5272
+ {
5273
+ "path": "path",
5274
+ "kind": "require-call",
5275
+ "external": true
5276
+ },
5277
+ {
5278
+ "path": "fs",
5279
+ "kind": "require-call",
5280
+ "external": true
5281
+ },
5282
+ {
5283
+ "path": "path",
5284
+ "kind": "require-call",
5285
+ "external": true
5286
+ },
5120
5287
  {
5121
5288
  "path": "events",
5122
5289
  "kind": "require-call",
@@ -5197,16 +5364,6 @@
5197
5364
  "kind": "require-call",
5198
5365
  "external": true
5199
5366
  },
5200
- {
5201
- "path": "fs",
5202
- "kind": "require-call",
5203
- "external": true
5204
- },
5205
- {
5206
- "path": "path",
5207
- "kind": "require-call",
5208
- "external": true
5209
- },
5210
5367
  {
5211
5368
  "path": "glob",
5212
5369
  "kind": "dynamic-import",
@@ -5481,6 +5638,11 @@
5481
5638
  "path": "readline",
5482
5639
  "kind": "require-call",
5483
5640
  "external": true
5641
+ },
5642
+ {
5643
+ "path": "prompts",
5644
+ "kind": "dynamic-import",
5645
+ "external": true
5484
5646
  }
5485
5647
  ],
5486
5648
  "exports": [],
@@ -5949,7 +6111,7 @@
5949
6111
  "bytesInOutput": 2718
5950
6112
  },
5951
6113
  "src/utils/configPath.ts": {
5952
- "bytesInOutput": 213
6114
+ "bytesInOutput": 284
5953
6115
  },
5954
6116
  "src/services/CompletedWorkService.ts": {
5955
6117
  "bytesInOutput": 3237
@@ -5972,8 +6134,23 @@
5972
6134
  "src/services/ClaudeSettingsManager.ts": {
5973
6135
  "bytesInOutput": 1974
5974
6136
  },
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
+ },
5975
6152
  "src/services/WorkspaceRegistryService.ts": {
5976
- "bytesInOutput": 3299
6153
+ "bytesInOutput": 6799
5977
6154
  },
5978
6155
  "src/types/organization.ts": {
5979
6156
  "bytesInOutput": 495
@@ -5982,7 +6159,7 @@
5982
6159
  "bytesInOutput": 25252
5983
6160
  },
5984
6161
  "src/services/WorkspaceSyncService.ts": {
5985
- "bytesInOutput": 6770
6162
+ "bytesInOutput": 7912
5986
6163
  },
5987
6164
  "src/utils/errorSerializer.ts": {
5988
6165
  "bytesInOutput": 1796
@@ -6000,20 +6177,11 @@
6000
6177
  "bytesInOutput": 22638
6001
6178
  },
6002
6179
  "src/index.ts": {
6003
- "bytesInOutput": 35995
6180
+ "bytesInOutput": 36599
6004
6181
  },
6005
6182
  "src/cli/commands/OrganizationCommands.ts": {
6006
6183
  "bytesInOutput": 9476
6007
6184
  },
6008
- "src/types/workspace.ts": {
6009
- "bytesInOutput": 43
6010
- },
6011
- "src/services/WorkspaceValidator.ts": {
6012
- "bytesInOutput": 10525
6013
- },
6014
- "src/services/WorkspaceConfigurationService.ts": {
6015
- "bytesInOutput": 4719
6016
- },
6017
6185
  "src/services/detectors/DotNetWorkspaceDetector.ts": {
6018
6186
  "bytesInOutput": 4924
6019
6187
  },
@@ -6036,7 +6204,7 @@
6036
6204
  "bytesInOutput": 8465
6037
6205
  },
6038
6206
  "src/cli/index.ts": {
6039
- "bytesInOutput": 19703
6207
+ "bytesInOutput": 24947
6040
6208
  },
6041
6209
  "src/cli/AgentInitWizard.ts": {
6042
6210
  "bytesInOutput": 9764
@@ -6048,7 +6216,7 @@
6048
6216
  "bytesInOutput": 8630
6049
6217
  }
6050
6218
  },
6051
- "bytes": 1650044
6219
+ "bytes": 1663141
6052
6220
  }
6053
6221
  }
6054
6222
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-shepherd/agent",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "Simplified AI agent service for Task Shepherd project analysis",
5
5
  "main": "dist/index.js",
6
6
  "bin": {