diff --git a/README.md b/README.md index ac27b58..ee9c327 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ hau4 test/parser.test.ts:5 function definitionOf(path: string, source: string) ## Install ```bash -npm install -g orvix +npm install -g orvix-cli cd your-project orvix init ``` diff --git a/package-lock.json b/package-lock.json index aaa9c1d..572ac53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,13 @@ { - "name": "orvix", + "name": "orvix-cli", "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "orvix", + "name": "orvix-cli", "version": "0.2.0", + "hasInstallScript": true, "license": "MIT", "dependencies": { "commander": "^12.1.0", @@ -14,7 +15,8 @@ "web-tree-sitter": "^0.26.11" }, "bin": { - "orvix": "dist/main.js" + "orvix": "dist/main.js", + "orvix-query": "dist/query.js" }, "devDependencies": { "@types/node": "^22.10.0", diff --git a/package.json b/package.json index cf10584..2eea216 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "orvix", + "name": "orvix-cli", "version": "0.2.0", "description": "Semantic code map for AI agents — index a codebase once, address every symbol by a short code, read only what you need.", "keywords": [