@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
|
@@ -1,200 +1,200 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
/**
|
|
3
|
-
* Migración Sprint 2B — añade campos `fase` y `dominio` al frontmatter de los
|
|
4
|
-
* 59 agentes de SWL. Skip si ya los tiene. Inserta antes de `exclusiones:` o
|
|
5
|
-
* al final del frontmatter.
|
|
6
|
-
*
|
|
7
|
-
* Idempotente: corre dos veces sin efectos.
|
|
8
|
-
*
|
|
9
|
-
* Uso:
|
|
10
|
-
* node scripts/migrar-fase-dominio.js [--dry-run]
|
|
11
|
-
*
|
|
12
|
-
* Origen: análisis de temp/ + propuesta consolidada (mayo 2026).
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
'use strict';
|
|
16
|
-
|
|
17
|
-
const fs = require('fs');
|
|
18
|
-
const path = require('path');
|
|
19
|
-
|
|
20
|
-
const AGENTES_DIR = path.join(__dirname, '..', 'agentes');
|
|
21
|
-
const DRY_RUN = process.argv.includes('--dry-run');
|
|
22
|
-
|
|
23
|
-
// Mapeo agente → (fase, dominio). Vocabulario controlado del schema.
|
|
24
|
-
const MAPEO = {
|
|
25
|
-
'accesibilidad-wcag-swl': ['verify', 'ux'],
|
|
26
|
-
'arquitecto-swl': ['plan', 'general'],
|
|
27
|
-
'auto-evolucion-swl': ['learn', 'meta'],
|
|
28
|
-
'backend-api-swl': ['implement', 'backend'],
|
|
29
|
-
'backend-csharp-swl': ['implement', 'backend'],
|
|
30
|
-
'backend-go-swl': ['implement', 'backend'],
|
|
31
|
-
'backend-java-swl': ['implement', 'backend'],
|
|
32
|
-
'backend-node-swl': ['implement', 'backend'],
|
|
33
|
-
'backend-python-swl': ['implement', 'backend'],
|
|
34
|
-
'backend-rust-swl': ['implement', 'backend'],
|
|
35
|
-
'backend-workers-swl': ['implement', 'backend'],
|
|
36
|
-
'cloud-infra-swl': ['release', 'infra'],
|
|
37
|
-
'consolidador-swl': ['learn', 'meta'],
|
|
38
|
-
'datos-swl': ['implement', 'data'],
|
|
39
|
-
'depurador-swl': ['implement', 'general'],
|
|
40
|
-
'devops-ci-swl': ['release', 'infra'],
|
|
41
|
-
'disenador-ui-swl': ['plan', 'ux'],
|
|
42
|
-
'documentador-swl': ['meta', 'docs'],
|
|
43
|
-
'frontend-angular-swl': ['implement', 'frontend'],
|
|
44
|
-
'frontend-css-swl': ['implement', 'frontend'],
|
|
45
|
-
'frontend-react-swl': ['implement', 'frontend'],
|
|
46
|
-
'frontend-swl': ['implement', 'frontend'],
|
|
47
|
-
'frontend-tailwind-swl': ['implement', 'frontend'],
|
|
48
|
-
'implementador-swl': ['implement', 'general'],
|
|
49
|
-
'investigador-swl': ['discover', 'general'],
|
|
50
|
-
'investigador-ux-swl': ['discover', 'ux'],
|
|
51
|
-
'llm-apps-swl': ['implement', 'backend'],
|
|
52
|
-
'migrador-swl': ['implement', 'data'],
|
|
53
|
-
'mobile-android-swl': ['implement', 'mobile'],
|
|
54
|
-
'mobile-cross-swl': ['implement', 'mobile'],
|
|
55
|
-
'mobile-ios-swl': ['implement', 'mobile'],
|
|
56
|
-
'mobile-testing-swl': ['verify', 'quality'],
|
|
57
|
-
'notificador-swl': ['meta', 'meta'],
|
|
58
|
-
'observabilidad-swl': ['release', 'infra'],
|
|
59
|
-
'orquestador-swl': ['meta', 'process'],
|
|
60
|
-
'pagos-swl': ['implement', 'backend'],
|
|
61
|
-
'perfilador-usuario-swl': ['meta', 'meta'],
|
|
62
|
-
'planificador-swl': ['plan', 'process'],
|
|
63
|
-
'producto-prd-swl': ['discover', 'process'],
|
|
64
|
-
'red-team-swl': ['verify', 'security'],
|
|
65
|
-
'release-manager-swl': ['release', 'process'],
|
|
66
|
-
'rendimiento-swl': ['verify', 'quality'],
|
|
67
|
-
'resolutor-build-swl': ['implement', 'general'],
|
|
68
|
-
'revisor-angular-swl': ['verify', 'quality'],
|
|
69
|
-
'revisor-codigo-swl': ['verify', 'quality'],
|
|
70
|
-
'revisor-csharp-swl': ['verify', 'quality'],
|
|
71
|
-
'revisor-go-swl': ['verify', 'quality'],
|
|
72
|
-
'revisor-java-swl': ['verify', 'quality'],
|
|
73
|
-
'revisor-kotlin-swl': ['verify', 'quality'],
|
|
74
|
-
'revisor-nextjs-swl': ['verify', 'quality'],
|
|
75
|
-
'revisor-php-swl': ['verify', 'quality'],
|
|
76
|
-
'revisor-react-swl': ['verify', 'quality'],
|
|
77
|
-
'revisor-rust-swl': ['verify', 'quality'],
|
|
78
|
-
'revisor-seguridad-swl': ['verify', 'security'],
|
|
79
|
-
'revisor-swift-swl': ['verify', 'quality'],
|
|
80
|
-
'revisor-typescript-swl': ['verify', 'quality'],
|
|
81
|
-
'sre-swl': ['release', 'infra'],
|
|
82
|
-
'tdd-qa-swl': ['verify', 'quality'],
|
|
83
|
-
};
|
|
84
|
-
|
|
85
|
-
function migrarAgente(nombre) {
|
|
86
|
-
const archivo = path.join(AGENTES_DIR, `${nombre}.md`);
|
|
87
|
-
if (!fs.existsSync(archivo)) {
|
|
88
|
-
return { nombre, status: 'no-existe' };
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
const par = MAPEO[nombre];
|
|
92
|
-
if (!par) {
|
|
93
|
-
return { nombre, status: 'sin-mapeo' };
|
|
94
|
-
}
|
|
95
|
-
const [fase, dominio] = par;
|
|
96
|
-
|
|
97
|
-
const contenido = fs.readFileSync(archivo, 'utf-8');
|
|
98
|
-
|
|
99
|
-
// Detectar el frontmatter delimitado por `---` (acepta CRLF y LF)
|
|
100
|
-
const match = contenido.match(/^---\r?\n([\s\S]*?)\r?\n---\r?\n/);
|
|
101
|
-
if (!match) {
|
|
102
|
-
return { nombre, status: 'sin-frontmatter' };
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
const frontmatter = match[1];
|
|
106
|
-
|
|
107
|
-
// Idempotencia: skip si ya tiene fase y dominio
|
|
108
|
-
const tieneFase = /^fase:\s*\S+/m.test(frontmatter);
|
|
109
|
-
const tieneDominio = /^dominio:\s*\S+/m.test(frontmatter);
|
|
110
|
-
if (tieneFase && tieneDominio) {
|
|
111
|
-
return { nombre, status: 'ya-migrado', fase, dominio };
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// Insertar antes de `exclusiones:` o al final del frontmatter
|
|
115
|
-
let nuevoFrontmatter;
|
|
116
|
-
if (/^exclusiones:/m.test(frontmatter)) {
|
|
117
|
-
nuevoFrontmatter = frontmatter.replace(
|
|
118
|
-
/^(exclusiones:)/m,
|
|
119
|
-
`fase: ${fase}\ndominio: ${dominio}\n$1`
|
|
120
|
-
);
|
|
121
|
-
} else {
|
|
122
|
-
// Sin exclusiones: agregar al final del frontmatter
|
|
123
|
-
nuevoFrontmatter = frontmatter.trimEnd() + `\nfase: ${fase}\ndominio: ${dominio}\n`;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// Preservar el line ending detectado
|
|
127
|
-
const eol = match[0].includes('\r\n') ? '\r\n' : '\n';
|
|
128
|
-
const fm = nuevoFrontmatter.replace(/\r\n/g, '\n').replace(/\n/g, eol);
|
|
129
|
-
const nuevoContenido = contenido.replace(match[0], `---${eol}${fm}${eol}---${eol}`);
|
|
130
|
-
|
|
131
|
-
if (DRY_RUN) {
|
|
132
|
-
return { nombre, status: 'dry-run-ok', fase, dominio };
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
fs.writeFileSync(archivo, nuevoContenido, 'utf-8');
|
|
136
|
-
return { nombre, status: 'migrado', fase, dominio };
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
function main() {
|
|
140
|
-
console.log(`Migrando fase/dominio en agentes${DRY_RUN ? ' (dry-run)' : ''}...\n`);
|
|
141
|
-
|
|
142
|
-
const archivosEnDisco = fs
|
|
143
|
-
.readdirSync(AGENTES_DIR)
|
|
144
|
-
.filter((f) => f.endsWith('.md') && !f.startsWith('_'))
|
|
145
|
-
.map((f) => f.replace(/\.md$/, ''));
|
|
146
|
-
|
|
147
|
-
const resultados = archivosEnDisco.map(migrarAgente);
|
|
148
|
-
|
|
149
|
-
const stats = {
|
|
150
|
-
migrado: 0,
|
|
151
|
-
'ya-migrado': 0,
|
|
152
|
-
'dry-run-ok': 0,
|
|
153
|
-
'sin-mapeo': [],
|
|
154
|
-
'sin-frontmatter': [],
|
|
155
|
-
'no-existe': [],
|
|
156
|
-
};
|
|
157
|
-
|
|
158
|
-
for (const r of resultados) {
|
|
159
|
-
if (typeof stats[r.status] === 'number') {
|
|
160
|
-
stats[r.status]++;
|
|
161
|
-
} else if (Array.isArray(stats[r.status])) {
|
|
162
|
-
stats[r.status].push(r.nombre);
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
console.log(`Migrados: ${stats.migrado}`);
|
|
167
|
-
console.log(`Ya migrados (skip): ${stats['ya-migrado']}`);
|
|
168
|
-
console.log(`Dry-run OK: ${stats['dry-run-ok']}`);
|
|
169
|
-
if (stats['sin-mapeo'].length) {
|
|
170
|
-
console.log(`\n⚠️ Sin mapeo en MAPEO (${stats['sin-mapeo'].length}):`);
|
|
171
|
-
stats['sin-mapeo'].forEach((n) => console.log(` - ${n}`));
|
|
172
|
-
}
|
|
173
|
-
if (stats['sin-frontmatter'].length) {
|
|
174
|
-
console.log(`\n❌ Sin frontmatter detectable:`);
|
|
175
|
-
stats['sin-frontmatter'].forEach((n) => console.log(` - ${n}`));
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
// Validación: el mapeo debe cubrir todos los agentes en disco
|
|
179
|
-
const enMapeo = new Set(Object.keys(MAPEO));
|
|
180
|
-
const enDisco = new Set(archivosEnDisco);
|
|
181
|
-
const faltanEnMapeo = [...enDisco].filter((n) => !enMapeo.has(n));
|
|
182
|
-
const sobranEnMapeo = [...enMapeo].filter((n) => !enDisco.has(n));
|
|
183
|
-
|
|
184
|
-
if (faltanEnMapeo.length) {
|
|
185
|
-
console.log(`\n⚠️ Agentes en disco sin entrada en MAPEO:`);
|
|
186
|
-
faltanEnMapeo.forEach((n) => console.log(` - ${n}`));
|
|
187
|
-
}
|
|
188
|
-
if (sobranEnMapeo.length) {
|
|
189
|
-
console.log(`\nℹ️ Entradas en MAPEO sin archivo en disco (probablemente renombrados):`);
|
|
190
|
-
sobranEnMapeo.forEach((n) => console.log(` - ${n}`));
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
process.exit(stats['sin-frontmatter'].length || faltanEnMapeo.length ? 1 : 0);
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
if (require.main === module) {
|
|
197
|
-
main();
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
module.exports = { MAPEO, migrarAgente };
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* Migración Sprint 2B — añade campos `fase` y `dominio` al frontmatter de los
|
|
4
|
+
* 59 agentes de SWL. Skip si ya los tiene. Inserta antes de `exclusiones:` o
|
|
5
|
+
* al final del frontmatter.
|
|
6
|
+
*
|
|
7
|
+
* Idempotente: corre dos veces sin efectos.
|
|
8
|
+
*
|
|
9
|
+
* Uso:
|
|
10
|
+
* node scripts/migrar-fase-dominio.js [--dry-run]
|
|
11
|
+
*
|
|
12
|
+
* Origen: análisis de temp/ + propuesta consolidada (mayo 2026).
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
'use strict';
|
|
16
|
+
|
|
17
|
+
const fs = require('fs');
|
|
18
|
+
const path = require('path');
|
|
19
|
+
|
|
20
|
+
const AGENTES_DIR = path.join(__dirname, '..', 'agentes');
|
|
21
|
+
const DRY_RUN = process.argv.includes('--dry-run');
|
|
22
|
+
|
|
23
|
+
// Mapeo agente → (fase, dominio). Vocabulario controlado del schema.
|
|
24
|
+
const MAPEO = {
|
|
25
|
+
'accesibilidad-wcag-swl': ['verify', 'ux'],
|
|
26
|
+
'arquitecto-swl': ['plan', 'general'],
|
|
27
|
+
'auto-evolucion-swl': ['learn', 'meta'],
|
|
28
|
+
'backend-api-swl': ['implement', 'backend'],
|
|
29
|
+
'backend-csharp-swl': ['implement', 'backend'],
|
|
30
|
+
'backend-go-swl': ['implement', 'backend'],
|
|
31
|
+
'backend-java-swl': ['implement', 'backend'],
|
|
32
|
+
'backend-node-swl': ['implement', 'backend'],
|
|
33
|
+
'backend-python-swl': ['implement', 'backend'],
|
|
34
|
+
'backend-rust-swl': ['implement', 'backend'],
|
|
35
|
+
'backend-workers-swl': ['implement', 'backend'],
|
|
36
|
+
'cloud-infra-swl': ['release', 'infra'],
|
|
37
|
+
'consolidador-swl': ['learn', 'meta'],
|
|
38
|
+
'datos-swl': ['implement', 'data'],
|
|
39
|
+
'depurador-swl': ['implement', 'general'],
|
|
40
|
+
'devops-ci-swl': ['release', 'infra'],
|
|
41
|
+
'disenador-ui-swl': ['plan', 'ux'],
|
|
42
|
+
'documentador-swl': ['meta', 'docs'],
|
|
43
|
+
'frontend-angular-swl': ['implement', 'frontend'],
|
|
44
|
+
'frontend-css-swl': ['implement', 'frontend'],
|
|
45
|
+
'frontend-react-swl': ['implement', 'frontend'],
|
|
46
|
+
'frontend-swl': ['implement', 'frontend'],
|
|
47
|
+
'frontend-tailwind-swl': ['implement', 'frontend'],
|
|
48
|
+
'implementador-swl': ['implement', 'general'],
|
|
49
|
+
'investigador-swl': ['discover', 'general'],
|
|
50
|
+
'investigador-ux-swl': ['discover', 'ux'],
|
|
51
|
+
'llm-apps-swl': ['implement', 'backend'],
|
|
52
|
+
'migrador-swl': ['implement', 'data'],
|
|
53
|
+
'mobile-android-swl': ['implement', 'mobile'],
|
|
54
|
+
'mobile-cross-swl': ['implement', 'mobile'],
|
|
55
|
+
'mobile-ios-swl': ['implement', 'mobile'],
|
|
56
|
+
'mobile-testing-swl': ['verify', 'quality'],
|
|
57
|
+
'notificador-swl': ['meta', 'meta'],
|
|
58
|
+
'observabilidad-swl': ['release', 'infra'],
|
|
59
|
+
'orquestador-swl': ['meta', 'process'],
|
|
60
|
+
'pagos-swl': ['implement', 'backend'],
|
|
61
|
+
'perfilador-usuario-swl': ['meta', 'meta'],
|
|
62
|
+
'planificador-swl': ['plan', 'process'],
|
|
63
|
+
'producto-prd-swl': ['discover', 'process'],
|
|
64
|
+
'red-team-swl': ['verify', 'security'],
|
|
65
|
+
'release-manager-swl': ['release', 'process'],
|
|
66
|
+
'rendimiento-swl': ['verify', 'quality'],
|
|
67
|
+
'resolutor-build-swl': ['implement', 'general'],
|
|
68
|
+
'revisor-angular-swl': ['verify', 'quality'],
|
|
69
|
+
'revisor-codigo-swl': ['verify', 'quality'],
|
|
70
|
+
'revisor-csharp-swl': ['verify', 'quality'],
|
|
71
|
+
'revisor-go-swl': ['verify', 'quality'],
|
|
72
|
+
'revisor-java-swl': ['verify', 'quality'],
|
|
73
|
+
'revisor-kotlin-swl': ['verify', 'quality'],
|
|
74
|
+
'revisor-nextjs-swl': ['verify', 'quality'],
|
|
75
|
+
'revisor-php-swl': ['verify', 'quality'],
|
|
76
|
+
'revisor-react-swl': ['verify', 'quality'],
|
|
77
|
+
'revisor-rust-swl': ['verify', 'quality'],
|
|
78
|
+
'revisor-seguridad-swl': ['verify', 'security'],
|
|
79
|
+
'revisor-swift-swl': ['verify', 'quality'],
|
|
80
|
+
'revisor-typescript-swl': ['verify', 'quality'],
|
|
81
|
+
'sre-swl': ['release', 'infra'],
|
|
82
|
+
'tdd-qa-swl': ['verify', 'quality'],
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
function migrarAgente(nombre) {
|
|
86
|
+
const archivo = path.join(AGENTES_DIR, `${nombre}.md`);
|
|
87
|
+
if (!fs.existsSync(archivo)) {
|
|
88
|
+
return { nombre, status: 'no-existe' };
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
const par = MAPEO[nombre];
|
|
92
|
+
if (!par) {
|
|
93
|
+
return { nombre, status: 'sin-mapeo' };
|
|
94
|
+
}
|
|
95
|
+
const [fase, dominio] = par;
|
|
96
|
+
|
|
97
|
+
const contenido = fs.readFileSync(archivo, 'utf-8');
|
|
98
|
+
|
|
99
|
+
// Detectar el frontmatter delimitado por `---` (acepta CRLF y LF)
|
|
100
|
+
const match = contenido.match(/^---\r?\n([\s\S]*?)\r?\n---\r?\n/);
|
|
101
|
+
if (!match) {
|
|
102
|
+
return { nombre, status: 'sin-frontmatter' };
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
const frontmatter = match[1];
|
|
106
|
+
|
|
107
|
+
// Idempotencia: skip si ya tiene fase y dominio
|
|
108
|
+
const tieneFase = /^fase:\s*\S+/m.test(frontmatter);
|
|
109
|
+
const tieneDominio = /^dominio:\s*\S+/m.test(frontmatter);
|
|
110
|
+
if (tieneFase && tieneDominio) {
|
|
111
|
+
return { nombre, status: 'ya-migrado', fase, dominio };
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// Insertar antes de `exclusiones:` o al final del frontmatter
|
|
115
|
+
let nuevoFrontmatter;
|
|
116
|
+
if (/^exclusiones:/m.test(frontmatter)) {
|
|
117
|
+
nuevoFrontmatter = frontmatter.replace(
|
|
118
|
+
/^(exclusiones:)/m,
|
|
119
|
+
`fase: ${fase}\ndominio: ${dominio}\n$1`
|
|
120
|
+
);
|
|
121
|
+
} else {
|
|
122
|
+
// Sin exclusiones: agregar al final del frontmatter
|
|
123
|
+
nuevoFrontmatter = frontmatter.trimEnd() + `\nfase: ${fase}\ndominio: ${dominio}\n`;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
// Preservar el line ending detectado
|
|
127
|
+
const eol = match[0].includes('\r\n') ? '\r\n' : '\n';
|
|
128
|
+
const fm = nuevoFrontmatter.replace(/\r\n/g, '\n').replace(/\n/g, eol);
|
|
129
|
+
const nuevoContenido = contenido.replace(match[0], `---${eol}${fm}${eol}---${eol}`);
|
|
130
|
+
|
|
131
|
+
if (DRY_RUN) {
|
|
132
|
+
return { nombre, status: 'dry-run-ok', fase, dominio };
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
fs.writeFileSync(archivo, nuevoContenido, 'utf-8');
|
|
136
|
+
return { nombre, status: 'migrado', fase, dominio };
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
function main() {
|
|
140
|
+
console.log(`Migrando fase/dominio en agentes${DRY_RUN ? ' (dry-run)' : ''}...\n`);
|
|
141
|
+
|
|
142
|
+
const archivosEnDisco = fs
|
|
143
|
+
.readdirSync(AGENTES_DIR)
|
|
144
|
+
.filter((f) => f.endsWith('.md') && !f.startsWith('_'))
|
|
145
|
+
.map((f) => f.replace(/\.md$/, ''));
|
|
146
|
+
|
|
147
|
+
const resultados = archivosEnDisco.map(migrarAgente);
|
|
148
|
+
|
|
149
|
+
const stats = {
|
|
150
|
+
migrado: 0,
|
|
151
|
+
'ya-migrado': 0,
|
|
152
|
+
'dry-run-ok': 0,
|
|
153
|
+
'sin-mapeo': [],
|
|
154
|
+
'sin-frontmatter': [],
|
|
155
|
+
'no-existe': [],
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
for (const r of resultados) {
|
|
159
|
+
if (typeof stats[r.status] === 'number') {
|
|
160
|
+
stats[r.status]++;
|
|
161
|
+
} else if (Array.isArray(stats[r.status])) {
|
|
162
|
+
stats[r.status].push(r.nombre);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
console.log(`Migrados: ${stats.migrado}`);
|
|
167
|
+
console.log(`Ya migrados (skip): ${stats['ya-migrado']}`);
|
|
168
|
+
console.log(`Dry-run OK: ${stats['dry-run-ok']}`);
|
|
169
|
+
if (stats['sin-mapeo'].length) {
|
|
170
|
+
console.log(`\n⚠️ Sin mapeo en MAPEO (${stats['sin-mapeo'].length}):`);
|
|
171
|
+
stats['sin-mapeo'].forEach((n) => console.log(` - ${n}`));
|
|
172
|
+
}
|
|
173
|
+
if (stats['sin-frontmatter'].length) {
|
|
174
|
+
console.log(`\n❌ Sin frontmatter detectable:`);
|
|
175
|
+
stats['sin-frontmatter'].forEach((n) => console.log(` - ${n}`));
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
// Validación: el mapeo debe cubrir todos los agentes en disco
|
|
179
|
+
const enMapeo = new Set(Object.keys(MAPEO));
|
|
180
|
+
const enDisco = new Set(archivosEnDisco);
|
|
181
|
+
const faltanEnMapeo = [...enDisco].filter((n) => !enMapeo.has(n));
|
|
182
|
+
const sobranEnMapeo = [...enMapeo].filter((n) => !enDisco.has(n));
|
|
183
|
+
|
|
184
|
+
if (faltanEnMapeo.length) {
|
|
185
|
+
console.log(`\n⚠️ Agentes en disco sin entrada en MAPEO:`);
|
|
186
|
+
faltanEnMapeo.forEach((n) => console.log(` - ${n}`));
|
|
187
|
+
}
|
|
188
|
+
if (sobranEnMapeo.length) {
|
|
189
|
+
console.log(`\nℹ️ Entradas en MAPEO sin archivo en disco (probablemente renombrados):`);
|
|
190
|
+
sobranEnMapeo.forEach((n) => console.log(` - ${n}`));
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
process.exit(stats['sin-frontmatter'].length || faltanEnMapeo.length ? 1 : 0);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
if (require.main === module) {
|
|
197
|
+
main();
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
module.exports = { MAPEO, migrarAgente };
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
/** CLI estricta para migrar un PLAN legacy con autoridad W2 verificable. */
|
|
5
|
+
|
|
6
|
+
const fs = require('node:fs');
|
|
7
|
+
const path = require('node:path');
|
|
8
|
+
|
|
9
|
+
const contract = require('./lib/policy-contract');
|
|
10
|
+
const signed = require('./lib/signed-envelope');
|
|
11
|
+
const { migrateLegacyGate } = require('./lib/legacy-gate-migration');
|
|
12
|
+
|
|
13
|
+
const REQUIRED = [
|
|
14
|
+
'fase', 'approval', 'trust-bootstrap', 'kernel-bootstrap',
|
|
15
|
+
'root-public-key', 'root-key-digest', 'root-key-id',
|
|
16
|
+
];
|
|
17
|
+
const ALLOWED = new Set([
|
|
18
|
+
...REQUIRED,
|
|
19
|
+
...REQUIRED.map((name) => name.replace(/-/gu, '_')),
|
|
20
|
+
'_args', 'json', 'verbose',
|
|
21
|
+
]);
|
|
22
|
+
|
|
23
|
+
function usage() {
|
|
24
|
+
return 'Uso: swl-ses migrar-gates-legacy --fase=N --approval=<archivo> ' +
|
|
25
|
+
'--trust-bootstrap=<archivo> --kernel-bootstrap=<archivo> ' +
|
|
26
|
+
'--root-public-key=<archivo> --root-key-digest=<sha256> --root-key-id=<id>';
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
function option(options, name) {
|
|
30
|
+
const value = options[name];
|
|
31
|
+
return value === true ? null : value;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
function validateCliOptions(options) {
|
|
35
|
+
const unknown = Object.keys(options).filter((key) => !ALLOWED.has(key));
|
|
36
|
+
const missing = REQUIRED.filter((key) => !option(options, key));
|
|
37
|
+
if (unknown.length > 0 || missing.length > 0 || !/^0?[1-8]$/u.test(String(options.fase))) {
|
|
38
|
+
const error = new Error(usage());
|
|
39
|
+
error.code = 'CLI_USAGE';
|
|
40
|
+
throw error;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
function readFile(filePath, label) {
|
|
45
|
+
const resolved = path.resolve(String(filePath));
|
|
46
|
+
const stat = fs.lstatSync(resolved);
|
|
47
|
+
if (!stat.isFile() || stat.isSymbolicLink() || stat.size > 1024 * 1024) {
|
|
48
|
+
throw new Error(`${label} debe ser un archivo regular de máximo 1 MiB`);
|
|
49
|
+
}
|
|
50
|
+
return fs.readFileSync(resolved);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
function createDependencies(options, workspaceRoot, now) {
|
|
54
|
+
const rootPublicKey = readFile(options['root-public-key'], 'root-public-key').toString('utf8');
|
|
55
|
+
const rootVerifier = signed.crearRootVerifier({
|
|
56
|
+
rootPublicKey,
|
|
57
|
+
rootKeyDigest: options['root-key-digest'],
|
|
58
|
+
expectedRootKeyId: options['root-key-id'],
|
|
59
|
+
});
|
|
60
|
+
const trustContext = signed.verificarBootstrapReceipt(
|
|
61
|
+
readFile(options['trust-bootstrap'], 'trust-bootstrap'),
|
|
62
|
+
{ rootVerifier, previousTrustContext: null }
|
|
63
|
+
);
|
|
64
|
+
const kernelEnvelope = signed.verificarEnvelope(
|
|
65
|
+
readFile(options['kernel-bootstrap'], 'kernel-bootstrap'),
|
|
66
|
+
{ trustContext, expectedType: 'integrity', requiredScope: 'kernel:bootstrap', now }
|
|
67
|
+
);
|
|
68
|
+
const receipt = contract.verifyKernelBootstrapReceipt(
|
|
69
|
+
kernelEnvelope, { workspaceRoot, now }
|
|
70
|
+
);
|
|
71
|
+
return { dependencies: contract.createKernelDependencies(receipt), trustContext };
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
function execute(options) {
|
|
75
|
+
validateCliOptions(options);
|
|
76
|
+
const workspaceRoot = process.cwd();
|
|
77
|
+
const now = new Date().toISOString();
|
|
78
|
+
const authority = createDependencies(options, workspaceRoot, now);
|
|
79
|
+
return migrateLegacyGate({
|
|
80
|
+
approvalRaw: readFile(options.approval, 'approval'),
|
|
81
|
+
dependencies: authority.dependencies,
|
|
82
|
+
expectedPhaseId: String(options.fase).padStart(2, '0'),
|
|
83
|
+
trustContext: authority.trustContext,
|
|
84
|
+
workspaceRoot,
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
function migrarGatesLegacyCli(options = {}) {
|
|
89
|
+
try {
|
|
90
|
+
const result = execute(options || {});
|
|
91
|
+
console.log(JSON.stringify(result, null, 2));
|
|
92
|
+
return result;
|
|
93
|
+
} catch (error) {
|
|
94
|
+
if (error.code === 'CLI_USAGE') {
|
|
95
|
+
console.error(error.message);
|
|
96
|
+
process.exit(2);
|
|
97
|
+
}
|
|
98
|
+
throw error;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
if (require.main === module) {
|
|
103
|
+
const { parsearOpciones } = require('./lib/parsear-opciones');
|
|
104
|
+
migrarGatesLegacyCli(parsearOpciones(process.argv.slice(2)));
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
module.exports = migrarGatesLegacyCli;
|
|
108
|
+
module.exports.execute = execute;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* CLI (wrapper de EFECTO) que publica el `CertificationRequest` de swl-ses:
|
|
5
|
+
* deriva el commit real (git HEAD) y el `tarballDigest` real (sha256 del tgz de
|
|
6
|
+
* `npm pack`), arma la matriz Core-3 y escribe el request canónico a disco. La
|
|
7
|
+
* lógica pura vive en `scripts/lib/w4-publicar-request.js`. T-09, ADR-0053.
|
|
8
|
+
*
|
|
9
|
+
* NO se registra como `/swl:*` ni en `modulos.json` (superficie interna w4,
|
|
10
|
+
* misma excepción documentada que los schemas/scripts w4). Sin efectos al
|
|
11
|
+
* require: `main(opciones)` sólo actúa al invocarse; `deps` son inyectables.
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
const crypto = require('node:crypto');
|
|
15
|
+
const fs = require('node:fs');
|
|
16
|
+
const { execFileSync } = require('node:child_process');
|
|
17
|
+
|
|
18
|
+
const { construirRequest } = require('./lib/w4-publicar-request');
|
|
19
|
+
const { canonicalizarIJson } = require('./lib/signed-envelope');
|
|
20
|
+
const { RUNTIMES_CORE3, OS_CORE3 } = require('./lib/w4-runtimes-core3');
|
|
21
|
+
|
|
22
|
+
/** Producto cartesiano runtime × os con el `model` provisto por runtime. */
|
|
23
|
+
function matrizCore3(modelPorRuntime, osList = OS_CORE3) {
|
|
24
|
+
if (!modelPorRuntime || typeof modelPorRuntime !== 'object') {
|
|
25
|
+
throw new Error('modelPorRuntime requerido: { runtime: modelId } por cada runtime Core-3');
|
|
26
|
+
}
|
|
27
|
+
const matriz = [];
|
|
28
|
+
for (const runtime of RUNTIMES_CORE3) {
|
|
29
|
+
const model = modelPorRuntime[runtime];
|
|
30
|
+
if (!model) throw new Error(`falta model para el runtime ${runtime}`);
|
|
31
|
+
for (const os of osList) matriz.push({ runtime, os, model });
|
|
32
|
+
}
|
|
33
|
+
return matriz;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
function crearError(codigo, mensaje) {
|
|
37
|
+
const error = new Error(mensaje);
|
|
38
|
+
error.codigo = codigo;
|
|
39
|
+
return error;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Asegura el binding commit↔tarballDigest en el origen (C-3): `npm pack`
|
|
44
|
+
* empaqueta el árbol de TRABAJO, no el objeto git del commit, así que un árbol
|
|
45
|
+
* sucio produciría un `tarballDigest` que no corresponde al `commit` certificado.
|
|
46
|
+
* Fail-closed: si hay cambios sin commitear, aborta antes de derivar el par.
|
|
47
|
+
*/
|
|
48
|
+
function asegurarArbolLimpio(deps) {
|
|
49
|
+
const estado = deps.execFileSync('git', ['status', '--porcelain'], { encoding: 'utf8' }).trim();
|
|
50
|
+
if (estado !== '') {
|
|
51
|
+
throw crearError(
|
|
52
|
+
'TARBALL_COMMIT_BINDING_DIRTY_TREE',
|
|
53
|
+
'árbol de trabajo sucio: el tarball no correspondería al commit certificado (C-3). '
|
|
54
|
+
+ 'Committea o descarta los cambios antes de publicar el request.'
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
function derivarCommit(deps) {
|
|
60
|
+
return deps.execFileSync('git', ['rev-parse', 'HEAD'], { encoding: 'utf8' }).trim();
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/** sha256 del tarball REAL de `npm pack` (el artefacto que se certifica). */
|
|
64
|
+
function derivarTarballDigest(deps) {
|
|
65
|
+
const meta = JSON.parse(deps.execFileSync('npm', ['pack', '--json'], { encoding: 'utf8' }));
|
|
66
|
+
const nombre = Array.isArray(meta) ? meta[0].filename : meta.filename;
|
|
67
|
+
const bytes = deps.fs.readFileSync(nombre);
|
|
68
|
+
const digest = crypto.createHash('sha256').update(bytes).digest('hex');
|
|
69
|
+
deps.fs.rmSync(nombre, { force: true });
|
|
70
|
+
return digest;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
function main(opciones = {}) {
|
|
74
|
+
const deps = opciones.deps || { execFileSync, fs };
|
|
75
|
+
// El par {commit, tarballDigest} debe estar bindeado: o se derivan AMBOS del
|
|
76
|
+
// repo vivo (con árbol limpio), o el llamador provee AMBOS y asume la
|
|
77
|
+
// responsabilidad del binding. Proveer sólo uno rompe C-3 — el otro se
|
|
78
|
+
// derivaría de HEAD y podría no corresponder al provisto (Hueco A).
|
|
79
|
+
const commitProvisto = Boolean(opciones.commit);
|
|
80
|
+
const digestProvisto = Boolean(opciones.tarballDigest);
|
|
81
|
+
if (commitProvisto !== digestProvisto) {
|
|
82
|
+
throw crearError(
|
|
83
|
+
'TARBALL_COMMIT_BINDING_PARTIAL_OVERRIDE',
|
|
84
|
+
'commit y tarballDigest deben proveerse juntos o ninguno — la provisión parcial rompe el binding C-3'
|
|
85
|
+
);
|
|
86
|
+
}
|
|
87
|
+
if (!commitProvisto && !digestProvisto) {
|
|
88
|
+
asegurarArbolLimpio(deps);
|
|
89
|
+
}
|
|
90
|
+
const commit = opciones.commit || derivarCommit(deps);
|
|
91
|
+
const tarballDigest = opciones.tarballDigest || derivarTarballDigest(deps);
|
|
92
|
+
const matrix = opciones.matrix || matrizCore3(opciones.modelPorRuntime, opciones.osList);
|
|
93
|
+
const request = construirRequest({ commit, tarballDigest, matrix, entryPoint: opciones.entryPoint });
|
|
94
|
+
const contenido = canonicalizarIJson(request);
|
|
95
|
+
const salida = opciones.salida || 'certification-request.json';
|
|
96
|
+
deps.fs.writeFileSync(salida, contenido, 'utf8');
|
|
97
|
+
return { request, salida, bytes: contenido };
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
module.exports = { main, matrizCore3, derivarCommit, derivarTarballDigest, asegurarArbolLimpio, OS_CORE3 };
|
|
101
|
+
|
|
102
|
+
if (require.main === module) {
|
|
103
|
+
const modelPorRuntime = {
|
|
104
|
+
'claude-code': process.env.SWL_MODEL_CLAUDE_CODE || null,
|
|
105
|
+
'codex-cli': process.env.SWL_MODEL_CODEX_CLI || null,
|
|
106
|
+
'gemini-cli': process.env.SWL_MODEL_GEMINI_CLI || null,
|
|
107
|
+
};
|
|
108
|
+
const faltantes = Object.entries(modelPorRuntime).filter(([, v]) => !v).map(([k]) => k);
|
|
109
|
+
if (faltantes.length > 0) {
|
|
110
|
+
process.stderr.write(`Falta el modelo por runtime: define SWL_MODEL_CLAUDE_CODE / SWL_MODEL_CODEX_CLI / SWL_MODEL_GEMINI_CLI (faltan: ${faltantes.join(', ')})\n`);
|
|
111
|
+
process.exit(2);
|
|
112
|
+
}
|
|
113
|
+
const { salida, request } = main({ modelPorRuntime });
|
|
114
|
+
process.stdout.write(`CertificationRequest escrito en ${salida} (commit ${request.candidate.commit.slice(0, 12)}, ${request.matrix.length} combos)\n`);
|
|
115
|
+
}
|