usertold 0.0.0 → 0.1.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/usertold +2674 -2130
package/README.md CHANGED
@@ -65,7 +65,7 @@ usertold task push acme/my-product tsk_123
65
65
 
66
66
  ```bash
67
67
  usertold init --org acme --name "My Product" --json --yes
68
- usertold project signal-health acme/my-product --json
68
+ usertold project status acme/my-product --json
69
69
  usertold signal bulk-link acme/my-product tsk_123 --signals sig_1,sig_2,sig_3 --json
70
70
  ```
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "usertold",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "UserTold.ai CLI",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",