@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.
Files changed (2) hide show
  1. package/README.md +1 -2
  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, `<SightmapProvider>` codemod, codegen) and
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sightmap/sightmap",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Library and CLI for the Sightmap spec — parse, validate, merge, match, explain, lint.",
5
5
  "license": "MIT",
6
6
  "repository": {