@task-shepherd/agent 1.0.20 → 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/README.md +17 -0
- package/dist/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.json +150 -29
- 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",
|
|
@@ -3399,6 +3425,37 @@
|
|
|
3399
3425
|
],
|
|
3400
3426
|
"format": "esm"
|
|
3401
3427
|
},
|
|
3428
|
+
"src/cli/commands/OrganizationCommands.ts": {
|
|
3429
|
+
"bytes": 16093,
|
|
3430
|
+
"imports": [
|
|
3431
|
+
{
|
|
3432
|
+
"path": "chalk",
|
|
3433
|
+
"kind": "import-statement",
|
|
3434
|
+
"external": true
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"path": "prompts",
|
|
3438
|
+
"kind": "import-statement",
|
|
3439
|
+
"external": true
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"path": "src/services/OrganizationManager.ts",
|
|
3443
|
+
"kind": "import-statement",
|
|
3444
|
+
"original": "../../services/OrganizationManager"
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"path": "../../types/organization",
|
|
3448
|
+
"kind": "import-statement",
|
|
3449
|
+
"external": true
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"path": "uuid",
|
|
3453
|
+
"kind": "import-statement",
|
|
3454
|
+
"external": true
|
|
3455
|
+
}
|
|
3456
|
+
],
|
|
3457
|
+
"format": "esm"
|
|
3458
|
+
},
|
|
3402
3459
|
"src/types/workspace.ts": {
|
|
3403
3460
|
"bytes": 10575,
|
|
3404
3461
|
"imports": [],
|
|
@@ -3774,7 +3831,7 @@
|
|
|
3774
3831
|
"format": "esm"
|
|
3775
3832
|
},
|
|
3776
3833
|
"src/cli/index.ts": {
|
|
3777
|
-
"bytes":
|
|
3834
|
+
"bytes": 30387,
|
|
3778
3835
|
"imports": [
|
|
3779
3836
|
{
|
|
3780
3837
|
"path": "commander",
|
|
@@ -3831,6 +3888,36 @@
|
|
|
3831
3888
|
"kind": "require-call",
|
|
3832
3889
|
"external": true
|
|
3833
3890
|
},
|
|
3891
|
+
{
|
|
3892
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3893
|
+
"kind": "dynamic-import",
|
|
3894
|
+
"original": "./commands/OrganizationCommands"
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3898
|
+
"kind": "dynamic-import",
|
|
3899
|
+
"original": "./commands/OrganizationCommands"
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3903
|
+
"kind": "dynamic-import",
|
|
3904
|
+
"original": "./commands/OrganizationCommands"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3908
|
+
"kind": "dynamic-import",
|
|
3909
|
+
"original": "./commands/OrganizationCommands"
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3913
|
+
"kind": "dynamic-import",
|
|
3914
|
+
"original": "./commands/OrganizationCommands"
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3918
|
+
"kind": "dynamic-import",
|
|
3919
|
+
"original": "./commands/OrganizationCommands"
|
|
3920
|
+
},
|
|
3834
3921
|
{
|
|
3835
3922
|
"path": "src/cli/commands/WorkspaceRegistrationWizard.ts",
|
|
3836
3923
|
"kind": "dynamic-import",
|
|
@@ -4138,6 +4225,16 @@
|
|
|
4138
4225
|
"kind": "require-call",
|
|
4139
4226
|
"external": true
|
|
4140
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
|
+
},
|
|
4141
4238
|
{
|
|
4142
4239
|
"path": "net",
|
|
4143
4240
|
"kind": "require-call",
|
|
@@ -4193,11 +4290,6 @@
|
|
|
4193
4290
|
"kind": "require-call",
|
|
4194
4291
|
"external": true
|
|
4195
4292
|
},
|
|
4196
|
-
{
|
|
4197
|
-
"path": "os",
|
|
4198
|
-
"kind": "require-call",
|
|
4199
|
-
"external": true
|
|
4200
|
-
},
|
|
4201
4293
|
{
|
|
4202
4294
|
"path": "events",
|
|
4203
4295
|
"kind": "require-call",
|
|
@@ -4670,7 +4762,10 @@
|
|
|
4670
4762
|
"bytesInOutput": 1681
|
|
4671
4763
|
},
|
|
4672
4764
|
"src/services/CompletedWorkService.ts": {
|
|
4673
|
-
"bytesInOutput":
|
|
4765
|
+
"bytesInOutput": 3201
|
|
4766
|
+
},
|
|
4767
|
+
"src/utils/configPath.ts": {
|
|
4768
|
+
"bytesInOutput": 186
|
|
4674
4769
|
},
|
|
4675
4770
|
"src/services/MainApiIntegration.ts": {
|
|
4676
4771
|
"bytesInOutput": 3985
|
|
@@ -4691,13 +4786,13 @@
|
|
|
4691
4786
|
"bytesInOutput": 4254
|
|
4692
4787
|
},
|
|
4693
4788
|
"src/services/WorkspaceRegistryService.ts": {
|
|
4694
|
-
"bytesInOutput":
|
|
4789
|
+
"bytesInOutput": 3124
|
|
4695
4790
|
},
|
|
4696
4791
|
"src/services/WorkspaceSyncService.ts": {
|
|
4697
4792
|
"bytesInOutput": 4897
|
|
4698
4793
|
},
|
|
4699
4794
|
"src/services/OrganizationManager.ts": {
|
|
4700
|
-
"bytesInOutput":
|
|
4795
|
+
"bytesInOutput": 24626
|
|
4701
4796
|
},
|
|
4702
4797
|
"src/types/organization.ts": {
|
|
4703
4798
|
"bytesInOutput": 458
|
|
@@ -4718,7 +4813,7 @@
|
|
|
4718
4813
|
"bytesInOutput": 22610
|
|
4719
4814
|
}
|
|
4720
4815
|
},
|
|
4721
|
-
"bytes":
|
|
4816
|
+
"bytes": 1505628
|
|
4722
4817
|
},
|
|
4723
4818
|
"dist/cli/index.js": {
|
|
4724
4819
|
"imports": [
|
|
@@ -4937,6 +5032,16 @@
|
|
|
4937
5032
|
"kind": "require-call",
|
|
4938
5033
|
"external": true
|
|
4939
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
|
+
},
|
|
4940
5045
|
{
|
|
4941
5046
|
"path": "fs",
|
|
4942
5047
|
"kind": "require-call",
|
|
@@ -5007,11 +5112,6 @@
|
|
|
5007
5112
|
"kind": "require-call",
|
|
5008
5113
|
"external": true
|
|
5009
5114
|
},
|
|
5010
|
-
{
|
|
5011
|
-
"path": "os",
|
|
5012
|
-
"kind": "require-call",
|
|
5013
|
-
"external": true
|
|
5014
|
-
},
|
|
5015
5115
|
{
|
|
5016
5116
|
"path": "events",
|
|
5017
5117
|
"kind": "require-call",
|
|
@@ -5047,6 +5147,21 @@
|
|
|
5047
5147
|
"kind": "require-call",
|
|
5048
5148
|
"external": true
|
|
5049
5149
|
},
|
|
5150
|
+
{
|
|
5151
|
+
"path": "chalk",
|
|
5152
|
+
"kind": "require-call",
|
|
5153
|
+
"external": true
|
|
5154
|
+
},
|
|
5155
|
+
{
|
|
5156
|
+
"path": "prompts",
|
|
5157
|
+
"kind": "require-call",
|
|
5158
|
+
"external": true
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"path": "uuid",
|
|
5162
|
+
"kind": "require-call",
|
|
5163
|
+
"external": true
|
|
5164
|
+
},
|
|
5050
5165
|
{
|
|
5051
5166
|
"path": "fs",
|
|
5052
5167
|
"kind": "require-call",
|
|
@@ -5368,10 +5483,10 @@
|
|
|
5368
5483
|
"bytesInOutput": 141
|
|
5369
5484
|
},
|
|
5370
5485
|
"../../node_modules/zod/v3/types.js": {
|
|
5371
|
-
"bytesInOutput":
|
|
5486
|
+
"bytesInOutput": 50221
|
|
5372
5487
|
},
|
|
5373
5488
|
"../../node_modules/zod/v3/external.js": {
|
|
5374
|
-
"bytesInOutput":
|
|
5489
|
+
"bytesInOutput": 1819
|
|
5375
5490
|
},
|
|
5376
5491
|
"../../node_modules/zod/index.js": {
|
|
5377
5492
|
"bytesInOutput": 26
|
|
@@ -5808,8 +5923,11 @@
|
|
|
5808
5923
|
"src/handlers/WorkHandlerRegistry.ts": {
|
|
5809
5924
|
"bytesInOutput": 2718
|
|
5810
5925
|
},
|
|
5926
|
+
"src/utils/configPath.ts": {
|
|
5927
|
+
"bytesInOutput": 215
|
|
5928
|
+
},
|
|
5811
5929
|
"src/services/CompletedWorkService.ts": {
|
|
5812
|
-
"bytesInOutput":
|
|
5930
|
+
"bytesInOutput": 3237
|
|
5813
5931
|
},
|
|
5814
5932
|
"src/config/MainApiConfig.ts": {
|
|
5815
5933
|
"bytesInOutput": 3726
|
|
@@ -5830,7 +5948,7 @@
|
|
|
5830
5948
|
"bytesInOutput": 1974
|
|
5831
5949
|
},
|
|
5832
5950
|
"src/services/WorkspaceRegistryService.ts": {
|
|
5833
|
-
"bytesInOutput":
|
|
5951
|
+
"bytesInOutput": 3240
|
|
5834
5952
|
},
|
|
5835
5953
|
"src/services/WorkspaceSyncService.ts": {
|
|
5836
5954
|
"bytesInOutput": 5014
|
|
@@ -5839,7 +5957,7 @@
|
|
|
5839
5957
|
"bytesInOutput": 495
|
|
5840
5958
|
},
|
|
5841
5959
|
"src/services/OrganizationManager.ts": {
|
|
5842
|
-
"bytesInOutput":
|
|
5960
|
+
"bytesInOutput": 24728
|
|
5843
5961
|
},
|
|
5844
5962
|
"src/utils/errorSerializer.ts": {
|
|
5845
5963
|
"bytesInOutput": 1796
|
|
@@ -5859,6 +5977,9 @@
|
|
|
5859
5977
|
"src/index.ts": {
|
|
5860
5978
|
"bytesInOutput": 36007
|
|
5861
5979
|
},
|
|
5980
|
+
"src/cli/commands/OrganizationCommands.ts": {
|
|
5981
|
+
"bytesInOutput": 9476
|
|
5982
|
+
},
|
|
5862
5983
|
"src/types/workspace.ts": {
|
|
5863
5984
|
"bytesInOutput": 43
|
|
5864
5985
|
},
|
|
@@ -5890,7 +6011,7 @@
|
|
|
5890
6011
|
"bytesInOutput": 8465
|
|
5891
6012
|
},
|
|
5892
6013
|
"src/cli/index.ts": {
|
|
5893
|
-
"bytesInOutput":
|
|
6014
|
+
"bytesInOutput": 19861
|
|
5894
6015
|
},
|
|
5895
6016
|
"src/cli/AgentInitWizard.ts": {
|
|
5896
6017
|
"bytesInOutput": 9764
|
|
@@ -5902,7 +6023,7 @@
|
|
|
5902
6023
|
"bytesInOutput": 8630
|
|
5903
6024
|
}
|
|
5904
6025
|
},
|
|
5905
|
-
"bytes":
|
|
6026
|
+
"bytes": 1644753
|
|
5906
6027
|
}
|
|
5907
6028
|
}
|
|
5908
6029
|
}
|