소스 검색

Rename package to @oivo/qmd

Internal Oivo fork of @tobilu/qmd v2.1.0 (upstream github.com/tobi/qmd).
Renamed to @oivo/qmd to avoid npm registry collision and to signal
this is the vendored variant consumed via file: dep from /srv/cli.

Upstream snapshot preserved at tag v2.1.0-upstream.
suby 1 개월 전
부모
커밋
dadc7eaeca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

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