siesa-agents 2.1.72-qa.4 → 2.1.72-qa.7

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.
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: sa-quality-process
3
+ description: 'QA Quality Process — Phase 1 Planning, Phase 2 Design, Phase 3 AgileTest Registration, Phase 4 DOR Gate, Phase 5 Playwright Implementation, or Phase 6 QA Data Generation. Asks at startup which phase to execute.'
4
+ ---
5
+
6
+ IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_siesa-agents/bmm/workflows/3-solutioning/quality-process/workflow.md, READ its entire contents and follow its directions exactly!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siesa-agents",
3
- "version": "2.1.72-qa.4",
3
+ "version": "2.1.72-qa.7",
4
4
  "description": "Paquete para instalar y configurar agentes SIESA en tu proyecto",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -659,7 +659,7 @@ Después de guardar `shards/test-design-phase4-test-matrix.md` (Sección V — M
659
659
  **Exportar el diseño completo a YAML estructurado:**
660
660
 
661
661
  Además del `test-design.md` (narrativo) y el `test-cases.csv` (casos tabulares), generar un
662
- `test-design.yaml` que represente **todo el diseño en formato datos** (machine-readable). El
662
+ `test-design.yml` que represente **todo el diseño en formato datos** (machine-readable). El
663
663
  agente ya tiene en memoria las Secciones I→VI del megaprompt — serializarlas a YAML con esta
664
664
  estructura:
665
665
 
@@ -733,7 +733,7 @@ traceability: # Apéndice — Matriz de Trazabilidad
733
733
  en Modo Feature → `dependencies: []`; en Modo Completo → `interface_type: null`.
734
734
  - ✅ El `test_matrix` debe tener **una entrada por cada fila** de la matriz (mismo conteo que el CSV).
735
735
 
736
- Guardar como: `{implementation_artifacts}/quality-process/diseno/test-design-YYYY-MM-DD-HHmmss/test-design.yaml` (en la raíz, junto a `test-cases.csv`, NO en shards/)
736
+ Guardar como: `{implementation_artifacts}/quality-process/diseno/test-design-YYYY-MM-DD-HHmmss/test-design.yml` (en la raíz, junto a `test-cases.csv`, NO en shards/)
737
737
 
738
738
  ---
739
739
 
@@ -748,7 +748,7 @@ Presentar al usuario:
748
748
 
749
749
  📄 Archivos en raíz:
750
750
  • test-design.md — Documento unificado (phases 1–5)
751
- • test-design.yaml — Diseño completo estructurado (machine-readable)
751
+ • test-design.yml — Diseño completo estructurado (machine-readable)
752
752
  • test-cases.csv — Casos exportados (Siesa FT-SD-007 v5.0)
753
753
 
754
754
  📂 shards/ (documentos individuales por fase):