@saulwade/swl-ses 2.6.1 → 2.8.0
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/CLAUDE.md +14 -2
- package/README.md +65 -18
- package/agentes/_intent-spec.md +73 -73
- package/agentes/_propose-step.md +90 -90
- package/bin/swl-ses.js +10 -0
- package/comandos/swl/brainstorm.md +1 -0
- package/comandos/swl/briefing.md +119 -119
- package/comandos/swl/contribuir.md +233 -233
- package/comandos/swl/deuda-codigo.md +97 -97
- package/comandos/swl/mcp-status.md +1 -0
- package/gateway/lib/event-channel.js +191 -191
- package/habilidades/agent-deep-links/SKILL.md +148 -148
- package/habilidades/backend-async-postgres-testing/SKILL.md +216 -216
- package/habilidades/backend-error-design/SKILL.md +221 -221
- package/habilidades/backend-production-resilience/SKILL.md +288 -288
- package/habilidades/calidad-anti-patrones-universales/SKILL.md +105 -1
- package/habilidades/calidad-contract-testing/SKILL.md +165 -165
- package/habilidades/calidad-mutation-testing/SKILL.md +25 -1
- package/habilidades/checklist-seguridad/recursos/stride-cobertura.md +60 -60
- package/habilidades/ci-cd-pipelines/SKILL.md +5 -1
- package/habilidades/css-moderno/SKILL.md +7 -1
- package/habilidades/diagrama-arquitectura/assets/template.html +276 -276
- package/habilidades/doubt-driven-review/recursos/EXAMPLES.md +130 -130
- package/habilidades/estructura-proyecto-claude/recursos/mcp-json-template.json +57 -57
- package/habilidades/extractor-de-aprendizajes/SKILL.md +5 -1
- package/habilidades/feynman-auditor-swl/recursos/preguntas-language-agnostic.md +108 -108
- package/habilidades/harness-claude-code/SKILL.md +3 -2
- package/habilidades/meta-skills-estandar/recursos/convencion-examples.md +93 -93
- package/habilidades/patrones-python/recursos/patrones-avanzados.md +469 -469
- package/habilidades/perfil-usuario/SKILL.md +200 -200
- package/habilidades/prevencion-sobreingenieria/recursos/EXAMPLES.md +580 -580
- package/habilidades/prevencion-sobreingenieria/recursos/soluciones-nativas.md +166 -166
- package/habilidades/prevencion-sobreingenieria/recursos/variables-residuales-post-refactor.md +85 -85
- package/habilidades/proceso-ddia-streaming/SKILL.md +231 -231
- package/habilidades/proceso-discovery-machote/SKILL.md +157 -157
- package/habilidades/proceso-dynamic-workflows/SKILL.md +60 -0
- package/habilidades/proceso-dynamic-workflows/recursos/template-adversarial-verify.js +65 -65
- package/habilidades/proceso-dynamic-workflows/recursos/template-triage.js +65 -65
- package/habilidades/proceso-intent-engineering/SKILL.md +269 -269
- package/habilidades/proceso-modular-split/SKILL.md +256 -256
- package/habilidades/state-inconsistency-auditor-swl/recursos/coupled-state-patterns.md +147 -147
- package/habilidades/swl-claudemd/recursos/contrato-aprender.md +83 -83
- package/habilidades/swl-claudemd/recursos/duplicacion-reglas-globales.md +85 -85
- package/habilidades/swl-claudemd/recursos/plantillas-init.md +94 -94
- package/habilidades/tdd-workflow/recursos/gherkin-bdd.md +111 -111
- package/hooks/calidad-pre-commit.js +159 -10
- package/hooks/ciclo-evolucion-subagente.js +26 -26
- package/hooks/ciclo-evolucion.js +26 -26
- package/hooks/contexto-subagente.js +68 -68
- package/hooks/lib/auto-consolidator.js +335 -335
- package/hooks/lib/ciclo-evolucion.js +47 -47
- package/hooks/lib/deep-links.js +185 -185
- package/hooks/lib/error-classifier.js +308 -308
- package/hooks/lib/notificacion-formato.js +45 -11
- package/hooks/lib/provenance-tracker.js +191 -191
- package/hooks/lib/raiz-proyecto.js +35 -4
- package/hooks/lib/resource-quota.js +122 -122
- package/hooks/lib/retry-jitter.js +165 -165
- package/hooks/lib/security-net.js +201 -201
- package/hooks/lib/skill-auditor.js +588 -588
- package/hooks/lib/sync-status.js +228 -228
- package/hooks/lib/taint-tracker.js +107 -107
- package/hooks/lib/text-similarity.js +241 -241
- package/hooks/lib/toon-compressor.js +245 -245
- package/hooks/notificacion-telegram.js +5 -11
- package/hooks/session-briefing.js +12 -4
- package/instintos/autonomia.yaml +27 -27
- package/instintos/prompt-appendices.yaml +57 -57
- package/llms.txt +1 -1
- package/manifiestos/agent-output-schemas.json +57 -57
- package/manifiestos/canonical-hashes.json +662 -0
- package/manifiestos/harness-ir.json +47536 -0
- package/manifiestos/hooks-config.json +469 -469
- package/manifiestos/invariantes-criticos.json +30 -30
- package/manifiestos/policy-bundle.json +2065 -0
- package/manifiestos/policy-corpus-w2.json +3926 -0
- package/manifiestos/runtime-adapters-core3.json +208 -0
- package/manifiestos/runtime-conformance.json +139 -0
- package/manifiestos/skills-lock.json +43 -43
- package/package.json +2 -2
- package/plantillas/auditor-veto-template.md +105 -105
- package/plantillas/github-workflows/release-please.yml +44 -44
- package/plantillas/github-workflows/swl-ci.yml +107 -107
- package/plantillas/github-workflows/swl-security.yml +51 -51
- package/plugin.json +2 -2
- package/reglas/accesibilidad.md +10 -10
- package/reglas/auditorias-documentales-estructurales.md +7 -7
- package/reglas/cloud-infra.md +8 -8
- package/reglas/consultar-vault-primero.md +195 -195
- package/reglas/git-workflow.md +1 -0
- package/reglas/hooks.md +6 -6
- package/reglas/intent-engineering.md +218 -218
- package/reglas/markitdown.md +8 -8
- package/reglas/monitor-ci.md +12 -0
- package/reglas/patrones.md +6 -6
- package/reglas/testing.md +7 -7
- package/reglas/tests-cleanup.md +224 -224
- package/schemas/agent-message.schema.json +73 -73
- package/schemas/agent-output-implementacion.schema.json +114 -114
- package/schemas/agent-output-planificacion.schema.json +150 -150
- package/schemas/agent-output-review.schema.json +98 -98
- package/schemas/diary-entry.schema.json +112 -112
- package/schemas/gate-state.schema.json +76 -0
- package/schemas/harness-ir.schema.json +369 -0
- package/schemas/hook-profiles.schema.json +54 -54
- package/schemas/hooks-config.schema.json +89 -89
- package/schemas/legacy-gates.schema.json +45 -0
- package/schemas/modulos.schema.json +38 -38
- package/schemas/perfiles.schema.json +36 -36
- package/schemas/plugin.schema.json +77 -77
- package/schemas/policy-bundle.schema.json +140 -0
- package/schemas/policy-enforcement.schema.json +117 -0
- package/schemas/policy-operation.schema.json +261 -0
- package/schemas/runtime-adapter.schema.json +176 -0
- package/schemas/runtime-build-attestation.schema.json +100 -0
- package/schemas/runtime-conformance.schema.json +239 -0
- package/schemas/runtime-diagnostic.schema.json +395 -0
- package/schemas/skill-evals.schema.json +119 -119
- package/schemas/skill-frontmatter.schema.json +245 -245
- package/schemas/w4-certification-request.schema.json +72 -0
- package/schemas/w4-certification-verdict.schema.json +224 -0
- package/schemas/w4-corpus.schema.json +172 -0
- package/schemas/w4-mutation-report.schema.json +116 -0
- package/schemas/w4-replay-result.schema.json +164 -0
- package/schemas/w4-scoring-report.schema.json +89 -0
- package/scripts/audit-tools/audit-history.js +330 -330
- package/scripts/audit-tools/bundle-tracker.js +290 -290
- package/scripts/audit-tools/canary-monitor.js +352 -352
- package/scripts/audit-tools/code-profiler.js +605 -605
- package/scripts/audit-tools/dep-doctor.js +320 -320
- package/scripts/audit-tools/env-validator.js +206 -206
- package/scripts/audit-tools/lib/fs-walk.js +48 -48
- package/scripts/audit-tools/lib/output.js +23 -23
- package/scripts/audit-tools/migration-checker.js +392 -392
- package/scripts/audit-tools/pentest-scanner.js +1436 -1436
- package/scripts/bootstrap-instintos.js +3 -0
- package/scripts/cli/aprobar-plan.js +73 -73
- package/scripts/cli/briefing.js +23 -23
- package/scripts/cli/ciclo-evolucion.js +26 -26
- package/scripts/cli/derivar-feature-list.js +25 -25
- package/scripts/cli/detectar-host.js +27 -27
- package/scripts/cli/diary-entry.js +69 -69
- package/scripts/cli/execution-state.js +18 -18
- package/scripts/cli/gateway-notify.js +41 -41
- package/scripts/cli/liberar-fase.js +42 -42
- package/scripts/cli/mark-evolved.js +56 -56
- package/scripts/cli/metricas-dora.js +26 -26
- package/scripts/cli/near-duplicate.js +55 -55
- package/scripts/cli/notificaciones.js +123 -123
- package/scripts/cli/propose-step.js +29 -29
- package/scripts/cli/schedule-parse.js +19 -19
- package/scripts/cli/sugerir-modelo.js +20 -20
- package/scripts/cli/verificar-plan.js +36 -36
- package/scripts/cli/verificar-trazabilidad.js +35 -35
- package/scripts/comandos/install-asistido.js +8 -7
- package/scripts/configurar-branch-protection.js +418 -418
- package/scripts/detectar-aprendizajes-duplicados.js +151 -151
- package/scripts/doctor.js +61 -36
- package/scripts/generar-checklists-consolidados.js +273 -273
- package/scripts/generar-claims-runtime.js +1342 -0
- package/scripts/generar-harness-ir.js +257 -0
- package/scripts/generar-inventario.js +52 -54
- package/scripts/generar-policy-bundle.js +202 -0
- package/scripts/instalador.js +26 -7
- package/scripts/lib/approval-receipts.js +190 -0
- package/scripts/lib/artefactos-python.js +43 -43
- package/scripts/lib/benchmark-metrics.js +160 -160
- package/scripts/lib/budget-enforcer.js +252 -252
- package/scripts/lib/certificacion-loop-state.js +421 -0
- package/scripts/lib/ci-reader.js +193 -193
- package/scripts/lib/ciclo-autonomo/yaml-instintos.js +56 -0
- package/scripts/lib/clasificar-directorio.js +92 -0
- package/scripts/lib/contadores-inventario.js +217 -217
- package/scripts/lib/detectar-host-swl.js +175 -175
- package/scripts/lib/detectar-runtime.js +29 -20
- package/scripts/lib/detectar-stack-detallado.js +307 -307
- package/scripts/lib/detector-autoduplicacion-intra-archivo.js +234 -234
- package/scripts/lib/detector-reglas-duplicadas.js +220 -220
- package/scripts/lib/eval-metrics-store.js +218 -218
- package/scripts/lib/eval-quality.js +171 -171
- package/scripts/lib/eval-schemas.js +144 -144
- package/scripts/lib/eval-self-correct.js +106 -106
- package/scripts/lib/eval-validator.js +185 -185
- package/scripts/lib/evidence-verifier.js +192 -0
- package/scripts/lib/evidencia-release.js +322 -322
- package/scripts/lib/frontmatter-canonico.js +509 -0
- package/scripts/lib/gate-engine.js +871 -0
- package/scripts/lib/gate-hooks-requires.js +249 -249
- package/scripts/lib/gate-licencias.js +212 -212
- package/scripts/lib/git-config-preflight.js +48 -0
- package/scripts/lib/git-metricas.js +257 -257
- package/scripts/lib/harness-ir.js +778 -0
- package/scripts/lib/harness-source-snapshot.js +309 -0
- package/scripts/lib/integrity-ledger.js +1147 -0
- package/scripts/lib/jaccard-similarity.js +98 -98
- package/scripts/lib/legacy-gate-migration.js +324 -0
- package/scripts/lib/limpiar-basura-global.js +45 -2
- package/scripts/lib/longmemeval-runner.js +125 -125
- package/scripts/lib/metricas-dora.js +204 -204
- package/scripts/lib/notificaciones-telegram.js +1 -0
- package/scripts/lib/npm-version.js +1 -0
- package/scripts/lib/paquetes-conocidos.js +50 -50
- package/scripts/lib/plan-lock.js +61 -13
- package/scripts/lib/policy-broker.js +338 -0
- package/scripts/lib/policy-bundle.js +342 -0
- package/scripts/lib/policy-context-provider.js +310 -0
- package/scripts/lib/policy-contract.js +479 -0
- package/scripts/lib/policy-verifier-utils.js +65 -0
- package/scripts/lib/pr-analyzer.js +399 -399
- package/scripts/lib/principal-verifier.js +178 -0
- package/scripts/lib/prompt-builder.js +264 -264
- package/scripts/lib/resolver-plan-fase.js +37 -37
- package/scripts/lib/rrf-fusion.js +175 -175
- package/scripts/lib/runtime-adapter-contract.js +267 -0
- package/scripts/lib/runtime-artifact-verifier.js +426 -0
- package/scripts/lib/runtime-build-attestation.js +127 -0
- package/scripts/lib/runtime-bundle-installer.js +586 -0
- package/scripts/lib/runtime-compiler.js +327 -0
- package/scripts/lib/runtime-conformance.js +202 -0
- package/scripts/lib/runtime-doctor-core3.js +567 -0
- package/scripts/lib/runtime-doctor-input.js +59 -0
- package/scripts/lib/runtime-operation-adapter.js +267 -0
- package/scripts/lib/schema-version.js +164 -164
- package/scripts/lib/semantic-search.js +252 -252
- package/scripts/lib/signed-envelope.js +545 -0
- package/scripts/lib/single-use-store.js +359 -0
- package/scripts/lib/skills-externas.js +31 -0
- package/scripts/lib/transformadores/codex.js +15 -8
- package/scripts/lib/transformadores/gemini.js +79 -5
- package/scripts/lib/w4-attestation-adapter.js +158 -0
- package/scripts/lib/w4-canario.js +337 -0
- package/scripts/lib/w4-claims.js +182 -0
- package/scripts/lib/w4-corpus-generador.js +542 -0
- package/scripts/lib/w4-gate-c5.js +115 -0
- package/scripts/lib/w4-harness-bajo-prueba.js +155 -0
- package/scripts/lib/w4-matriz-combos.js +55 -0
- package/scripts/lib/w4-motor-mutacion.js +1348 -0
- package/scripts/lib/w4-motor-replay.js +735 -0
- package/scripts/lib/w4-pin-origen.js +54 -0
- package/scripts/lib/w4-publicar-request.js +132 -0
- package/scripts/lib/w4-revocacion.js +62 -0
- package/scripts/lib/w4-runtimes-core3.js +38 -0
- package/scripts/lib/w4-scorer-certificacion.js +692 -0
- package/scripts/lib/w4-superficie-candidato.js +49 -0
- package/scripts/lib/w4-veredicto.js +452 -0
- package/scripts/lib/w4-verificar-veredicto.js +302 -0
- package/scripts/limpiar-artefactos-python.js +131 -131
- package/scripts/migrar-csv-a-array.js +168 -168
- package/scripts/migrar-fase-dominio.js +200 -200
- package/scripts/migrar-gates-legacy.js +108 -0
- package/scripts/publicar-certification-request.js +115 -0
- package/scripts/runtime-doctor.js +107 -0
- package/scripts/tui/componentes/selector-multi.js +189 -189
- package/scripts/tui/componentes/selector-unico.js +158 -158
- package/scripts/tui/ejecutores.js +375 -375
- package/scripts/tui/lib/colores.js +129 -129
- package/scripts/tui/lib/render.js +264 -264
- package/scripts/tui/lib/teclas.js +113 -113
- package/scripts/tui/pantallas/install-wizard.js +12 -7
- package/scripts/tui/pantallas/menu-principal.js +52 -52
- package/scripts/tui/pantallas/progreso.js +274 -274
- package/scripts/tui/pantallas/resumen.js +132 -132
- package/scripts/validar-userland-vacio.js +110 -110
- package/scripts/verificar-aislamiento-swl-eval.js +87 -0
- package/scripts/verificar-empaquetado-downstream.js +375 -0
- package/scripts/verificar-loop-constructor.js +215 -0
- package/scripts/verificar-trazabilidad.js +13 -6
- package/scripts/verificar-veredicto-real.js +84 -0
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://swl-ses.dev/schemas/w4-certification-verdict.schema.json",
|
|
4
|
+
"title": "SWL W4 CertificationVerdict (ADR-0053 § Contrato swl-ses <-> swl-eval, F32/T-06)",
|
|
5
|
+
"$comment": "Schema de validación interna consumido sólo por scripts/lib/w4-veredicto.js, scripts/lib/w4-verificar-veredicto.js y sus tests (excepción documentada de reglas/registro-componentes-nuevos.md § Excepciones — no se distribuye como módulo instalable ni se expone directamente a usuarios). Define el CertificationVerdict sanitizado que swl-eval emite hacia swl-ses: nunca el payload crudo del corpus, nunca PII, nunca tokens. $defs.sha256/gitSha/identifier/matrixEntry están duplicados intencionalmente de schemas/w4-certification-request.schema.json; $defs.dimensionName de scripts/lib/w4-scorer-certificacion.js#NOMBRES_DIMENSIONES; $defs.category de schemas/w4-corpus.schema.json#/properties/categories/const — la prueba de no-drift vive en tests/lib/w4-veredicto.test.js.",
|
|
6
|
+
"x-swl-officialValidator": {
|
|
7
|
+
"module": "scripts/lib/w4-veredicto.js",
|
|
8
|
+
"function": "validateCertificationVerdict",
|
|
9
|
+
"mandatory": true,
|
|
10
|
+
"runtimeOnlyChecks": [
|
|
11
|
+
"dimensiones-cubre-las-6-de-adr-0050-sin-duplicados-ni-faltantes",
|
|
12
|
+
"metaslo-dimension-es-literal-meta-SLO",
|
|
13
|
+
"firma-dev-nota-es-constante-fija",
|
|
14
|
+
"corpusagregados-pass-mas-fail-igual-totalcasos",
|
|
15
|
+
"corpusagregados-porcategoria-claves-subconjunto-de-categorias-conocidas",
|
|
16
|
+
"failures-dimension-enum-de-las-6-sin-meta-slo"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"type": "object",
|
|
20
|
+
"additionalProperties": false,
|
|
21
|
+
"required": [
|
|
22
|
+
"kind", "schemaVersion", "runId", "request", "certifica", "dimensiones",
|
|
23
|
+
"metaSlo", "metadata", "corpusAgregados", "failures", "firma", "emitidoEn"
|
|
24
|
+
],
|
|
25
|
+
"properties": {
|
|
26
|
+
"kind": { "const": "swl-certification-verdict" },
|
|
27
|
+
"schemaVersion": { "const": "1.0.0" },
|
|
28
|
+
"runId": { "$ref": "#/$defs/identifier" },
|
|
29
|
+
"request": {
|
|
30
|
+
"type": "object",
|
|
31
|
+
"additionalProperties": false,
|
|
32
|
+
"required": ["commit", "tarballDigest", "matrix"],
|
|
33
|
+
"properties": {
|
|
34
|
+
"commit": { "$ref": "#/$defs/gitSha" },
|
|
35
|
+
"tarballDigest": { "$ref": "#/$defs/sha256" },
|
|
36
|
+
"matrix": {
|
|
37
|
+
"type": "array",
|
|
38
|
+
"minItems": 1,
|
|
39
|
+
"uniqueItems": true,
|
|
40
|
+
"items": { "$ref": "#/$defs/matrixEntry" }
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"certifica": { "type": "boolean" },
|
|
45
|
+
"dimensiones": {
|
|
46
|
+
"type": "array",
|
|
47
|
+
"minItems": 6,
|
|
48
|
+
"maxItems": 6,
|
|
49
|
+
"items": { "$ref": "#/$defs/dimensionVerdict" }
|
|
50
|
+
},
|
|
51
|
+
"metaSlo": { "$ref": "#/$defs/metaSloVerdict" },
|
|
52
|
+
"metadata": { "$ref": "#/$defs/metadata" },
|
|
53
|
+
"corpusAgregados": { "$ref": "#/$defs/corpusAgregados" },
|
|
54
|
+
"failures": {
|
|
55
|
+
"type": "array",
|
|
56
|
+
"items": { "$ref": "#/$defs/failureEntry" }
|
|
57
|
+
},
|
|
58
|
+
"firma": { "$ref": "#/$defs/firma" },
|
|
59
|
+
"emitidoEn": { "$ref": "#/$defs/timestampIso" }
|
|
60
|
+
},
|
|
61
|
+
"$defs": {
|
|
62
|
+
"sha256": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
63
|
+
"gitSha": { "type": "string", "pattern": "^[a-f0-9]{40}$" },
|
|
64
|
+
"identifier": { "type": "string", "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]{0,127}$" },
|
|
65
|
+
"timestampIso": {
|
|
66
|
+
"type": "string",
|
|
67
|
+
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$"
|
|
68
|
+
},
|
|
69
|
+
"runtime": {
|
|
70
|
+
"$comment": "Duplicado de w4-certification-request.schema.json#/$defs/runtime (Core-3).",
|
|
71
|
+
"enum": ["claude-code", "codex-cli", "gemini-cli"]
|
|
72
|
+
},
|
|
73
|
+
"os": {
|
|
74
|
+
"$comment": "Duplicado de w4-certification-request.schema.json#/$defs/os.",
|
|
75
|
+
"enum": ["win32", "linux", "darwin"]
|
|
76
|
+
},
|
|
77
|
+
"matrixEntry": {
|
|
78
|
+
"type": "object",
|
|
79
|
+
"additionalProperties": false,
|
|
80
|
+
"required": ["runtime", "os", "model"],
|
|
81
|
+
"properties": {
|
|
82
|
+
"runtime": { "$ref": "#/$defs/runtime" },
|
|
83
|
+
"os": { "$ref": "#/$defs/os" },
|
|
84
|
+
"model": { "$ref": "#/$defs/identifier" }
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"dimensionName": {
|
|
88
|
+
"$comment": "Duplicado de scripts/lib/w4-scorer-certificacion.js#NOMBRES_DIMENSIONES (orden canónico de ADR-0050, sin meta-SLO).",
|
|
89
|
+
"enum": [
|
|
90
|
+
"Inteligencia operacional", "Autonomía efectiva", "Enforcement de gates",
|
|
91
|
+
"Seguridad del harness", "Confiabilidad cross-runtime", "Runtime individual"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"category": {
|
|
95
|
+
"$comment": "Duplicado de schemas/w4-corpus.schema.json#/properties/categories/const (scripts/lib/w4-corpus-generador.js#CATEGORIAS).",
|
|
96
|
+
"enum": [
|
|
97
|
+
"herramientas-nativas", "escritura-shell", "secretos-fragmentados", "traversal",
|
|
98
|
+
"symlinks", "rutas-unc", "unicode-confusable", "approvals-reutilizadas",
|
|
99
|
+
"planes-alterados", "escalacion-subagente", "contaminacion-memoria", "fallos-escritura"
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
"medidoValue": {
|
|
103
|
+
"$comment": "C5: sanitización enforzada por schema, no sólo por el emisor — 'medido' nunca transporta strings, booleanos crudos ni arreglos; sólo un número, null (sin medición), o un mapa plano de claves a números (scripts/lib/w4-veredicto.js#aplanarMedido).",
|
|
104
|
+
"oneOf": [
|
|
105
|
+
{ "type": "number" },
|
|
106
|
+
{ "type": "null" },
|
|
107
|
+
{ "type": "object", "additionalProperties": { "type": "number" } }
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"dimensionVerdict": {
|
|
111
|
+
"type": "object",
|
|
112
|
+
"additionalProperties": false,
|
|
113
|
+
"required": ["dimension", "slo", "medido", "pass"],
|
|
114
|
+
"properties": {
|
|
115
|
+
"dimension": { "$ref": "#/$defs/dimensionName" },
|
|
116
|
+
"slo": { "type": "string", "minLength": 1 },
|
|
117
|
+
"medido": { "$ref": "#/$defs/medidoValue" },
|
|
118
|
+
"pass": { "type": "boolean" }
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"metaSloVerdict": {
|
|
122
|
+
"type": "object",
|
|
123
|
+
"additionalProperties": false,
|
|
124
|
+
"required": ["dimension", "slo", "medido", "pass"],
|
|
125
|
+
"properties": {
|
|
126
|
+
"dimension": { "const": "meta-SLO" },
|
|
127
|
+
"slo": { "type": "string", "minLength": 1 },
|
|
128
|
+
"medido": { "$ref": "#/$defs/medidoValue" },
|
|
129
|
+
"pass": { "type": "boolean" }
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"scalarMap": {
|
|
133
|
+
"$comment": "C5/metadata 'solo escalares': jamás un sub-objeto ni un arreglo.",
|
|
134
|
+
"type": ["object", "null"],
|
|
135
|
+
"additionalProperties": { "type": ["number", "boolean", "string"] }
|
|
136
|
+
},
|
|
137
|
+
"metadata": {
|
|
138
|
+
"type": "object",
|
|
139
|
+
"additionalProperties": false,
|
|
140
|
+
"required": ["cobertura", "mutation", "cve", "rollback"],
|
|
141
|
+
"properties": {
|
|
142
|
+
"cobertura": { "$ref": "#/$defs/scalarMap" },
|
|
143
|
+
"mutation": { "$ref": "#/$defs/scalarMap" },
|
|
144
|
+
"cve": { "$ref": "#/$defs/scalarMap" },
|
|
145
|
+
"rollback": { "$ref": "#/$defs/scalarMap" }
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"categoryAgg": {
|
|
149
|
+
"type": "object",
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"required": ["total", "fail"],
|
|
152
|
+
"properties": {
|
|
153
|
+
"total": { "type": "integer", "minimum": 0 },
|
|
154
|
+
"fail": { "type": "integer", "minimum": 0 }
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"corpusAgregados": {
|
|
158
|
+
"type": "object",
|
|
159
|
+
"additionalProperties": false,
|
|
160
|
+
"required": [
|
|
161
|
+
"totalCasos", "selladosHumano", "mutationsTotal", "promptInjectionsTotal",
|
|
162
|
+
"pass", "fail", "porCategoria"
|
|
163
|
+
],
|
|
164
|
+
"properties": {
|
|
165
|
+
"totalCasos": { "type": "integer", "minimum": 0 },
|
|
166
|
+
"selladosHumano": { "type": "integer", "minimum": 0 },
|
|
167
|
+
"mutationsTotal": { "type": "integer", "minimum": 0 },
|
|
168
|
+
"promptInjectionsTotal": { "type": "integer", "minimum": 0 },
|
|
169
|
+
"pass": { "type": "integer", "minimum": 0 },
|
|
170
|
+
"fail": { "type": "integer", "minimum": 0 },
|
|
171
|
+
"porCategoria": {
|
|
172
|
+
"type": "object",
|
|
173
|
+
"propertyNames": { "$ref": "#/$defs/category" },
|
|
174
|
+
"additionalProperties": { "$ref": "#/$defs/categoryAgg" }
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"failureEntry": {
|
|
179
|
+
"type": "object",
|
|
180
|
+
"additionalProperties": false,
|
|
181
|
+
"required": ["casoId", "categoria", "dimension"],
|
|
182
|
+
"properties": {
|
|
183
|
+
"casoId": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"pattern": "^(?:mutation|injection)-[a-z][a-z-]*-[0-9]{6}$"
|
|
186
|
+
},
|
|
187
|
+
"categoria": { "$ref": "#/$defs/category" },
|
|
188
|
+
"dimension": { "$ref": "#/$defs/dimensionName" }
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"firmaDev": {
|
|
192
|
+
"type": "object",
|
|
193
|
+
"additionalProperties": false,
|
|
194
|
+
"required": ["modo", "tipo", "nota"],
|
|
195
|
+
"properties": {
|
|
196
|
+
"modo": { "const": "dev" },
|
|
197
|
+
"tipo": { "const": "no-certificante" },
|
|
198
|
+
"nota": {
|
|
199
|
+
"const": "verificador dev, adaptador de attestation simulado — este veredicto nunca certifica ni implica origen verificado (ADR-0053 C6)"
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"firmaReal": {
|
|
204
|
+
"type": "object",
|
|
205
|
+
"additionalProperties": false,
|
|
206
|
+
"required": ["modo", "tipo", "bundleDigest"],
|
|
207
|
+
"properties": {
|
|
208
|
+
"modo": { "const": "real" },
|
|
209
|
+
"tipo": { "const": "certificante" },
|
|
210
|
+
"bundleDigest": { "$ref": "#/$defs/sha256" }
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"firma": {
|
|
214
|
+
"$comment": "C6: discriminado por 'modo' con if/then/else — dev y real son shapes mutuamente excluyentes.",
|
|
215
|
+
"if": {
|
|
216
|
+
"type": "object",
|
|
217
|
+
"properties": { "modo": { "const": "dev" } },
|
|
218
|
+
"required": ["modo"]
|
|
219
|
+
},
|
|
220
|
+
"then": { "$ref": "#/$defs/firmaDev" },
|
|
221
|
+
"else": { "$ref": "#/$defs/firmaReal" }
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://swl-ses.dev/schemas/w4-corpus.schema.json",
|
|
4
|
+
"title": "SWL W4 Adversarial Corpus (modo dev)",
|
|
5
|
+
"$comment": "Schema de validación interna consumido sólo por scripts/lib/w4-corpus-generador.js y sus tests (excepción documentada de reglas/registro-componentes-nuevos.md § Excepciones — no se distribuye como módulo instalable ni se expone directamente a usuarios). Define el corpus adversarial determinista por semilla de F32/T-02 (ADR-0050 § corpus adversarial, ADR-0053 § Decisión pieza 2). generator.seedProvenance sólo acepta 'public-dev' en schemaVersion 1.0.0: este documento NUNCA es el corpus de certificación (ese es T-03, cifrado en reposo con semilla/casos sellados como *environment secret*). $defs.runtime/os/identifier/sha256/matrixEntry están duplicados intencionalmente de schemas/w4-certification-request.schema.json y $defs.capability de schemas/policy-operation.schema.json (mismo patrón ya usado entre esos dos schemas hermanos) — la prueba de no-drift vive en tests/lib/w4-corpus-generador.test.js.",
|
|
6
|
+
"x-swl-officialValidator": {
|
|
7
|
+
"module": "scripts/lib/w4-corpus-generador.js",
|
|
8
|
+
"function": "validateCorpus",
|
|
9
|
+
"mandatory": true,
|
|
10
|
+
"runtimeOnlyChecks": [
|
|
11
|
+
"caseid-category-consistency",
|
|
12
|
+
"streamindex-strictly-increasing",
|
|
13
|
+
"category-coverage-both-arrays",
|
|
14
|
+
"counts-match-arrays"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"type": "object",
|
|
18
|
+
"additionalProperties": false,
|
|
19
|
+
"required": [
|
|
20
|
+
"kind", "schemaVersion", "generator", "matrixEntry", "counts",
|
|
21
|
+
"categories", "mutations", "promptInjections"
|
|
22
|
+
],
|
|
23
|
+
"properties": {
|
|
24
|
+
"kind": { "const": "swl-adversarial-corpus" },
|
|
25
|
+
"schemaVersion": { "const": "1.0.0" },
|
|
26
|
+
"generator": { "$ref": "#/$defs/generator" },
|
|
27
|
+
"matrixEntry": { "$ref": "#/$defs/matrixEntry" },
|
|
28
|
+
"counts": { "$ref": "#/$defs/counts" },
|
|
29
|
+
"categories": {
|
|
30
|
+
"const": [
|
|
31
|
+
"herramientas-nativas", "escritura-shell", "secretos-fragmentados", "traversal",
|
|
32
|
+
"symlinks", "rutas-unc", "unicode-confusable", "approvals-reutilizadas",
|
|
33
|
+
"planes-alterados", "escalacion-subagente", "contaminacion-memoria", "fallos-escritura"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"mutations": {
|
|
37
|
+
"type": "array",
|
|
38
|
+
"minItems": 500,
|
|
39
|
+
"uniqueItems": true,
|
|
40
|
+
"items": { "$ref": "#/$defs/mutationCase" }
|
|
41
|
+
},
|
|
42
|
+
"promptInjections": {
|
|
43
|
+
"type": "array",
|
|
44
|
+
"minItems": 1000,
|
|
45
|
+
"uniqueItems": true,
|
|
46
|
+
"items": { "$ref": "#/$defs/promptInjectionCase" }
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"$defs": {
|
|
50
|
+
"sha256": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
51
|
+
"identifier": { "type": "string", "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]{0,127}$" },
|
|
52
|
+
"runtime": {
|
|
53
|
+
"$comment": "Duplicado de w4-certification-request.schema.json#/$defs/runtime (Core-3).",
|
|
54
|
+
"enum": ["claude-code", "codex-cli", "gemini-cli"]
|
|
55
|
+
},
|
|
56
|
+
"os": {
|
|
57
|
+
"$comment": "Duplicado de w4-certification-request.schema.json#/$defs/os.",
|
|
58
|
+
"enum": ["win32", "linux", "darwin"]
|
|
59
|
+
},
|
|
60
|
+
"capability": {
|
|
61
|
+
"$comment": "Duplicado de policy-operation.schema.json#/$defs/capability.",
|
|
62
|
+
"enum": [
|
|
63
|
+
"delegate", "filesystem.mutate", "filesystem.read", "memory.read",
|
|
64
|
+
"memory.write", "network.access", "shell.exec", "skill.invoke"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"matrixEntry": {
|
|
68
|
+
"type": "object",
|
|
69
|
+
"additionalProperties": false,
|
|
70
|
+
"required": ["runtime", "os", "model"],
|
|
71
|
+
"properties": {
|
|
72
|
+
"runtime": { "$ref": "#/$defs/runtime" },
|
|
73
|
+
"os": { "$ref": "#/$defs/os" },
|
|
74
|
+
"model": { "$ref": "#/$defs/identifier" }
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"category": {
|
|
78
|
+
"enum": [
|
|
79
|
+
"herramientas-nativas", "escritura-shell", "secretos-fragmentados", "traversal",
|
|
80
|
+
"symlinks", "rutas-unc", "unicode-confusable", "approvals-reutilizadas",
|
|
81
|
+
"planes-alterados", "escalacion-subagente", "contaminacion-memoria", "fallos-escritura"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"mutatedField": {
|
|
85
|
+
"enum": [
|
|
86
|
+
"capability", "cwd", "effect.absolutePath", "effect.argv",
|
|
87
|
+
"effect.namespace", "operationId", "payloadDigest", "taskId"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"adversarialString": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"minLength": 1,
|
|
93
|
+
"maxLength": 4096,
|
|
94
|
+
"pattern": "^(?!.*[\\u0000-\\u001f\\u007f\\u200b-\\u200d\\u202a-\\u202e\\u2060\\u2066-\\u2069]).+$"
|
|
95
|
+
},
|
|
96
|
+
"generator": {
|
|
97
|
+
"type": "object",
|
|
98
|
+
"additionalProperties": false,
|
|
99
|
+
"required": ["algorithm", "seedFingerprint", "seedProvenance"],
|
|
100
|
+
"properties": {
|
|
101
|
+
"algorithm": { "const": "hmac-sha256-ctr" },
|
|
102
|
+
"seedFingerprint": { "$ref": "#/$defs/sha256" },
|
|
103
|
+
"seedProvenance": { "const": "public-dev" }
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"categoryCount": {
|
|
107
|
+
"type": "object",
|
|
108
|
+
"additionalProperties": false,
|
|
109
|
+
"required": ["mutations", "promptInjections"],
|
|
110
|
+
"properties": {
|
|
111
|
+
"mutations": { "type": "integer", "minimum": 1 },
|
|
112
|
+
"promptInjections": { "type": "integer", "minimum": 1 }
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"counts": {
|
|
116
|
+
"type": "object",
|
|
117
|
+
"additionalProperties": false,
|
|
118
|
+
"required": ["mutations", "promptInjections", "byCategory"],
|
|
119
|
+
"properties": {
|
|
120
|
+
"mutations": { "type": "integer", "minimum": 500 },
|
|
121
|
+
"promptInjections": { "type": "integer", "minimum": 1000 },
|
|
122
|
+
"byCategory": {
|
|
123
|
+
"type": "object",
|
|
124
|
+
"additionalProperties": false,
|
|
125
|
+
"required": [
|
|
126
|
+
"herramientas-nativas", "escritura-shell", "secretos-fragmentados", "traversal",
|
|
127
|
+
"symlinks", "rutas-unc", "unicode-confusable", "approvals-reutilizadas",
|
|
128
|
+
"planes-alterados", "escalacion-subagente", "contaminacion-memoria", "fallos-escritura"
|
|
129
|
+
],
|
|
130
|
+
"properties": {
|
|
131
|
+
"herramientas-nativas": { "$ref": "#/$defs/categoryCount" },
|
|
132
|
+
"escritura-shell": { "$ref": "#/$defs/categoryCount" },
|
|
133
|
+
"secretos-fragmentados": { "$ref": "#/$defs/categoryCount" },
|
|
134
|
+
"traversal": { "$ref": "#/$defs/categoryCount" },
|
|
135
|
+
"symlinks": { "$ref": "#/$defs/categoryCount" },
|
|
136
|
+
"rutas-unc": { "$ref": "#/$defs/categoryCount" },
|
|
137
|
+
"unicode-confusable": { "$ref": "#/$defs/categoryCount" },
|
|
138
|
+
"approvals-reutilizadas": { "$ref": "#/$defs/categoryCount" },
|
|
139
|
+
"planes-alterados": { "$ref": "#/$defs/categoryCount" },
|
|
140
|
+
"escalacion-subagente": { "$ref": "#/$defs/categoryCount" },
|
|
141
|
+
"contaminacion-memoria": { "$ref": "#/$defs/categoryCount" },
|
|
142
|
+
"fallos-escritura": { "$ref": "#/$defs/categoryCount" }
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"mutationCase": {
|
|
148
|
+
"type": "object",
|
|
149
|
+
"additionalProperties": false,
|
|
150
|
+
"required": ["caseId", "category", "streamIndex", "targetCapability", "mutatedField", "mutatedValue"],
|
|
151
|
+
"properties": {
|
|
152
|
+
"caseId": { "type": "string", "pattern": "^mutation-[a-z][a-z-]*-[0-9]{6}$" },
|
|
153
|
+
"category": { "$ref": "#/$defs/category" },
|
|
154
|
+
"streamIndex": { "type": "integer", "minimum": 0 },
|
|
155
|
+
"targetCapability": { "$ref": "#/$defs/capability" },
|
|
156
|
+
"mutatedField": { "$ref": "#/$defs/mutatedField" },
|
|
157
|
+
"mutatedValue": { "$ref": "#/$defs/adversarialString" }
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"promptInjectionCase": {
|
|
161
|
+
"type": "object",
|
|
162
|
+
"additionalProperties": false,
|
|
163
|
+
"required": ["caseId", "category", "streamIndex", "text"],
|
|
164
|
+
"properties": {
|
|
165
|
+
"caseId": { "type": "string", "pattern": "^injection-[a-z][a-z-]*-[0-9]{6}$" },
|
|
166
|
+
"category": { "$ref": "#/$defs/category" },
|
|
167
|
+
"streamIndex": { "type": "integer", "minimum": 0 },
|
|
168
|
+
"text": { "$ref": "#/$defs/adversarialString" }
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://swl-ses.dev/schemas/w4-mutation-report.schema.json",
|
|
4
|
+
"title": "SWL W4 Mutation Report (motor de mutation testing, F32/T-07)",
|
|
5
|
+
"$comment": "Schema de validación interna consumido sólo por scripts/lib/w4-motor-mutacion.js y sus tests (excepción documentada de reglas/registro-componentes-nuevos.md § Excepciones — no se distribuye como módulo instalable ni se expone directamente a usuarios). Define el MutationReport que produce ejecutarMutationTesting() al aplicar los 5 operadores de mutación de texto (M1-M5) sobre los 20 módulos críticos de swl-ses (kernel W2 de F29/F30 + los 7 de F31) y correr sus tests reales contra cada mutante (ADR-0050 § 'mutation score de al menos 90%, con 100% de mutantes críticos eliminados'; REQ-32-07). El validador oficial es validateMutationReport en scripts/lib/w4-motor-mutacion.js — recomputa global/porModulo/criticos desde mutantes[] y rechaza cualquier discrepancia.",
|
|
6
|
+
"x-swl-officialValidator": {
|
|
7
|
+
"module": "scripts/lib/w4-motor-mutacion.js",
|
|
8
|
+
"function": "validateMutationReport",
|
|
9
|
+
"mandatory": true,
|
|
10
|
+
"runtimeOnlyChecks": [
|
|
11
|
+
"global-matches-mutantes",
|
|
12
|
+
"por-modulo-matches-mutantes",
|
|
13
|
+
"scores-recomputed-match",
|
|
14
|
+
"m5-siempre-critico",
|
|
15
|
+
"muerto-sin-evidencia-invalido",
|
|
16
|
+
"sobreviviente-con-evidencia-invalido"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"type": "object",
|
|
20
|
+
"additionalProperties": false,
|
|
21
|
+
"required": ["kind", "schemaVersion", "generatedAt", "global", "porModulo", "mutantes"],
|
|
22
|
+
"properties": {
|
|
23
|
+
"kind": { "const": "swl-mutation-report" },
|
|
24
|
+
"schemaVersion": { "const": "1.0.0" },
|
|
25
|
+
"generatedAt": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"format": "date-time",
|
|
28
|
+
"description": "Informativo — NUNCA parte de la comparación de reproducibilidad (esa excluye este campo explícitamente)."
|
|
29
|
+
},
|
|
30
|
+
"global": { "$ref": "#/$defs/globalSummary" },
|
|
31
|
+
"porModulo": {
|
|
32
|
+
"type": "array",
|
|
33
|
+
"minItems": 1,
|
|
34
|
+
"items": { "$ref": "#/$defs/moduloSummary" }
|
|
35
|
+
},
|
|
36
|
+
"mutantes": {
|
|
37
|
+
"type": "array",
|
|
38
|
+
"items": { "$ref": "#/$defs/mutante" }
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"$defs": {
|
|
42
|
+
"score": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
43
|
+
"operador": { "enum": ["M1", "M2", "M3", "M4", "M5"] },
|
|
44
|
+
"estado": { "enum": ["muerto", "sobrevivio"] },
|
|
45
|
+
"criticosGlobal": {
|
|
46
|
+
"type": "object",
|
|
47
|
+
"additionalProperties": false,
|
|
48
|
+
"required": ["total", "muertos", "score"],
|
|
49
|
+
"properties": {
|
|
50
|
+
"total": { "type": "integer", "minimum": 0 },
|
|
51
|
+
"muertos": { "type": "integer", "minimum": 0 },
|
|
52
|
+
"score": { "$ref": "#/$defs/score" }
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"criticosModulo": {
|
|
56
|
+
"type": "object",
|
|
57
|
+
"additionalProperties": false,
|
|
58
|
+
"required": ["total", "muertos"],
|
|
59
|
+
"properties": {
|
|
60
|
+
"total": { "type": "integer", "minimum": 0 },
|
|
61
|
+
"muertos": { "type": "integer", "minimum": 0 }
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"globalSummary": {
|
|
65
|
+
"type": "object",
|
|
66
|
+
"additionalProperties": false,
|
|
67
|
+
"required": ["totalMutantes", "muertos", "sobrevivientes", "score", "criticos"],
|
|
68
|
+
"properties": {
|
|
69
|
+
"totalMutantes": { "type": "integer", "minimum": 0 },
|
|
70
|
+
"muertos": { "type": "integer", "minimum": 0 },
|
|
71
|
+
"sobrevivientes": { "type": "integer", "minimum": 0 },
|
|
72
|
+
"score": { "$ref": "#/$defs/score" },
|
|
73
|
+
"criticos": { "$ref": "#/$defs/criticosGlobal" }
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"moduloSummary": {
|
|
77
|
+
"type": "object",
|
|
78
|
+
"additionalProperties": false,
|
|
79
|
+
"required": ["modulo", "testFiles", "totalMutantes", "muertos", "sobrevivientes", "score", "criticos"],
|
|
80
|
+
"properties": {
|
|
81
|
+
"modulo": { "type": "string", "minLength": 1 },
|
|
82
|
+
"testFiles": {
|
|
83
|
+
"type": "array",
|
|
84
|
+
"minItems": 1,
|
|
85
|
+
"items": { "type": "string", "minLength": 1 }
|
|
86
|
+
},
|
|
87
|
+
"totalMutantes": { "type": "integer", "minimum": 0 },
|
|
88
|
+
"muertos": { "type": "integer", "minimum": 0 },
|
|
89
|
+
"sobrevivientes": { "type": "integer", "minimum": 0 },
|
|
90
|
+
"score": { "$ref": "#/$defs/score" },
|
|
91
|
+
"criticos": { "$ref": "#/$defs/criticosModulo" }
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"mutante": {
|
|
95
|
+
"type": "object",
|
|
96
|
+
"additionalProperties": false,
|
|
97
|
+
"required": ["modulo", "linea", "operador", "original", "mutado", "inicioAbs", "critico", "estado", "testQueLoMato", "detailCode"],
|
|
98
|
+
"properties": {
|
|
99
|
+
"modulo": { "type": "string", "minLength": 1 },
|
|
100
|
+
"linea": { "type": "integer", "minimum": 1 },
|
|
101
|
+
"operador": { "$ref": "#/$defs/operador" },
|
|
102
|
+
"original": { "type": "string" },
|
|
103
|
+
"mutado": { "type": "string" },
|
|
104
|
+
"inicioAbs": { "type": "integer", "minimum": 0 },
|
|
105
|
+
"critico": { "type": "boolean" },
|
|
106
|
+
"estado": { "$ref": "#/$defs/estado" },
|
|
107
|
+
"testQueLoMato": { "type": ["string", "null"] },
|
|
108
|
+
"detailCode": { "enum": ["SYNTAX_ERROR", "TIMEOUT", null] }
|
|
109
|
+
},
|
|
110
|
+
"if": { "properties": { "estado": { "const": "sobrevivio" } } },
|
|
111
|
+
"then": {
|
|
112
|
+
"properties": { "testQueLoMato": { "const": null }, "detailCode": { "const": null } }
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|