@nerviq/cli 1.3.1 → 1.3.2

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.
Files changed (2) hide show
  1. package/README.md +47 -30
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@nerviq/cli)](https://www.npmjs.com/package/@nerviq/cli)
6
6
  [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](LICENSE)
7
- [![Checks: 673](https://img.shields.io/badge/checks-673-brightgreen)](https://github.com/nerviq/nerviq)
7
+ [![Checks: 1955](https://img.shields.io/badge/checks-1955-brightgreen)](https://github.com/nerviq/nerviq)
8
8
  [![Nerviq Certified Gold](https://img.shields.io/badge/Nerviq-Nerviq%20Certified%20Gold-gold)](https://nerviq.net)
9
9
 
10
10
  ---
@@ -15,14 +15,29 @@ Nerviq v1.0 ships with full audit, setup, governance, and benchmark support for
15
15
 
16
16
  | Platform | Checks | Status |
17
17
  |----------|--------|--------|
18
- | Claude Code | 90 | Full |
19
- | Codex (OpenAI) | 83 | Full |
20
- | Gemini CLI (Google) | 83 | Full |
21
- | GitHub Copilot | 83 | Full |
22
- | Cursor | 83 | Full |
23
- | Windsurf | 83 | Full |
24
- | Aider | 85 | Full |
25
- | OpenCode | 83 | Full |
18
+ | Claude Code | 309 | Full |
19
+ | Codex (OpenAI) | 225 | Full |
20
+ | Gemini CLI (Google) | 219 | Full |
21
+ | GitHub Copilot | 218 | Full |
22
+ | Cursor | 267 | Full |
23
+ | Windsurf | 265 | Full |
24
+ | Aider | 249 | Full |
25
+ | OpenCode | 251 | Full |
26
+
27
+ ### 10 Stack-Specific Languages
28
+
29
+ | Language | Checks | Key Areas |
30
+ |----------|--------|-----------|
31
+ | Python | 26 | pyproject, typing, pytest, linting, async, security |
32
+ | Go | 21 | go.mod, vet, fmt, error wrapping, interfaces |
33
+ | Rust | 21 | Cargo, clippy, unsafe docs, editions, cross-compile |
34
+ | Java/Spring | 21 | Maven/Gradle, JUnit, Spring Boot, migrations |
35
+ | Ruby | 16 | Gemfile, RSpec, Rubocop, Rails |
36
+ | PHP | 16 | Composer, PHPUnit, Laravel, PSR |
37
+ | .NET | 16 | csproj, NuGet, xUnit, EF Core |
38
+ | Flutter | 15 | pubspec, analysis, state management, l10n |
39
+ | Swift | 10 | SPM, SwiftLint, async/await, doc comments |
40
+ | Kotlin | 10 | Gradle, ktlint, coroutines, Compose, KMP |
26
41
 
27
42
  ---
28
43
 
@@ -63,23 +78,24 @@ npx @nerviq/cli benchmark # Before/after in isolated copy
63
78
 
64
79
  No install required. Zero dependencies.
65
80
 
66
- ## 673 Checks Across 14 Categories
67
-
68
- | Category | Checks | Examples |
69
- |----------|--------|---------|
70
- | Memory & Context | 9 | CLAUDE.md, architecture, @path imports, CLAUDE.local.md |
71
- | Quality | 8 | verification loops, test/lint/build commands |
72
- | Security | 7 | permissions, deny rules, secrets detection |
73
- | Automation | 8 | hooks (30+ event types), notification, subagent tracking |
74
- | Workflow | 9 | skills, subagents, rules, commands, snapshots |
75
- | Git & Hygiene | 14 | .gitignore, env protection, README, changelog |
76
- | Tools & MCP | 4 | .mcp.json, Context7, multi-server |
77
- | Prompting | 6 | XML tags, constraints, examples, role definition |
78
- | DevOps | 5 | Docker, CI, Terraform |
79
- | Design | 2 | frontend anti-slop, Tailwind |
80
- | Performance | 3 | compaction, context management, effort level |
81
- | Features | 2 | channels, worktrees |
82
- | Quality Deep | 9 | freshness, contradictions, deprecated patterns |
81
+ ## 1,955 Checks Across 83 Categories
82
+
83
+ | Category Group | Checks | Examples |
84
+ |----------------|--------|---------|
85
+ | Stack-Specific (10 languages) | 172 | Python, Go, Rust, Java, Ruby, PHP, .NET, Flutter, Swift, Kotlin |
86
+ | Platform Config & Instructions | ~150 | CLAUDE.md, AGENTS.md, rules, managed blocks |
87
+ | Security & Trust | ~80 | permissions, deny rules, secrets, trust posture |
88
+ | Quality & Testing | ~70 | verification loops, lint/test/build, coverage |
89
+ | Automation & Hooks | ~60 | PreToolUse, PostToolUse, notification hooks |
90
+ | Workflow & Commands | ~50 | skills, commands, agents, snapshots |
91
+ | Git & Hygiene | ~40 | .gitignore, env protection, changelog |
92
+ | Tools & MCP | ~40 | .mcp.json, multi-server, Context7 |
93
+ | Governance & Compliance | ~30 | permission profiles, audit trails |
94
+ | DevOps & Infrastructure | ~30 | Docker, CI, Terraform, monitoring |
95
+ | Cross-Platform Intelligence | ~25 | harmony, synergy, drift detection |
96
+ | Enterprise & Freshness | ~20 | freshness tracking, deprecation, SBOM |
97
+ | Memory & Context | ~15 | context management, compaction, @path |
98
+ | Prompting & Design | ~10 | XML tags, constraints, frontend patterns |
83
99
 
84
100
  ## Harmony — Cross-Platform Alignment
85
101
 
@@ -92,6 +108,7 @@ npx @nerviq/cli harmony-drift # Detect drift between platform configs
92
108
  npx @nerviq/cli harmony-advise # Cross-platform improvement advice
93
109
  npx @nerviq/cli harmony-watch # Live monitoring for config drift
94
110
  npx @nerviq/cli harmony-governance # Unified governance across platforms
111
+ npx @nerviq/cli harmony-add <platform> # Add a new platform to your project
95
112
  ```
96
113
 
97
114
  ## Synergy — Multi-Agent Amplification
@@ -200,7 +217,7 @@ Levels:
200
217
 
201
218
  | Command | What it does |
202
219
  |---------|-------------|
203
- | `nerviq audit` | Score 0-100 against 673 checks |
220
+ | `nerviq audit` | Score 0-100 against 1,955 checks |
204
221
  | `nerviq audit --lite` | Quick top-3 scan |
205
222
  | `nerviq setup` | Generate starter-safe CLAUDE.md + hooks + commands |
206
223
  | `nerviq augment` | Repo-aware improvement plan (no writes) |
@@ -251,9 +268,9 @@ Levels:
251
268
 
252
269
  Nerviq is built on the CLAUDEX knowledge engine — the largest verified catalog of AI coding agent techniques:
253
270
 
254
- - **315 research documents** covering all 8 platforms
255
- - **100+ experiments** with tested, rated results
256
- - **673 checks** each with `sourceUrl` and `confidence` level (0.0-1.0)
271
+ - **448+ research documents** covering all 8 platforms
272
+ - **332+ experiments** with tested, rated results
273
+ - **1,955 checks** across 8 platforms and 10 languages, each with `sourceUrl` and `confidence` level (0.0-1.0)
257
274
  - Every check is traceable to primary documentation or verified experiment
258
275
  - 90-day freshness cycle: stale findings are re-verified or pruned
259
276
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nerviq/cli",
3
- "version": "1.3.1",
4
- "description": "The intelligent nervous system for AI coding agents — 2,306 checks across 8 platforms and 10 languages. Audit, align, and amplify.",
3
+ "version": "1.3.2",
4
+ "description": "The intelligent nervous system for AI coding agents — 1,955 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",