From 642272e1553a35e6864cf3b9edb38ba0d33b8123 Mon Sep 17 00:00:00 2001 From: Deploy Date: Thu, 27 Aug 2026 23:20:30 +0200 Subject: [PATCH] fix(tpv-dev-in-prod): add agent field to gate JSONs for verify.sh compatibility --- work/artifacts/TPV-DEV-IN-PROD/leader-close.json | 3 ++- work/artifacts/TPV-DEV-IN-PROD/qa.json | 3 ++- work/artifacts/TPV-DEV-IN-PROD/reviewer.json | 3 ++- work/artifacts/TPV-DEV-IN-PROD/security.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/work/artifacts/TPV-DEV-IN-PROD/leader-close.json b/work/artifacts/TPV-DEV-IN-PROD/leader-close.json index 0d7304a..077789a 100644 --- a/work/artifacts/TPV-DEV-IN-PROD/leader-close.json +++ b/work/artifacts/TPV-DEV-IN-PROD/leader-close.json @@ -40,5 +40,6 @@ "El operador del host remoto debe ejecutar `kill -TERM ` sobre el dev process que está sirviendo tpv-mv.rikrdo.com, luego `monolith.sh prod restart`. El smoke test post-arranque impedirá futuros deploys con dev mode accidental.", "Tras mergear y reiniciar el host, los 4 servicios Next deben mostrar banner sin (Turbopack) en sus logs.", "Si el smoke test falla en el host remoto, seguir docs/HOWTO-monolith.md §3.1 (runbook de 6 pasos)." - ] + ], + "agent": "leader" } \ No newline at end of file diff --git a/work/artifacts/TPV-DEV-IN-PROD/qa.json b/work/artifacts/TPV-DEV-IN-PROD/qa.json index 06e6492..9706f6f 100644 --- a/work/artifacts/TPV-DEV-IN-PROD/qa.json +++ b/work/artifacts/TPV-DEV-IN-PROD/qa.json @@ -136,5 +136,6 @@ "docs/HOWTO-monolith.md", "docs/pos/POS_OPERATIONS.md", "backlog/features.json" - ] + ], + "agent": "qa" } \ No newline at end of file diff --git a/work/artifacts/TPV-DEV-IN-PROD/reviewer.json b/work/artifacts/TPV-DEV-IN-PROD/reviewer.json index 8bd19f8..8373bfd 100644 --- a/work/artifacts/TPV-DEV-IN-PROD/reviewer.json +++ b/work/artifacts/TPV-DEV-IN-PROD/reviewer.json @@ -109,5 +109,6 @@ "project/scripts/monolith.sh (líneas 368-435)", "docs/HOWTO-monolith.md (§3.1 + §6)", "docs/pos/POS_OPERATIONS.md (§1.3)" - ] + ], + "agent": "reviewer" } \ No newline at end of file diff --git a/work/artifacts/TPV-DEV-IN-PROD/security.json b/work/artifacts/TPV-DEV-IN-PROD/security.json index f311763..d5d610c 100644 --- a/work/artifacts/TPV-DEV-IN-PROD/security.json +++ b/work/artifacts/TPV-DEV-IN-PROD/security.json @@ -94,5 +94,6 @@ "project/scripts/monolith.sh (líneas 368-435)", "docs/HOWTO-monolith.md", "docs/pos/POS_OPERATIONS.md" - ] + ], + "agent": "security" } \ No newline at end of file