@dvquys/qrec 0.2.0 → 0.2.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 CHANGED
@@ -9,7 +9,7 @@ Purpose-built session recall engine for Claude Code. Keeps an embedding model re
9
9
  ### Step 1 — Install the CLI
10
10
 
11
11
  ```bash
12
- npm install -g qrec
12
+ npm install -g @dvquys/qrec
13
13
  qrec onboard
14
14
  ```
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvquys/qrec",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Purpose-built session recall engine — persistent daemon with BM25 + vector hybrid search",
5
5
  "bin": {
6
6
  "qrec": "plugin/scripts/qrec-cli.js"