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
## 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
Backlog: **264 features, 209 done, 55 pending, 0 in_progress, 0 blocked**.