nex-code 0.3.24 → 0.3.27
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 +1 -1
- package/dist/nex-code.js +307 -241
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -349,7 +349,7 @@ Type `/` to see inline suggestions as you type. Tab completion is supported for
|
|
|
349
349
|
| `/undo` | Undo last file change |
|
|
350
350
|
| `/redo` | Redo last undone change |
|
|
351
351
|
| `/history` | Show file change history |
|
|
352
|
-
| `/review [file]` |
|
|
352
|
+
| `/review [--strict] [file]` | Deep code review: 3-phase protocol (broad scan → grep deep-dive → report), score table, diff fix snippets. `--strict` forces ≥3 critical findings. |
|
|
353
353
|
| `/k8s [user@host]` | Kubernetes overview: namespaces + pod health (remote via SSH optional) |
|
|
354
354
|
| `/exit` | Quit |
|
|
355
355
|
|