usertold 1.20.0 → 1.22.0
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 +4 -6
- package/package.json +1 -1
- package/usertold +6770 -4991
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ usertold project create acme --name "My Product"
|
|
|
48
48
|
|
|
49
49
|
# 3) Design a study (agent-friendly: read the guide first)
|
|
50
50
|
usertold study guide
|
|
51
|
-
usertold study create acme/my-product --title "Checkout friction study" --
|
|
51
|
+
usertold study create acme/my-product --title "Checkout friction study" --script @script.json --activate
|
|
52
52
|
|
|
53
53
|
# 4) Review completed sessions
|
|
54
54
|
usertold session list acme/my-product --json
|
|
@@ -64,8 +64,8 @@ usertold task push acme/my-product tsk_123
|
|
|
64
64
|
## Agent mode
|
|
65
65
|
|
|
66
66
|
```bash
|
|
67
|
-
# Discover
|
|
68
|
-
usertold
|
|
67
|
+
# Discover the command surface in structured form
|
|
68
|
+
usertold --help --json
|
|
69
69
|
|
|
70
70
|
usertold init --org acme --name "My Product" --json --yes
|
|
71
71
|
usertold project status acme/my-product --json
|
|
@@ -90,13 +90,11 @@ Exit codes: `0` success · `1` error · `2` bad args · `3` auth · `4` not foun
|
|
|
90
90
|
- `screener`
|
|
91
91
|
- `billing`
|
|
92
92
|
- `config`
|
|
93
|
-
- `setup`
|
|
94
93
|
- `init`
|
|
95
94
|
- `api`
|
|
96
95
|
- `admin`
|
|
97
|
-
- `introspect`
|
|
98
96
|
|
|
99
|
-
Run `usertold <group> --help` for details.
|
|
97
|
+
Run `usertold <group> --help` for human-readable details or `usertold <group> --help --json` for structured discovery.
|
|
100
98
|
|
|
101
99
|
## Requirements
|
|
102
100
|
|