@nick848/fet 1.0.3 → 1.0.4
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 +6 -0
- package/dist/cli/index.js +341 -90
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -193,6 +193,12 @@ fet sync --change my-change
|
|
|
193
193
|
fet archive --change my-change
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
+
### Optional GitNexus Graph Support
|
|
197
|
+
|
|
198
|
+
FET can detect an optional `gitnexus` executable during `fet init` and records the result in `openspec/fet-state.json`. If GitNexus is not installed, init shows a one-time recommendation and continues normally. `fet doctor` reports the current GitNexus status as an informational warning when it is missing.
|
|
199
|
+
|
|
200
|
+
Generated Cursor and Codex instructions tell the IDE AI to prefer GitNexus graph context before broad repository scans when that context is available. FET does not install GitNexus, generate graphs, or require graph support for any command.
|
|
201
|
+
|
|
196
202
|
### Global Options
|
|
197
203
|
|
|
198
204
|
| Option | Description | Example |
|