opensteer 0.8.8 → 0.8.9

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 CHANGED
@@ -21,8 +21,7 @@ The package is organized around three lanes:
21
21
  CLI:
22
22
 
23
23
  ```bash
24
- npm i -g opensteer
25
- opensteer skills install
24
+ npx --yes opensteer@latest skills install
26
25
  ```
27
26
 
28
27
  SDK:
@@ -38,8 +37,9 @@ npm install opensteer
38
37
  pnpm add @opensteer/engine-abp
39
38
  ```
40
39
 
41
- `opensteer skills install` installs the packaged first-party skill pack through the upstream
42
- `skills` CLI. Use `opensteer skills install --agent claude-code` when you want to target
40
+ `npx --yes opensteer@latest skills install` installs the packaged first-party skill pack
41
+ through the upstream `skills` CLI. Use
42
+ `npx --yes opensteer@latest skills install --agent claude-code` when you want to target
43
43
  Claude Code explicitly.
44
44
 
45
45
  `opensteer` installs the Playwright-backed local engine by default. Add