@task-shepherd/agent 1.0.20 → 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 +85 -6
- package/package.json +1 -1
package/dist/meta.json
CHANGED
|
@@ -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",
|
|
@@ -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
|
|
@@ -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
|
|
@@ -5859,6 +5935,9 @@
|
|
|
5859
5935
|
"src/index.ts": {
|
|
5860
5936
|
"bytesInOutput": 36007
|
|
5861
5937
|
},
|
|
5938
|
+
"src/cli/commands/OrganizationCommands.ts": {
|
|
5939
|
+
"bytesInOutput": 9476
|
|
5940
|
+
},
|
|
5862
5941
|
"src/types/workspace.ts": {
|
|
5863
5942
|
"bytesInOutput": 43
|
|
5864
5943
|
},
|
|
@@ -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
|
}
|