@nerviq/cli 1.5.0 → 1.5.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 +30 -15
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
# Nerviq
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> Standardize and govern your AI coding agent setup — score, fix, and align across 8 platforms.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@nerviq/cli)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](https://nerviq.net)
|
|
7
|
+
[](https://github.com/nerviq/nerviq)
|
|
9
8
|
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
### 8 Platforms Supported
|
|
13
12
|
|
|
14
|
-
Nerviq
|
|
13
|
+
Nerviq audits, sets up, and governs AI coding agent configurations for **8 platforms**:
|
|
15
14
|
|
|
16
15
|
| Platform | Checks | Status |
|
|
17
16
|
|----------|--------|--------|
|
|
18
|
-
| Claude Code |
|
|
19
|
-
| Codex (OpenAI) |
|
|
20
|
-
| Gemini CLI (Google) |
|
|
21
|
-
| GitHub Copilot |
|
|
22
|
-
| Cursor |
|
|
23
|
-
| Windsurf |
|
|
24
|
-
| Aider |
|
|
25
|
-
| OpenCode |
|
|
17
|
+
| Claude Code | 393 | Full |
|
|
18
|
+
| Codex (OpenAI) | 272 | Full |
|
|
19
|
+
| Gemini CLI (Google) | 300 | Full |
|
|
20
|
+
| GitHub Copilot | 299 | Full |
|
|
21
|
+
| Cursor | 301 | Full |
|
|
22
|
+
| Windsurf | 297 | Full |
|
|
23
|
+
| Aider | 283 | Full |
|
|
24
|
+
| OpenCode | 286 | Full |
|
|
26
25
|
|
|
27
26
|
### 10 Stack-Specific Languages
|
|
28
27
|
|
|
@@ -78,7 +77,15 @@ npx @nerviq/cli benchmark # Before/after in isolated copy
|
|
|
78
77
|
|
|
79
78
|
No install required. Zero dependencies.
|
|
80
79
|
|
|
81
|
-
##
|
|
80
|
+
## Get Started by Role
|
|
81
|
+
|
|
82
|
+
| You are a... | Start here | Then |
|
|
83
|
+
|--------------|------------|------|
|
|
84
|
+
| **Solo developer** | `nerviq audit` → `nerviq augment` | `nerviq benchmark` |
|
|
85
|
+
| **Team lead / DevEx** | `nerviq governance` → `nerviq audit --json` | CI threshold + `nerviq watch` |
|
|
86
|
+
| **Enterprise / Platform** | `nerviq harmony-audit` → `nerviq harmony-drift` | Policy packs + `nerviq certify` |
|
|
87
|
+
|
|
88
|
+
## 2,431 Checks Across 96 Categories
|
|
82
89
|
|
|
83
90
|
| Category Group | Checks | Examples |
|
|
84
91
|
|----------------|--------|---------|
|
|
@@ -217,7 +224,7 @@ Levels:
|
|
|
217
224
|
|
|
218
225
|
| Command | What it does |
|
|
219
226
|
|---------|-------------|
|
|
220
|
-
| `nerviq audit` | Score 0-100 against 2,
|
|
227
|
+
| `nerviq audit` | Score 0-100 against 2,431 checks |
|
|
221
228
|
| `nerviq audit --lite` | Quick top-3 scan |
|
|
222
229
|
| `nerviq setup` | Generate starter-safe CLAUDE.md + hooks + commands |
|
|
223
230
|
| `nerviq augment` | Repo-aware improvement plan (no writes) |
|
|
@@ -270,7 +277,7 @@ Nerviq is built on the CLAUDEX knowledge engine — the largest verified catalog
|
|
|
270
277
|
|
|
271
278
|
- **448+ research documents** covering all 8 platforms
|
|
272
279
|
- **332+ experiments** with tested, rated results
|
|
273
|
-
- **2,
|
|
280
|
+
- **2,431 checks** across 8 platforms and 10 languages, each with `sourceUrl` and `confidence` level (0.0-1.0)
|
|
274
281
|
- Every check is traceable to primary documentation or verified experiment
|
|
275
282
|
- 90-day freshness cycle: stale findings are re-verified or pruned
|
|
276
283
|
|
|
@@ -287,6 +294,14 @@ Nerviq is built on the CLAUDEX knowledge engine — the largest verified catalog
|
|
|
287
294
|
- **GitHub**: [github.com/nerviq/nerviq](https://github.com/nerviq/nerviq)
|
|
288
295
|
- **Website**: [nerviq.net](https://nerviq.net)
|
|
289
296
|
|
|
297
|
+
## What Nerviq Is — and Isn't
|
|
298
|
+
|
|
299
|
+
**Strongest at:** Agent configuration, workflow governance, repo policy hygiene, cross-platform alignment, and setup standardization.
|
|
300
|
+
|
|
301
|
+
**Not a replacement for:** Deep architectural review of business logic, runtime performance profiling, or security penetration testing. Nerviq focuses on how your AI coding agents are configured and governed — not on what your application code does.
|
|
302
|
+
|
|
303
|
+
**Confidence levels:** Every check includes a `confidence` score (0.0–1.0) and a `sourceUrl` linking to primary documentation. Checks marked `heuristic` are pattern-based and may produce false positives on non-standard project structures.
|
|
304
|
+
|
|
290
305
|
## Previously claudex-setup
|
|
291
306
|
|
|
292
307
|
Nerviq was previously published as `claudex-setup`. If you were using it:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nerviq/cli",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "The intelligent nervous system for AI coding agents — 2,
|
|
3
|
+
"version": "1.5.1",
|
|
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": {
|
|
7
7
|
"nerviq": "bin/cli.js",
|