@nerviq/cli 1.7.0 → 1.7.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 CHANGED
@@ -224,10 +224,12 @@ Levels:
224
224
 
225
225
  | Command | What it does |
226
226
  |---------|-------------|
227
- | `nerviq audit` | Score 0-100 against 2,431 checks |
228
- | `nerviq audit --lite` | Quick top-3 scan |
227
+ | `nerviq audit` | Score 0-100 quick scan with top 3 actions (default) |
228
+ | `nerviq audit --full` | Full audit with all checks, weakest areas, confidence labels |
229
229
  | `nerviq fix <key>` | Auto-fix a specific check (shows score impact) |
230
230
  | `nerviq fix --all-critical` | Fix all critical issues at once |
231
+ | `nerviq rollback` | Undo the most recent apply (delete created files) |
232
+ | `nerviq rollback --list` | Show available rollback points |
231
233
  | `nerviq setup` | Generate starter-safe CLAUDE.md + hooks + commands |
232
234
  | `nerviq augment` | Repo-aware improvement plan (no writes) |
233
235
  | `nerviq suggest-only` | Structured report for sharing |
@@ -235,6 +237,7 @@ Levels:
235
237
  | `nerviq apply` | Apply proposals with rollback |
236
238
  | `nerviq governance` | Permission profiles, hooks, policy packs |
237
239
  | `nerviq benchmark` | Before/after in isolated temp copy |
240
+ | `nerviq check-health` | Detect regressions between audit snapshots |
238
241
  | `nerviq deep-review` | AI-powered config review (opt-in) |
239
242
  | `nerviq interactive` | Step-by-step guided wizard |
240
243
  | `nerviq watch` | Live monitoring with score delta |
@@ -242,9 +245,13 @@ Levels:
242
245
  | `nerviq compare` | Compare latest vs previous |
243
246
  | `nerviq trend` | Export trend report |
244
247
  | `nerviq feedback` | Record recommendation outcomes |
248
+ | `nerviq anti-patterns` | Detect anti-patterns in current project |
249
+ | `nerviq freshness` | Show verification freshness for all checks |
250
+ | `nerviq rules-export` | Export recommendation rules (human summary or --json) |
245
251
  | `nerviq badge` | shields.io badge for README |
246
252
  | `nerviq certify` | Certification level + badge |
247
253
  | `nerviq scan dir1 dir2` | Compare multiple repos |
254
+ | `nerviq org scan dir1 dir2` | Aggregate multiple repos into one score table |
248
255
  | `nerviq harmony-audit` | Cross-platform DX audit |
249
256
  | `nerviq harmony-sync` | Sync config across platforms |
250
257
  | `nerviq harmony-drift` | Detect platform drift |
@@ -262,20 +269,24 @@ Levels:
262
269
 
263
270
  | Flag | Effect |
264
271
  |------|--------|
272
+ | `--full` | Full audit output (all checks, weakest areas, confidence labels) |
273
+ | `--verbose` | Full audit + medium-priority recommendations |
265
274
  | `--threshold N` | Exit 1 if score < N (for CI) |
266
275
  | `--json` | Machine-readable JSON output |
267
276
  | `--out FILE` | Write output to file |
268
277
  | `--snapshot` | Save audit snapshot for trending |
269
- | `--lite` | Compact top-3 quick scan |
270
- | `--dry-run` | Preview apply without writing |
278
+ | `--dry-run` | Preview changes without writing files |
279
+ | `--config-only` | Only write config files, never source code |
271
280
  | `--auto` | Apply without prompts |
272
- | `--verbose` | Show all recommendations |
281
+ | `--only A,B` | Limit apply to selected proposal IDs |
273
282
  | `--format sarif` | SARIF output for code scanning |
274
283
  | `--platform NAME` | Target platform (claude, codex, gemini, copilot, cursor, windsurf, aider, opencode) |
284
+ | `--workspace GLOB` | Audit workspaces separately (e.g. packages/*) |
285
+ | `--external PATH` | Benchmark an external repo |
275
286
 
276
287
  ## Backed by Research
277
288
 
278
- Nerviq is built on the CLAUDEX knowledge engine — the largest verified catalog of AI coding agent techniques:
289
+ Nerviq is built on the NERVIQ knowledge engine — the largest verified catalog of AI coding agent techniques:
279
290
 
280
291
  - **448+ research documents** covering all 8 platforms
281
292
  - **332+ experiments** with tested, rated results
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nerviq/cli",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "The intelligent nervous system for AI coding agents — 2,431 checks across 8 platforms, 10 languages, and 62 domain packs. Audit, align, and amplify.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "synced_from": "claudex",
3
- "synced_at": "2026-04-06T08:01:13Z",
3
+ "synced_at": "2026-04-06T10:42:47Z",
4
4
  "total_items": 1118,
5
5
  "tested": 948,
6
6
  "last_id": 1137