opensteer 0.7.1 → 0.8.2
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 +2 -1
- package/dist/{chunk-7QTHGTGN.js → chunk-X3G6QSCF.js} +16206 -16906
- package/dist/chunk-X3G6QSCF.js.map +1 -0
- package/dist/cli/bin.cjs +30118 -35773
- package/dist/cli/bin.cjs.map +1 -1
- package/dist/cli/bin.js +610 -5520
- package/dist/cli/bin.js.map +1 -1
- package/dist/index.cjs +6880 -7361
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +275 -320
- package/dist/index.d.ts +275 -320
- package/dist/index.js +65 -161
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/skills/README.md +14 -2
- package/skills/opensteer/SKILL.md +34 -73
- package/skills/opensteer/references/cli-reference.md +90 -72
- package/skills/opensteer/references/request-workflow.md +145 -9
- package/skills/opensteer/references/sdk-reference.md +168 -32
- package/dist/chunk-7QTHGTGN.js.map +0 -1
package/README.md
CHANGED
|
@@ -39,7 +39,8 @@ pnpm add @opensteer/engine-abp
|
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
`opensteer skills install` installs the packaged first-party skill pack through the upstream
|
|
42
|
-
`skills` CLI.
|
|
42
|
+
`skills` CLI. Use `opensteer skills install --agent claude-code` when you want to target
|
|
43
|
+
Claude Code explicitly.
|
|
43
44
|
|
|
44
45
|
`opensteer` installs the Playwright-backed local engine by default. Add
|
|
45
46
|
`@opensteer/engine-abp` only when you need the ABP backend.
|