@task-shepherd/agent 1.0.21 → 1.0.22
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/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.json +67 -25
- package/package.json +1 -1
package/dist/meta.json
CHANGED
|
@@ -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":
|
|
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":
|
|
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":
|
|
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": "
|
|
3038
|
+
"path": "src/middleware/logger.ts",
|
|
3013
3039
|
"kind": "import-statement",
|
|
3014
|
-
"
|
|
3040
|
+
"original": "../middleware/logger"
|
|
3015
3041
|
},
|
|
3016
3042
|
{
|
|
3017
|
-
"path": "src/
|
|
3043
|
+
"path": "src/utils/configPath.ts",
|
|
3018
3044
|
"kind": "import-statement",
|
|
3019
|
-
"original": "../
|
|
3045
|
+
"original": "../utils/configPath"
|
|
3020
3046
|
},
|
|
3021
3047
|
{
|
|
3022
3048
|
"path": "src/services/GraphQLHttpClient.ts",
|
|
@@ -4199,6 +4225,16 @@
|
|
|
4199
4225
|
"kind": "require-call",
|
|
4200
4226
|
"external": true
|
|
4201
4227
|
},
|
|
4228
|
+
{
|
|
4229
|
+
"path": "path",
|
|
4230
|
+
"kind": "require-call",
|
|
4231
|
+
"external": true
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"path": "os",
|
|
4235
|
+
"kind": "require-call",
|
|
4236
|
+
"external": true
|
|
4237
|
+
},
|
|
4202
4238
|
{
|
|
4203
4239
|
"path": "net",
|
|
4204
4240
|
"kind": "require-call",
|
|
@@ -4254,11 +4290,6 @@
|
|
|
4254
4290
|
"kind": "require-call",
|
|
4255
4291
|
"external": true
|
|
4256
4292
|
},
|
|
4257
|
-
{
|
|
4258
|
-
"path": "os",
|
|
4259
|
-
"kind": "require-call",
|
|
4260
|
-
"external": true
|
|
4261
|
-
},
|
|
4262
4293
|
{
|
|
4263
4294
|
"path": "events",
|
|
4264
4295
|
"kind": "require-call",
|
|
@@ -4731,7 +4762,10 @@
|
|
|
4731
4762
|
"bytesInOutput": 1681
|
|
4732
4763
|
},
|
|
4733
4764
|
"src/services/CompletedWorkService.ts": {
|
|
4734
|
-
"bytesInOutput":
|
|
4765
|
+
"bytesInOutput": 3201
|
|
4766
|
+
},
|
|
4767
|
+
"src/utils/configPath.ts": {
|
|
4768
|
+
"bytesInOutput": 186
|
|
4735
4769
|
},
|
|
4736
4770
|
"src/services/MainApiIntegration.ts": {
|
|
4737
4771
|
"bytesInOutput": 3985
|
|
@@ -4752,13 +4786,13 @@
|
|
|
4752
4786
|
"bytesInOutput": 4254
|
|
4753
4787
|
},
|
|
4754
4788
|
"src/services/WorkspaceRegistryService.ts": {
|
|
4755
|
-
"bytesInOutput":
|
|
4789
|
+
"bytesInOutput": 3124
|
|
4756
4790
|
},
|
|
4757
4791
|
"src/services/WorkspaceSyncService.ts": {
|
|
4758
4792
|
"bytesInOutput": 4897
|
|
4759
4793
|
},
|
|
4760
4794
|
"src/services/OrganizationManager.ts": {
|
|
4761
|
-
"bytesInOutput":
|
|
4795
|
+
"bytesInOutput": 24626
|
|
4762
4796
|
},
|
|
4763
4797
|
"src/types/organization.ts": {
|
|
4764
4798
|
"bytesInOutput": 458
|
|
@@ -4779,7 +4813,7 @@
|
|
|
4779
4813
|
"bytesInOutput": 22610
|
|
4780
4814
|
}
|
|
4781
4815
|
},
|
|
4782
|
-
"bytes":
|
|
4816
|
+
"bytes": 1505628
|
|
4783
4817
|
},
|
|
4784
4818
|
"dist/cli/index.js": {
|
|
4785
4819
|
"imports": [
|
|
@@ -4998,6 +5032,16 @@
|
|
|
4998
5032
|
"kind": "require-call",
|
|
4999
5033
|
"external": true
|
|
5000
5034
|
},
|
|
5035
|
+
{
|
|
5036
|
+
"path": "path",
|
|
5037
|
+
"kind": "require-call",
|
|
5038
|
+
"external": true
|
|
5039
|
+
},
|
|
5040
|
+
{
|
|
5041
|
+
"path": "os",
|
|
5042
|
+
"kind": "require-call",
|
|
5043
|
+
"external": true
|
|
5044
|
+
},
|
|
5001
5045
|
{
|
|
5002
5046
|
"path": "fs",
|
|
5003
5047
|
"kind": "require-call",
|
|
@@ -5068,11 +5112,6 @@
|
|
|
5068
5112
|
"kind": "require-call",
|
|
5069
5113
|
"external": true
|
|
5070
5114
|
},
|
|
5071
|
-
{
|
|
5072
|
-
"path": "os",
|
|
5073
|
-
"kind": "require-call",
|
|
5074
|
-
"external": true
|
|
5075
|
-
},
|
|
5076
5115
|
{
|
|
5077
5116
|
"path": "events",
|
|
5078
5117
|
"kind": "require-call",
|
|
@@ -5884,8 +5923,11 @@
|
|
|
5884
5923
|
"src/handlers/WorkHandlerRegistry.ts": {
|
|
5885
5924
|
"bytesInOutput": 2718
|
|
5886
5925
|
},
|
|
5926
|
+
"src/utils/configPath.ts": {
|
|
5927
|
+
"bytesInOutput": 215
|
|
5928
|
+
},
|
|
5887
5929
|
"src/services/CompletedWorkService.ts": {
|
|
5888
|
-
"bytesInOutput":
|
|
5930
|
+
"bytesInOutput": 3237
|
|
5889
5931
|
},
|
|
5890
5932
|
"src/config/MainApiConfig.ts": {
|
|
5891
5933
|
"bytesInOutput": 3726
|
|
@@ -5906,7 +5948,7 @@
|
|
|
5906
5948
|
"bytesInOutput": 1974
|
|
5907
5949
|
},
|
|
5908
5950
|
"src/services/WorkspaceRegistryService.ts": {
|
|
5909
|
-
"bytesInOutput":
|
|
5951
|
+
"bytesInOutput": 3240
|
|
5910
5952
|
},
|
|
5911
5953
|
"src/services/WorkspaceSyncService.ts": {
|
|
5912
5954
|
"bytesInOutput": 5014
|
|
@@ -5915,7 +5957,7 @@
|
|
|
5915
5957
|
"bytesInOutput": 495
|
|
5916
5958
|
},
|
|
5917
5959
|
"src/services/OrganizationManager.ts": {
|
|
5918
|
-
"bytesInOutput":
|
|
5960
|
+
"bytesInOutput": 24728
|
|
5919
5961
|
},
|
|
5920
5962
|
"src/utils/errorSerializer.ts": {
|
|
5921
5963
|
"bytesInOutput": 1796
|
|
@@ -5981,7 +6023,7 @@
|
|
|
5981
6023
|
"bytesInOutput": 8630
|
|
5982
6024
|
}
|
|
5983
6025
|
},
|
|
5984
|
-
"bytes":
|
|
6026
|
+
"bytes": 1644753
|
|
5985
6027
|
}
|
|
5986
6028
|
}
|
|
5987
6029
|
}
|