@nerviq/cli 1.29.0 → 1.29.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/CHANGELOG.md +1527 -1493
- package/README.md +550 -538
- package/SECURITY.md +82 -82
- package/bin/cli.js +2562 -2558
- package/docs/api-reference.md +356 -356
- package/docs/audit-fix.md +109 -0
- package/docs/autofix.md +3 -62
- package/docs/getting-started.md +1 -1
- package/docs/index.html +592 -592
- package/docs/integration-contracts.md +287 -287
- package/docs/maintenance.md +128 -128
- package/docs/new-platform-guide.md +202 -202
- package/docs/release-process.md +63 -0
- package/docs/shallow-risk.md +244 -244
- package/docs/why-nerviq.md +82 -82
- package/package.json +67 -67
- package/src/aider/activity.js +226 -226
- package/src/aider/context.js +162 -162
- package/src/aider/freshness.js +123 -123
- package/src/aider/techniques.js +3465 -3465
- package/src/audit/layers.js +180 -180
- package/src/audit.js +1032 -1032
- package/src/benchmark.js +299 -299
- package/src/codex/activity.js +324 -324
- package/src/codex/freshness.js +142 -142
- package/src/codex/techniques.js +4895 -4895
- package/src/context.js +326 -326
- package/src/continuous-ops.js +11 -1
- package/src/convert.js +340 -340
- package/src/copilot/config-parser.js +280 -280
- package/src/copilot/context.js +218 -218
- package/src/copilot/freshness.js +177 -177
- package/src/copilot/patch.js +238 -238
- package/src/copilot/techniques.js +3578 -3578
- package/src/cursor/freshness.js +194 -194
- package/src/cursor/patch.js +243 -243
- package/src/cursor/techniques.js +3735 -3735
- package/src/doctor.js +201 -201
- package/src/fix-engine.js +511 -8
- package/src/formatters/csv.js +86 -86
- package/src/formatters/junit.js +123 -123
- package/src/formatters/markdown.js +164 -164
- package/src/formatters/otel.js +151 -151
- package/src/freshness.js +156 -156
- package/src/gemini/activity.js +402 -402
- package/src/gemini/context.js +290 -290
- package/src/gemini/freshness.js +183 -183
- package/src/gemini/patch.js +229 -229
- package/src/gemini/techniques.js +3811 -3811
- package/src/governance.js +533 -533
- package/src/harmony/audit.js +306 -306
- package/src/i18n.js +63 -63
- package/src/insights.js +119 -119
- package/src/integrations.js +134 -134
- package/src/locales/en.json +33 -33
- package/src/locales/es.json +33 -33
- package/src/migrate.js +354 -354
- package/src/opencode/activity.js +286 -286
- package/src/opencode/freshness.js +137 -137
- package/src/opencode/techniques.js +3450 -3450
- package/src/setup/analysis.js +12 -12
- package/src/setup.js +7 -6
- package/src/shallow-risk/index.js +56 -56
- package/src/shallow-risk/patterns/agent-config-cross-platform-drift.js +50 -50
- package/src/shallow-risk/patterns/agent-config-dangerous-autoapprove.js +46 -46
- package/src/shallow-risk/patterns/agent-config-deprecated-keys.js +46 -46
- package/src/shallow-risk/patterns/agent-config-missing-file.js +317 -317
- package/src/shallow-risk/patterns/agent-config-secret-literal.js +49 -49
- package/src/shallow-risk/patterns/agent-config-stack-contradiction.js +34 -34
- package/src/shallow-risk/patterns/hook-script-missing.js +70 -70
- package/src/shallow-risk/patterns/mcp-server-no-allowlist.js +52 -52
- package/src/shallow-risk/shared.js +648 -648
- package/src/source-urls.js +295 -295
- package/src/state-paths.js +85 -85
- package/src/supplemental-checks.js +805 -805
- package/src/telemetry.js +160 -160
- package/src/windsurf/context.js +359 -359
- package/src/windsurf/freshness.js +194 -194
- package/src/windsurf/patch.js +231 -231
- package/src/windsurf/techniques.js +3779 -3779
package/src/locales/en.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
{
|
|
2
|
-
"audit.title": "nerviq audit",
|
|
3
|
-
"audit.quickScan": "nerviq quick scan",
|
|
4
|
-
"audit.codexTitle": "nerviq codex audit",
|
|
5
|
-
"audit.codexQuickScan": "nerviq codex quick scan",
|
|
6
|
-
"audit.scanning": "Scanning: {dir}",
|
|
7
|
-
"audit.platform": "Platform: {platform} ({version})",
|
|
8
|
-
"audit.domainPacks": "Domain packs: {packs}",
|
|
9
|
-
"audit.scope": "Scope: {message}",
|
|
1
|
+
{
|
|
2
|
+
"audit.title": "nerviq audit",
|
|
3
|
+
"audit.quickScan": "nerviq quick scan",
|
|
4
|
+
"audit.codexTitle": "nerviq codex audit",
|
|
5
|
+
"audit.codexQuickScan": "nerviq codex quick scan",
|
|
6
|
+
"audit.scanning": "Scanning: {dir}",
|
|
7
|
+
"audit.platform": "Platform: {platform} ({version})",
|
|
8
|
+
"audit.domainPacks": "Domain packs: {packs}",
|
|
9
|
+
"audit.scope": "Scope: {message}",
|
|
10
10
|
"audit.score": "Live audit score: {score} ({passed}/{total} checks passing)",
|
|
11
|
-
"audit.found": "Found: {files}",
|
|
12
|
-
"audit.excellent": "Excellent setup — production-ready governance",
|
|
13
|
-
"audit.strong": "Strong setup — {count} critical items to address",
|
|
14
|
-
"audit.good": "Good foundation — {count} items need attention",
|
|
15
|
-
"audit.basic": "Basic setup — significant gaps in {category}",
|
|
16
|
-
"audit.early": "Early stage — run `nerviq setup` to bootstrap your config",
|
|
17
|
-
"audit.solid": "Your {platform} setup looks solid.",
|
|
18
|
-
"audit.next": "Next: {command}",
|
|
19
|
-
"audit.quickWins": "Quick wins:",
|
|
20
|
-
"audit.topActions": "Top actions:",
|
|
21
|
-
"audit.platformCaveats": "Platform caveats:",
|
|
22
|
-
"audit.largeFile": "Large file: {file} ({size}KB)",
|
|
23
|
-
"audit.categoryScores": "Category scores:",
|
|
24
|
-
"audit.passed": "Passed",
|
|
25
|
-
"audit.failed": "Failed",
|
|
26
|
-
"audit.skipped": "Skipped",
|
|
27
|
-
"audit.details": "Details:",
|
|
28
|
-
"cli.help.description": "The intelligent governance layer for AI coding agents",
|
|
29
|
-
"cli.help.usage": "Usage: nerviq <command> [options]",
|
|
30
|
-
"cli.help.commands": "Commands:",
|
|
31
|
-
"cli.help.options": "Options:",
|
|
32
|
-
"cli.error.unknownCommand": "Unknown command: {command}",
|
|
33
|
-
"cli.error.requiresValue": "{flag} requires a value"
|
|
34
|
-
}
|
|
11
|
+
"audit.found": "Found: {files}",
|
|
12
|
+
"audit.excellent": "Excellent setup — production-ready governance",
|
|
13
|
+
"audit.strong": "Strong setup — {count} critical items to address",
|
|
14
|
+
"audit.good": "Good foundation — {count} items need attention",
|
|
15
|
+
"audit.basic": "Basic setup — significant gaps in {category}",
|
|
16
|
+
"audit.early": "Early stage — run `nerviq setup` to bootstrap your config",
|
|
17
|
+
"audit.solid": "Your {platform} setup looks solid.",
|
|
18
|
+
"audit.next": "Next: {command}",
|
|
19
|
+
"audit.quickWins": "Quick wins:",
|
|
20
|
+
"audit.topActions": "Top actions:",
|
|
21
|
+
"audit.platformCaveats": "Platform caveats:",
|
|
22
|
+
"audit.largeFile": "Large file: {file} ({size}KB)",
|
|
23
|
+
"audit.categoryScores": "Category scores:",
|
|
24
|
+
"audit.passed": "Passed",
|
|
25
|
+
"audit.failed": "Failed",
|
|
26
|
+
"audit.skipped": "Skipped",
|
|
27
|
+
"audit.details": "Details:",
|
|
28
|
+
"cli.help.description": "The intelligent governance layer for AI coding agents",
|
|
29
|
+
"cli.help.usage": "Usage: nerviq <command> [options]",
|
|
30
|
+
"cli.help.commands": "Commands:",
|
|
31
|
+
"cli.help.options": "Options:",
|
|
32
|
+
"cli.error.unknownCommand": "Unknown command: {command}",
|
|
33
|
+
"cli.error.requiresValue": "{flag} requires a value"
|
|
34
|
+
}
|
package/src/locales/es.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
{
|
|
2
|
-
"audit.title": "nerviq auditoría",
|
|
3
|
-
"audit.quickScan": "nerviq escaneo rápido",
|
|
4
|
-
"audit.codexTitle": "nerviq codex auditoría",
|
|
5
|
-
"audit.codexQuickScan": "nerviq codex escaneo rápido",
|
|
6
|
-
"audit.scanning": "Escaneando: {dir}",
|
|
7
|
-
"audit.platform": "Plataforma: {platform} ({version})",
|
|
8
|
-
"audit.domainPacks": "Paquetes de dominio: {packs}",
|
|
9
|
-
"audit.scope": "Alcance: {message}",
|
|
1
|
+
{
|
|
2
|
+
"audit.title": "nerviq auditoría",
|
|
3
|
+
"audit.quickScan": "nerviq escaneo rápido",
|
|
4
|
+
"audit.codexTitle": "nerviq codex auditoría",
|
|
5
|
+
"audit.codexQuickScan": "nerviq codex escaneo rápido",
|
|
6
|
+
"audit.scanning": "Escaneando: {dir}",
|
|
7
|
+
"audit.platform": "Plataforma: {platform} ({version})",
|
|
8
|
+
"audit.domainPacks": "Paquetes de dominio: {packs}",
|
|
9
|
+
"audit.scope": "Alcance: {message}",
|
|
10
10
|
"audit.score": "Puntuación de auditoría en vivo: {score} ({passed}/{total} verificaciones aprobadas)",
|
|
11
|
-
"audit.found": "Encontrado: {files}",
|
|
12
|
-
"audit.excellent": "Configuración excelente — gobernanza lista para producción",
|
|
13
|
-
"audit.strong": "Configuración sólida — {count} elementos críticos por resolver",
|
|
14
|
-
"audit.good": "Buena base — {count} elementos necesitan atención",
|
|
15
|
-
"audit.basic": "Configuración básica — brechas significativas en {category}",
|
|
16
|
-
"audit.early": "Etapa inicial — ejecuta `nerviq setup` para iniciar tu configuración",
|
|
17
|
-
"audit.solid": "Tu configuración de {platform} se ve sólida.",
|
|
18
|
-
"audit.next": "Siguiente: {command}",
|
|
19
|
-
"audit.quickWins": "Mejoras rápidas:",
|
|
20
|
-
"audit.topActions": "Acciones principales:",
|
|
21
|
-
"audit.platformCaveats": "Advertencias de plataforma:",
|
|
22
|
-
"audit.largeFile": "Archivo grande: {file} ({size}KB)",
|
|
23
|
-
"audit.categoryScores": "Puntuaciones por categoría:",
|
|
24
|
-
"audit.passed": "Aprobado",
|
|
25
|
-
"audit.failed": "Fallido",
|
|
26
|
-
"audit.skipped": "Omitido",
|
|
27
|
-
"audit.details": "Detalles:",
|
|
28
|
-
"cli.help.description": "La capa de gobernanza inteligente para agentes de codificación IA",
|
|
29
|
-
"cli.help.usage": "Uso: nerviq <comando> [opciones]",
|
|
30
|
-
"cli.help.commands": "Comandos:",
|
|
31
|
-
"cli.help.options": "Opciones:",
|
|
32
|
-
"cli.error.unknownCommand": "Comando desconocido: {command}",
|
|
33
|
-
"cli.error.requiresValue": "{flag} requiere un valor"
|
|
34
|
-
}
|
|
11
|
+
"audit.found": "Encontrado: {files}",
|
|
12
|
+
"audit.excellent": "Configuración excelente — gobernanza lista para producción",
|
|
13
|
+
"audit.strong": "Configuración sólida — {count} elementos críticos por resolver",
|
|
14
|
+
"audit.good": "Buena base — {count} elementos necesitan atención",
|
|
15
|
+
"audit.basic": "Configuración básica — brechas significativas en {category}",
|
|
16
|
+
"audit.early": "Etapa inicial — ejecuta `nerviq setup` para iniciar tu configuración",
|
|
17
|
+
"audit.solid": "Tu configuración de {platform} se ve sólida.",
|
|
18
|
+
"audit.next": "Siguiente: {command}",
|
|
19
|
+
"audit.quickWins": "Mejoras rápidas:",
|
|
20
|
+
"audit.topActions": "Acciones principales:",
|
|
21
|
+
"audit.platformCaveats": "Advertencias de plataforma:",
|
|
22
|
+
"audit.largeFile": "Archivo grande: {file} ({size}KB)",
|
|
23
|
+
"audit.categoryScores": "Puntuaciones por categoría:",
|
|
24
|
+
"audit.passed": "Aprobado",
|
|
25
|
+
"audit.failed": "Fallido",
|
|
26
|
+
"audit.skipped": "Omitido",
|
|
27
|
+
"audit.details": "Detalles:",
|
|
28
|
+
"cli.help.description": "La capa de gobernanza inteligente para agentes de codificación IA",
|
|
29
|
+
"cli.help.usage": "Uso: nerviq <comando> [opciones]",
|
|
30
|
+
"cli.help.commands": "Comandos:",
|
|
31
|
+
"cli.help.options": "Opciones:",
|
|
32
|
+
"cli.error.unknownCommand": "Comando desconocido: {command}",
|
|
33
|
+
"cli.error.requiresValue": "{flag} requiere un valor"
|
|
34
|
+
}
|