@task-shepherd/agent 1.0.21 → 1.0.23

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "inputs": {
3
3
  "src/config/ConfigLoader.ts": {
4
- "bytes": 11907,
4
+ "bytes": 11943,
5
5
  "imports": [
6
6
  {
7
7
  "path": "fs",
@@ -2690,8 +2690,24 @@
2690
2690
  ],
2691
2691
  "format": "esm"
2692
2692
  },
2693
+ "src/utils/configPath.ts": {
2694
+ "bytes": 983,
2695
+ "imports": [
2696
+ {
2697
+ "path": "path",
2698
+ "kind": "import-statement",
2699
+ "external": true
2700
+ },
2701
+ {
2702
+ "path": "os",
2703
+ "kind": "import-statement",
2704
+ "external": true
2705
+ }
2706
+ ],
2707
+ "format": "esm"
2708
+ },
2693
2709
  "src/services/CompletedWorkService.ts": {
2694
- "bytes": 7447,
2710
+ "bytes": 7476,
2695
2711
  "imports": [
2696
2712
  {
2697
2713
  "path": "fs",
@@ -2707,6 +2723,11 @@
2707
2723
  "path": "src/middleware/logger.ts",
2708
2724
  "kind": "import-statement",
2709
2725
  "original": "../middleware/logger"
2726
+ },
2727
+ {
2728
+ "path": "src/utils/configPath.ts",
2729
+ "kind": "import-statement",
2730
+ "original": "../utils/configPath"
2710
2731
  }
2711
2732
  ],
2712
2733
  "format": "esm"
@@ -2934,7 +2955,7 @@
2934
2955
  "format": "esm"
2935
2956
  },
2936
2957
  "src/services/WorkspaceRegistryService.ts": {
2937
- "bytes": 7033,
2958
+ "bytes": 7062,
2938
2959
  "imports": [
2939
2960
  {
2940
2961
  "path": "fs",
@@ -2955,6 +2976,11 @@
2955
2976
  "path": "./WorkspaceConfigurationService",
2956
2977
  "kind": "import-statement",
2957
2978
  "external": true
2979
+ },
2980
+ {
2981
+ "path": "src/utils/configPath.ts",
2982
+ "kind": "import-statement",
2983
+ "original": "../utils/configPath"
2958
2984
  }
2959
2985
  ],
2960
2986
  "format": "esm"
@@ -2991,7 +3017,7 @@
2991
3017
  "format": "esm"
2992
3018
  },
2993
3019
  "src/services/OrganizationManager.ts": {
2994
- "bytes": 51628,
3020
+ "bytes": 51859,
2995
3021
  "imports": [
2996
3022
  {
2997
3023
  "path": "events",
@@ -3009,14 +3035,14 @@
3009
3035
  "external": true
3010
3036
  },
3011
3037
  {
3012
- "path": "os",
3038
+ "path": "src/middleware/logger.ts",
3013
3039
  "kind": "import-statement",
3014
- "external": true
3040
+ "original": "../middleware/logger"
3015
3041
  },
3016
3042
  {
3017
- "path": "src/middleware/logger.ts",
3043
+ "path": "src/utils/configPath.ts",
3018
3044
  "kind": "import-statement",
3019
- "original": "../middleware/logger"
3045
+ "original": "../utils/configPath"
3020
3046
  },
3021
3047
  {
3022
3048
  "path": "src/services/GraphQLHttpClient.ts",
@@ -3191,7 +3217,7 @@
3191
3217
  "format": "esm"
3192
3218
  },
3193
3219
  "src/index.ts": {
3194
- "bytes": 83285,
3220
+ "bytes": 83210,
3195
3221
  "imports": [
3196
3222
  {
3197
3223
  "path": "dotenv",
@@ -3703,7 +3729,7 @@
3703
3729
  "format": "esm"
3704
3730
  },
3705
3731
  "src/cli/commands/WorkspaceRegistrationWizard.ts": {
3706
- "bytes": 31438,
3732
+ "bytes": 34850,
3707
3733
  "imports": [
3708
3734
  {
3709
3735
  "path": "prompts",
@@ -3759,6 +3785,16 @@
3759
3785
  "path": "src/services/detectors/JavaScriptWorkspaceDetector.ts",
3760
3786
  "kind": "import-statement",
3761
3787
  "original": "../../services/detectors/JavaScriptWorkspaceDetector"
3788
+ },
3789
+ {
3790
+ "path": "src/services/WorkspaceRegistryService.ts",
3791
+ "kind": "dynamic-import",
3792
+ "original": "../../services/WorkspaceRegistryService"
3793
+ },
3794
+ {
3795
+ "path": "src/services/WorkspaceRegistryService.ts",
3796
+ "kind": "dynamic-import",
3797
+ "original": "../../services/WorkspaceRegistryService"
3762
3798
  }
3763
3799
  ],
3764
3800
  "format": "esm"
@@ -4199,6 +4235,16 @@
4199
4235
  "kind": "require-call",
4200
4236
  "external": true
4201
4237
  },
4238
+ {
4239
+ "path": "path",
4240
+ "kind": "require-call",
4241
+ "external": true
4242
+ },
4243
+ {
4244
+ "path": "os",
4245
+ "kind": "require-call",
4246
+ "external": true
4247
+ },
4202
4248
  {
4203
4249
  "path": "net",
4204
4250
  "kind": "require-call",
@@ -4254,11 +4300,6 @@
4254
4300
  "kind": "require-call",
4255
4301
  "external": true
4256
4302
  },
4257
- {
4258
- "path": "os",
4259
- "kind": "require-call",
4260
- "external": true
4261
- },
4262
4303
  {
4263
4304
  "path": "events",
4264
4305
  "kind": "require-call",
@@ -4437,10 +4478,10 @@
4437
4478
  "bytesInOutput": 7869
4438
4479
  },
4439
4480
  "src/index.ts": {
4440
- "bytesInOutput": 35882
4481
+ "bytesInOutput": 35870
4441
4482
  },
4442
4483
  "src/config/ConfigLoader.ts": {
4443
- "bytesInOutput": 5537
4484
+ "bytesInOutput": 5666
4444
4485
  },
4445
4486
  "src/services/AgentIdentityService.ts": {
4446
4487
  "bytesInOutput": 6254
@@ -4731,7 +4772,10 @@
4731
4772
  "bytesInOutput": 1681
4732
4773
  },
4733
4774
  "src/services/CompletedWorkService.ts": {
4734
- "bytesInOutput": 3282
4775
+ "bytesInOutput": 3201
4776
+ },
4777
+ "src/utils/configPath.ts": {
4778
+ "bytesInOutput": 186
4735
4779
  },
4736
4780
  "src/services/MainApiIntegration.ts": {
4737
4781
  "bytesInOutput": 3985
@@ -4752,13 +4796,13 @@
4752
4796
  "bytesInOutput": 4254
4753
4797
  },
4754
4798
  "src/services/WorkspaceRegistryService.ts": {
4755
- "bytesInOutput": 3197
4799
+ "bytesInOutput": 3124
4756
4800
  },
4757
4801
  "src/services/WorkspaceSyncService.ts": {
4758
4802
  "bytesInOutput": 4897
4759
4803
  },
4760
4804
  "src/services/OrganizationManager.ts": {
4761
- "bytesInOutput": 24687
4805
+ "bytesInOutput": 24626
4762
4806
  },
4763
4807
  "src/types/organization.ts": {
4764
4808
  "bytesInOutput": 458
@@ -4779,7 +4823,7 @@
4779
4823
  "bytesInOutput": 22610
4780
4824
  }
4781
4825
  },
4782
- "bytes": 1505657
4826
+ "bytes": 1505745
4783
4827
  },
4784
4828
  "dist/cli/index.js": {
4785
4829
  "imports": [
@@ -4998,6 +5042,16 @@
4998
5042
  "kind": "require-call",
4999
5043
  "external": true
5000
5044
  },
5045
+ {
5046
+ "path": "path",
5047
+ "kind": "require-call",
5048
+ "external": true
5049
+ },
5050
+ {
5051
+ "path": "os",
5052
+ "kind": "require-call",
5053
+ "external": true
5054
+ },
5001
5055
  {
5002
5056
  "path": "fs",
5003
5057
  "kind": "require-call",
@@ -5068,11 +5122,6 @@
5068
5122
  "kind": "require-call",
5069
5123
  "external": true
5070
5124
  },
5071
- {
5072
- "path": "os",
5073
- "kind": "require-call",
5074
- "external": true
5075
- },
5076
5125
  {
5077
5126
  "path": "events",
5078
5127
  "kind": "require-call",
@@ -5486,7 +5535,7 @@
5486
5535
  "bytesInOutput": 4282
5487
5536
  },
5488
5537
  "src/config/ConfigLoader.ts": {
5489
- "bytesInOutput": 5568
5538
+ "bytesInOutput": 5697
5490
5539
  },
5491
5540
  "../../node_modules/node-fetch/node_modules/webidl-conversions/lib/index.js": {
5492
5541
  "bytesInOutput": 2442
@@ -5884,8 +5933,11 @@
5884
5933
  "src/handlers/WorkHandlerRegistry.ts": {
5885
5934
  "bytesInOutput": 2718
5886
5935
  },
5936
+ "src/utils/configPath.ts": {
5937
+ "bytesInOutput": 215
5938
+ },
5887
5939
  "src/services/CompletedWorkService.ts": {
5888
- "bytesInOutput": 3313
5940
+ "bytesInOutput": 3237
5889
5941
  },
5890
5942
  "src/config/MainApiConfig.ts": {
5891
5943
  "bytesInOutput": 3726
@@ -5906,7 +5958,7 @@
5906
5958
  "bytesInOutput": 1974
5907
5959
  },
5908
5960
  "src/services/WorkspaceRegistryService.ts": {
5909
- "bytesInOutput": 3308
5961
+ "bytesInOutput": 3240
5910
5962
  },
5911
5963
  "src/services/WorkspaceSyncService.ts": {
5912
5964
  "bytesInOutput": 5014
@@ -5915,7 +5967,7 @@
5915
5967
  "bytesInOutput": 495
5916
5968
  },
5917
5969
  "src/services/OrganizationManager.ts": {
5918
- "bytesInOutput": 24786
5970
+ "bytesInOutput": 24728
5919
5971
  },
5920
5972
  "src/utils/errorSerializer.ts": {
5921
5973
  "bytesInOutput": 1796
@@ -5933,7 +5985,7 @@
5933
5985
  "bytesInOutput": 22638
5934
5986
  },
5935
5987
  "src/index.ts": {
5936
- "bytesInOutput": 36007
5988
+ "bytesInOutput": 35995
5937
5989
  },
5938
5990
  "src/cli/commands/OrganizationCommands.ts": {
5939
5991
  "bytesInOutput": 9476
@@ -5963,7 +6015,7 @@
5963
6015
  "bytesInOutput": 9282
5964
6016
  },
5965
6017
  "src/cli/commands/WorkspaceRegistrationWizard.ts": {
5966
- "bytesInOutput": 15506
6018
+ "bytesInOutput": 17548
5967
6019
  },
5968
6020
  "src/cli/commands/debug-work-item.ts": {
5969
6021
  "bytesInOutput": 8465
@@ -5981,7 +6033,7 @@
5981
6033
  "bytesInOutput": 8630
5982
6034
  }
5983
6035
  },
5984
- "bytes": 1644740
6036
+ "bytes": 1646912
5985
6037
  }
5986
6038
  }
5987
6039
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-shepherd/agent",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Simplified AI agent service for Task Shepherd project analysis",
5
5
  "main": "dist/index.js",
6
6
  "bin": {