@codragraph/cli 1.6.2 → 1.6.3
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/cli/index.js +1 -1
- package/package.json +3 -3
package/dist/cli/index.js
CHANGED
|
@@ -9,7 +9,7 @@ const _require = createRequire(import.meta.url);
|
|
|
9
9
|
const pkg = _require('../../package.json');
|
|
10
10
|
const program = new Command();
|
|
11
11
|
program
|
|
12
|
-
.name('
|
|
12
|
+
.name('codragraph')
|
|
13
13
|
.description('CodraGraph local CLI and MCP server')
|
|
14
14
|
.version(pkg.version);
|
|
15
15
|
program
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codragraph/cli",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"description": "Graph-powered code intelligence for AI agents. Index any codebase, query via MCP or CLI.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Anit Chaudhary",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"claude",
|
|
18
18
|
"codex",
|
|
19
19
|
"ai-agent",
|
|
20
|
-
"
|
|
20
|
+
"codragraph",
|
|
21
21
|
"static-analysis",
|
|
22
22
|
"codebase-indexing"
|
|
23
23
|
],
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"bin": {
|
|
36
|
-
"
|
|
36
|
+
"codragraph": "dist/cli/index.js"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"dist",
|