@realtimex/sdk 2.0.5 → 2.0.6
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/package.json
CHANGED
|
@@ -20,15 +20,15 @@ This skill drives the `realtimex-pp-cli` binary. Verify the CLI is installed and
|
|
|
20
20
|
|
|
21
21
|
1. Install or reinstall the pinned version via npm:
|
|
22
22
|
```bash
|
|
23
|
-
npm install -g @realtimex/pp-cli@2.0.
|
|
23
|
+
npm install -g @realtimex/pp-cli@2.0.6
|
|
24
24
|
```
|
|
25
25
|
2. Verify the exact version:
|
|
26
26
|
```bash
|
|
27
27
|
realtimex-pp-cli --version
|
|
28
28
|
```
|
|
29
|
-
The output must be `realtimex-pp-cli 2.0.
|
|
29
|
+
The output must be `realtimex-pp-cli 2.0.6`.
|
|
30
30
|
|
|
31
|
-
If `--version` reports "command not found" after install, the npm global bin directory is not on `$PATH`. If it reports any version other than `2.0.
|
|
31
|
+
If `--version` reports "command not found" after install, the npm global bin directory is not on `$PATH`. If it reports any version other than `2.0.6`, reinstall with the pinned npm command above. Do not proceed with skill commands until exact-version verification succeeds.
|
|
32
32
|
|
|
33
33
|
## Command Reference
|
|
34
34
|
|
|
@@ -114,7 +114,7 @@ Run `realtimex-pp-cli auth setup` to print the URL and steps for getting a key (
|
|
|
114
114
|
export REALTIMEX_APP_ID_AUTH="<your-key>"
|
|
115
115
|
```
|
|
116
116
|
|
|
117
|
-
Or persist it in `~/.config/realtimex-
|
|
117
|
+
Or persist it in `~/.config/realtimex-cli-pp-cli/config.toml`.
|
|
118
118
|
|
|
119
119
|
Run `realtimex-pp-cli doctor` to verify setup.
|
|
120
120
|
|
|
@@ -222,9 +222,9 @@ Verify: `claude mcp list`
|
|
|
222
222
|
```bash
|
|
223
223
|
realtimex-pp-cli --version
|
|
224
224
|
```
|
|
225
|
-
If the command is missing or the output is not exactly `realtimex-pp-cli 2.0.
|
|
225
|
+
If the command is missing or the output is not exactly `realtimex-pp-cli 2.0.6`, reinstall the pinned version:
|
|
226
226
|
```bash
|
|
227
|
-
npm install -g @realtimex/pp-cli@2.0.
|
|
227
|
+
npm install -g @realtimex/pp-cli@2.0.6
|
|
228
228
|
```
|
|
229
229
|
Then run `realtimex-pp-cli --version` again and proceed only after exact-version verification succeeds.
|
|
230
230
|
2. Match the user query to the best command from the Unique Capabilities and Command Reference above.
|
|
Binary file
|