@pratik7368patil/anchor-core 0.1.37 → 0.1.38
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/dist/index.d.ts +42 -2
- package/dist/index.js +621 -214
- package/dist/index.js.map +1 -1
- package/package.json +6 -2
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pratik7368patil/anchor-core",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Local-first indexing and retrieval engine for
|
|
3
|
+
"version": "0.1.38",
|
|
4
|
+
"description": "Local-first indexing and retrieval engine for AI coding agent MCP context from GitHub PR history and codebase evidence.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anchor",
|
|
7
7
|
"cursor",
|
|
8
|
+
"claude-code",
|
|
9
|
+
"codex",
|
|
10
|
+
"vscode",
|
|
11
|
+
"antigravity",
|
|
8
12
|
"mcp",
|
|
9
13
|
"model-context-protocol",
|
|
10
14
|
"github",
|