@task-shepherd/agent 1.0.19 → 1.0.21
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 +93 -14
- package/package.json +1 -1
package/dist/meta.json
CHANGED
|
@@ -3191,7 +3191,7 @@
|
|
|
3191
3191
|
"format": "esm"
|
|
3192
3192
|
},
|
|
3193
3193
|
"src/index.ts": {
|
|
3194
|
-
"bytes":
|
|
3194
|
+
"bytes": 83285,
|
|
3195
3195
|
"imports": [
|
|
3196
3196
|
{
|
|
3197
3197
|
"path": "dotenv",
|
|
@@ -3399,6 +3399,37 @@
|
|
|
3399
3399
|
],
|
|
3400
3400
|
"format": "esm"
|
|
3401
3401
|
},
|
|
3402
|
+
"src/cli/commands/OrganizationCommands.ts": {
|
|
3403
|
+
"bytes": 16093,
|
|
3404
|
+
"imports": [
|
|
3405
|
+
{
|
|
3406
|
+
"path": "chalk",
|
|
3407
|
+
"kind": "import-statement",
|
|
3408
|
+
"external": true
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"path": "prompts",
|
|
3412
|
+
"kind": "import-statement",
|
|
3413
|
+
"external": true
|
|
3414
|
+
},
|
|
3415
|
+
{
|
|
3416
|
+
"path": "src/services/OrganizationManager.ts",
|
|
3417
|
+
"kind": "import-statement",
|
|
3418
|
+
"original": "../../services/OrganizationManager"
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"path": "../../types/organization",
|
|
3422
|
+
"kind": "import-statement",
|
|
3423
|
+
"external": true
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"path": "uuid",
|
|
3427
|
+
"kind": "import-statement",
|
|
3428
|
+
"external": true
|
|
3429
|
+
}
|
|
3430
|
+
],
|
|
3431
|
+
"format": "esm"
|
|
3432
|
+
},
|
|
3402
3433
|
"src/types/workspace.ts": {
|
|
3403
3434
|
"bytes": 10575,
|
|
3404
3435
|
"imports": [],
|
|
@@ -3774,7 +3805,7 @@
|
|
|
3774
3805
|
"format": "esm"
|
|
3775
3806
|
},
|
|
3776
3807
|
"src/cli/index.ts": {
|
|
3777
|
-
"bytes":
|
|
3808
|
+
"bytes": 30387,
|
|
3778
3809
|
"imports": [
|
|
3779
3810
|
{
|
|
3780
3811
|
"path": "commander",
|
|
@@ -3831,6 +3862,36 @@
|
|
|
3831
3862
|
"kind": "require-call",
|
|
3832
3863
|
"external": true
|
|
3833
3864
|
},
|
|
3865
|
+
{
|
|
3866
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3867
|
+
"kind": "dynamic-import",
|
|
3868
|
+
"original": "./commands/OrganizationCommands"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3872
|
+
"kind": "dynamic-import",
|
|
3873
|
+
"original": "./commands/OrganizationCommands"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3877
|
+
"kind": "dynamic-import",
|
|
3878
|
+
"original": "./commands/OrganizationCommands"
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3882
|
+
"kind": "dynamic-import",
|
|
3883
|
+
"original": "./commands/OrganizationCommands"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3887
|
+
"kind": "dynamic-import",
|
|
3888
|
+
"original": "./commands/OrganizationCommands"
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"path": "src/cli/commands/OrganizationCommands.ts",
|
|
3892
|
+
"kind": "dynamic-import",
|
|
3893
|
+
"original": "./commands/OrganizationCommands"
|
|
3894
|
+
},
|
|
3834
3895
|
{
|
|
3835
3896
|
"path": "src/cli/commands/WorkspaceRegistrationWizard.ts",
|
|
3836
3897
|
"kind": "dynamic-import",
|
|
@@ -4364,7 +4425,7 @@
|
|
|
4364
4425
|
"bytesInOutput": 731
|
|
4365
4426
|
},
|
|
4366
4427
|
"../../node_modules/node-fetch/lib/index.js": {
|
|
4367
|
-
"bytesInOutput":
|
|
4428
|
+
"bytesInOutput": 19173
|
|
4368
4429
|
},
|
|
4369
4430
|
"package.json": {
|
|
4370
4431
|
"bytesInOutput": 3375
|
|
@@ -4376,7 +4437,7 @@
|
|
|
4376
4437
|
"bytesInOutput": 7869
|
|
4377
4438
|
},
|
|
4378
4439
|
"src/index.ts": {
|
|
4379
|
-
"bytesInOutput":
|
|
4440
|
+
"bytesInOutput": 35882
|
|
4380
4441
|
},
|
|
4381
4442
|
"src/config/ConfigLoader.ts": {
|
|
4382
4443
|
"bytesInOutput": 5537
|
|
@@ -4466,7 +4527,7 @@
|
|
|
4466
4527
|
"bytesInOutput": 34
|
|
4467
4528
|
},
|
|
4468
4529
|
"node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
|
|
4469
|
-
"bytesInOutput":
|
|
4530
|
+
"bytesInOutput": 24334
|
|
4470
4531
|
},
|
|
4471
4532
|
"node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/index.js": {
|
|
4472
4533
|
"bytesInOutput": 446
|
|
@@ -4718,7 +4779,7 @@
|
|
|
4718
4779
|
"bytesInOutput": 22610
|
|
4719
4780
|
}
|
|
4720
4781
|
},
|
|
4721
|
-
"bytes":
|
|
4782
|
+
"bytes": 1505657
|
|
4722
4783
|
},
|
|
4723
4784
|
"dist/cli/index.js": {
|
|
4724
4785
|
"imports": [
|
|
@@ -5047,6 +5108,21 @@
|
|
|
5047
5108
|
"kind": "require-call",
|
|
5048
5109
|
"external": true
|
|
5049
5110
|
},
|
|
5111
|
+
{
|
|
5112
|
+
"path": "chalk",
|
|
5113
|
+
"kind": "require-call",
|
|
5114
|
+
"external": true
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"path": "prompts",
|
|
5118
|
+
"kind": "require-call",
|
|
5119
|
+
"external": true
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"path": "uuid",
|
|
5123
|
+
"kind": "require-call",
|
|
5124
|
+
"external": true
|
|
5125
|
+
},
|
|
5050
5126
|
{
|
|
5051
5127
|
"path": "fs",
|
|
5052
5128
|
"kind": "require-call",
|
|
@@ -5368,10 +5444,10 @@
|
|
|
5368
5444
|
"bytesInOutput": 141
|
|
5369
5445
|
},
|
|
5370
5446
|
"../../node_modules/zod/v3/types.js": {
|
|
5371
|
-
"bytesInOutput":
|
|
5447
|
+
"bytesInOutput": 50221
|
|
5372
5448
|
},
|
|
5373
5449
|
"../../node_modules/zod/v3/external.js": {
|
|
5374
|
-
"bytesInOutput":
|
|
5450
|
+
"bytesInOutput": 1819
|
|
5375
5451
|
},
|
|
5376
5452
|
"../../node_modules/zod/index.js": {
|
|
5377
5453
|
"bytesInOutput": 26
|
|
@@ -5506,7 +5582,7 @@
|
|
|
5506
5582
|
"bytesInOutput": 731
|
|
5507
5583
|
},
|
|
5508
5584
|
"../../node_modules/node-fetch/lib/index.js": {
|
|
5509
|
-
"bytesInOutput":
|
|
5585
|
+
"bytesInOutput": 19173
|
|
5510
5586
|
},
|
|
5511
5587
|
"src/services/HttpClient.ts": {
|
|
5512
5588
|
"bytesInOutput": 4292
|
|
@@ -5581,7 +5657,7 @@
|
|
|
5581
5657
|
"bytesInOutput": 49
|
|
5582
5658
|
},
|
|
5583
5659
|
"node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
|
|
5584
|
-
"bytesInOutput":
|
|
5660
|
+
"bytesInOutput": 24564
|
|
5585
5661
|
},
|
|
5586
5662
|
"node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js": {
|
|
5587
5663
|
"bytesInOutput": 5591
|
|
@@ -5839,7 +5915,7 @@
|
|
|
5839
5915
|
"bytesInOutput": 495
|
|
5840
5916
|
},
|
|
5841
5917
|
"src/services/OrganizationManager.ts": {
|
|
5842
|
-
"bytesInOutput":
|
|
5918
|
+
"bytesInOutput": 24786
|
|
5843
5919
|
},
|
|
5844
5920
|
"src/utils/errorSerializer.ts": {
|
|
5845
5921
|
"bytesInOutput": 1796
|
|
@@ -5857,7 +5933,10 @@
|
|
|
5857
5933
|
"bytesInOutput": 22638
|
|
5858
5934
|
},
|
|
5859
5935
|
"src/index.ts": {
|
|
5860
|
-
"bytesInOutput":
|
|
5936
|
+
"bytesInOutput": 36007
|
|
5937
|
+
},
|
|
5938
|
+
"src/cli/commands/OrganizationCommands.ts": {
|
|
5939
|
+
"bytesInOutput": 9476
|
|
5861
5940
|
},
|
|
5862
5941
|
"src/types/workspace.ts": {
|
|
5863
5942
|
"bytesInOutput": 43
|
|
@@ -5890,7 +5969,7 @@
|
|
|
5890
5969
|
"bytesInOutput": 8465
|
|
5891
5970
|
},
|
|
5892
5971
|
"src/cli/index.ts": {
|
|
5893
|
-
"bytesInOutput":
|
|
5972
|
+
"bytesInOutput": 19861
|
|
5894
5973
|
},
|
|
5895
5974
|
"src/cli/AgentInitWizard.ts": {
|
|
5896
5975
|
"bytesInOutput": 9764
|
|
@@ -5902,7 +5981,7 @@
|
|
|
5902
5981
|
"bytesInOutput": 8630
|
|
5903
5982
|
}
|
|
5904
5983
|
},
|
|
5905
|
-
"bytes":
|
|
5984
|
+
"bytes": 1644740
|
|
5906
5985
|
}
|
|
5907
5986
|
}
|
|
5908
5987
|
}
|