chore: rename package scope to @tobilu/qmd

This commit is contained in:
Tobi Lutke 2026-02-15 15:07:26 -04:00
parent 53bf2ebf10
commit 5d73752b47
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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.

View File

@ -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",