@trackseries/cli 0.1.0-preview.2 → 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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,10 +34,10 @@ After installation, authenticate and inspect the available commands:
34
34
  ```bash
35
35
  trackseries auth login
36
36
  trackseries auth status
37
- trackseries skill
37
+ trackseries --skill
38
38
  ```
39
39
 
40
- `trackseries skill` prints version-matched instructions designed for coding agents and other automated tools.
40
+ `trackseries --skill` prints version-matched instructions designed for coding agents and other automated tools.
41
41
 
42
42
  ## Updates
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackseries/cli",
3
- "version": "0.1.0-preview.2",
3
+ "version": "0.1.0",
4
4
  "description": "Install and run the TrackSeries CLI.",
5
5
  "type": "module",
6
6
  "bin": {