@shadowcoderr/context-graph 0.3.0 → 0.3.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,7 +48,7 @@ Your Browser Session
48
48
  ### Install
49
49
 
50
50
  ```bash
51
- npm install -g context-graph
51
+ npm install -g @shadowcoderr/context-graph
52
52
  ```
53
53
 
54
54
  Verify:
@@ -167,7 +167,7 @@ Generate a Playwright test that:
167
167
  ## Installation
168
168
 
169
169
  ```bash
170
- npm install -g context-graph
170
+ npm install -g @shadowcoderr/context-graph
171
171
  ```
172
172
 
173
173
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shadowcoderr/context-graph",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A deterministic 'Flight Data Recorder' for web applications that transforms manual exploration into structured, AI-ready intelligence.",
5
5
  "main": "dist/cli/index.js",
6
6
  "bin": {