Jelajahi Sumber

chore: rename package scope to @tobilu/qmd

Tobi Lutke 3 bulan lalu
induk
melakukan
5d73752b47
3 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 1 0
      CHANGELOG.md
  2. 2 2
      README.md
  3. 1 1
      package.json

+ 1 - 0
CHANGELOG.md

@@ -31,3 +31,4 @@ Initial public release.
 - Bun UTF-8 path corruption workaround
 
 [0.9.0]: https://github.com/tobi/qmd/releases/tag/v0.9.0
+

+ 2 - 2
README.md

@@ -10,7 +10,7 @@ QMD combines BM25 full-text search, vector semantic search, and LLM re-ranking
 
 ```sh
 # Install globally
-bun install -g @tobi/qmd
+bun install -g @tobilu/qmd
 
 # Create collections for your notes, docs, and meeting transcripts
 qmd collection add ~/notes --name notes
@@ -252,7 +252,7 @@ Models are downloaded from HuggingFace and cached in `~/.cache/qmd/models/`.
 ## Installation
 
 ```sh
-bun install -g @tobi/qmd
+bun install -g @tobilu/qmd
 ```
 
 Make sure `~/.bun/bin` is in your PATH.

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "@tobi/qmd",
+  "name": "@tobilu/qmd",
   "version": "0.9.0",
   "description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
   "type": "module",