chore: reset runtime after F-156

This commit is contained in:
chattie
2026-08-22 06:22:23 +02:00
parent 7a8595bebb
commit 2e9ddf4476
2 changed files with 18 additions and 30 deletions

View File

@@ -1,5 +1,15 @@
# Feature actual # Feature actual
## Sesión 2026-08-22 — F-156 cerrada (CMS dynamic rendering)
Backlog: **269 features, 212 done, 57 pending, 0 in_progress, 0 blocked**.
- `F-156` cerrada: CMS content-managed pages (`/about`, `/contact`, `/shipping`) dejan de servir caché stale. `fetchPage` usa `{ cache: 'no-store' }` y las páginas exportan `dynamic = 'force-dynamic'`; el fallback estático y el RBAC se mantienen.
- Gates: implementer ✅ / reviewer APPROVED ✅ / security APPROVED ✅ / qa APPROVED ✅ / leader close ✅.
- Verificado runtime: `curl -sI /about` → 200 con `Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate`; verificador temporal de DB apareció y desapareció sin rebuild.
- `verify.sh` green; cambios commiteados como `feat(F-156): completed feature`; `runtime-status.json` reseteado a idle.
- Pendientes inmediatos por orden sugerido: `F-152` (emails account creation/order confirmation) → `F-153` (customer email missing) → `F-154` (separate customers from internal users). Los tickets Reporting P0 pendientes son `F-143`..`F-150`.
## Sesión 2026-08-21 — Reporting preparado y builds Next estabilizados ## Sesión 2026-08-21 — Reporting preparado y builds Next estabilizados
Backlog: **264 features, 209 done, 55 pending, 0 in_progress, 0 blocked**. Backlog: **264 features, 209 done, 55 pending, 0 in_progress, 0 blocked**.

View File

@@ -1,33 +1,11 @@
{ {
"feature_id": "F-156", "feature_id": null,
"stage": "close", "stage": "idle",
"agent": "leader", "agent": "leader",
"action": "Validate gates and close F-156", "action": "Sin ejecución activa",
"state": "running", "state": "waiting",
"next_agent": "reviewer", "next_agent": "leader",
"waiting_for": "review_gate", "waiting_for": "Seleccionar una feature pending y actualizar este estado",
"updated_at": "2026-08-22T04:21:17Z", "updated_at": "2026-08-22T04:21:45Z",
"timeline": [ "timeline": []
{
"ts": "2026-08-21T20:43:14Z",
"agent": "implementer",
"stage": "build",
"state": "running",
"message": "Reapply CMS dynamic rendering changes"
},
{
"ts": "2026-08-22T04:19:11Z",
"agent": "qa",
"stage": "qa_gate",
"state": "running",
"message": "Run CMS dynamic rendering acceptance and regression checks"
},
{
"ts": "2026-08-22T04:21:17Z",
"agent": "leader",
"stage": "close",
"state": "running",
"message": "Validate gates and close F-156"
}
]
} }