feat(installer): improve cursor and opencode skill handling
This commit is contained in:
@@ -48,6 +48,22 @@ pnpm approve-builds
|
||||
pnpm rebuild better-sqlite3 esbuild
|
||||
```
|
||||
|
||||
### Cursor
|
||||
|
||||
Repo-local install:
|
||||
|
||||
```bash
|
||||
mkdir -p .cursor/skills/web-automation
|
||||
cp -R skills/web-automation/cursor/* .cursor/skills/web-automation/
|
||||
cd .cursor/skills/web-automation/scripts
|
||||
pnpm install
|
||||
npx cloakbrowser install
|
||||
pnpm approve-builds
|
||||
pnpm rebuild better-sqlite3 esbuild
|
||||
```
|
||||
|
||||
Global installs use `~/.cursor/skills/web-automation/` instead.
|
||||
|
||||
### OpenCode
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user