@winci/local-rag 0.2.1 → 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/.claude-plugin/plugin.json +2 -2
- package/README.md +3 -3
- package/package.json +2 -2
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"name": "TheWinci",
|
|
7
7
|
"url": "https://github.com/TheWinci"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.com/TheWinci/local-rag
|
|
10
|
-
"repository": "https://github.com/TheWinci/local-rag
|
|
9
|
+
"homepage": "https://github.com/TheWinci/local-rag",
|
|
10
|
+
"repository": "https://github.com/TheWinci/local-rag",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"keywords": [
|
|
13
13
|
"rag",
|
package/README.md
CHANGED
|
@@ -6,8 +6,8 @@ Indexes any files — markdown, code, configs, docs — into a per-project vecto
|
|
|
6
6
|
|
|
7
7
|
No API keys. No cloud. No Docker. Just `bunx`.
|
|
8
8
|
|
|
9
|
-
[](https://www.npmjs.com/package/local-rag)
|
|
10
|
-
[](LICENSE)
|
|
9
|
+
[](https://www.npmjs.com/package/@winci/local-rag)
|
|
10
|
+
[](LICENSE)
|
|
11
11
|
|
|
12
12
|
## Contents
|
|
13
13
|
|
|
@@ -59,7 +59,7 @@ Or install directly from GitHub:
|
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
61
|
# Clone and point Claude Code at it
|
|
62
|
-
git clone https://github.com/TheWinci/local-rag
|
|
62
|
+
git clone https://github.com/TheWinci/local-rag.git
|
|
63
63
|
claude --plugin-dir ./local-rag
|
|
64
64
|
```
|
|
65
65
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@winci/local-rag",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Semantic search for your codebase — local-first RAG MCP server with hybrid search, AST-aware chunking, and usage analytics",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/TheWinci/local-rag
|
|
9
|
+
"url": "git+https://github.com/TheWinci/local-rag.git"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"mcp",
|