@sightmap/sightmap 0.8.0 → 0.9.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.
- package/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -193,7 +193,7 @@ npx @sightmap/sightmap init
|
|
|
193
193
|
This detects your framework (React/Next/Vite/RR7), the coding-agent
|
|
194
194
|
harness(es) in use (Claude Code, Codex, Cursor, OpenCode), and any
|
|
195
195
|
Sightmap-aware browser MCP already installed (Subtext today). It then runs
|
|
196
|
-
framework setup (adapter install
|
|
196
|
+
framework setup (adapter install + `<SightmapProvider>` codemod) and
|
|
197
197
|
offers two install paths:
|
|
198
198
|
|
|
199
199
|
- **Plugin** (recommended): two copy-paste commands per host. Skills, hooks,
|
|
@@ -207,7 +207,6 @@ Pass `--yes` to skip all prompts and accept defaults. Other flags:
|
|
|
207
207
|
--host <names> Comma-separated: claude-code,codex,cursor,opencode
|
|
208
208
|
--with-browser Force bundled Playwright + sightmap_* browser tools
|
|
209
209
|
--curate-only Force curation-only MCP
|
|
210
|
-
--no-codegen Skip sightmap-react gen
|
|
211
210
|
--no-provider Skip <SightmapProvider> codemod
|
|
212
211
|
```
|
|
213
212
|
|