aidex-graphra 1.0.0 → 1.0.1
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
AI coding tools re-read your entire codebase on every prompt. **graphra fixes that.** It builds a structural index of your code, then gives any AI tool — Copilot, Cursor, Claude, ChatGPT, or local LLMs — precisely the context it needs.
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
npm install -g graphra # Install once
|
|
19
|
+
npm install -g aidex-graphra # Install once
|
|
20
20
|
cd your-project
|
|
21
21
|
graphra init # Auto-detect language, framework, structure
|
|
22
22
|
graphra generate # Index codebase (incremental, <1s on re-runs)
|
|
@@ -136,7 +136,7 @@ Automatically optimizes context size for your model. graphra uses a smart token
|
|
|
136
136
|
### 1. Install
|
|
137
137
|
|
|
138
138
|
```bash
|
|
139
|
-
npm install -g graphra
|
|
139
|
+
npm install -g aidex-graphra
|
|
140
140
|
```
|
|
141
141
|
|
|
142
142
|
### 2. Initialize & Index
|