feat(FIX-160): completed feature
This commit is contained in:
7
work/artifacts/FIX-160/architect.md
Normal file
7
work/artifacts/FIX-160/architect.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# FIX-160 — Architect
|
||||
|
||||
## Problem
|
||||
POS app (apps/pos) hydration mismatch: LastPass browser extension injects `data-lt-installed="true"` on the `<html>` tag, causing React to warn about server/client HTML mismatch.
|
||||
|
||||
## Fix
|
||||
Added `suppressHydrationWarning` to `<html>` tag in `layout.tsx`. Same fix already applied to admin app (FIX-001).
|
||||
1
work/artifacts/FIX-160/documenter.md
Normal file
1
work/artifacts/FIX-160/documenter.md
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"FIX-160","agent":"documenter","stage":"document","verdict":"APPROVED","summary":"No external docs"}
|
||||
10
work/artifacts/FIX-160/implementer.md
Normal file
10
work/artifacts/FIX-160/implementer.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# FIX-160 — Implementer
|
||||
|
||||
## What
|
||||
Added `suppressHydrationWarning` to `<html>` tag in POS layout.
|
||||
|
||||
## File
|
||||
- `apps/pos/src/app/layout.tsx` — `html lang="es" suppressHydrationWarning`
|
||||
|
||||
## Verification
|
||||
- tsc 0 errors
|
||||
1
work/artifacts/FIX-160/leader-close.json
Normal file
1
work/artifacts/FIX-160/leader-close.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"FIX-160","agent":"leader","stage":"close","verdict":"APPROVED","checks":[{"item":"gates","ok":true}]}
|
||||
1
work/artifacts/FIX-160/qa.json
Normal file
1
work/artifacts/FIX-160/qa.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"FIX-160","agent":"qa","stage":"qa_gate","verdict":"APPROVED","checks":[{"item":"tsc","ok":true}],"issues":[]}
|
||||
1
work/artifacts/FIX-160/reviewer.json
Normal file
1
work/artifacts/FIX-160/reviewer.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"FIX-160","agent":"reviewer","stage":"review_gate","verdict":"APPROVED","checks":[{"item":"tsc","ok":true}],"issues":[]}
|
||||
1
work/artifacts/FIX-160/security.json
Normal file
1
work/artifacts/FIX-160/security.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"FIX-160","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"tsc","ok":true}],"issues":[]}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"feature_id": "FIX-159",
|
||||
"feature_id": "FIX-160",
|
||||
"stage": "build",
|
||||
"agent": "implementer",
|
||||
"action": "Fix reporting CTE missing shipping_cents",
|
||||
"action": "Fix POS hydration: suppressHydrationWarning",
|
||||
"state": "running",
|
||||
"next_agent": "leader",
|
||||
"waiting_for": "Seleccionar una feature pending y actualizar este estado",
|
||||
"updated_at": "2026-08-22T15:34:59Z",
|
||||
"updated_at": "2026-08-22T15:35:19Z",
|
||||
"timeline": [
|
||||
{
|
||||
"ts": "2026-08-22T15:34:59Z",
|
||||
"ts": "2026-08-22T15:35:19Z",
|
||||
"agent": "implementer",
|
||||
"stage": "build",
|
||||
"state": "running",
|
||||
"message": "Fix reporting CTE missing shipping_cents"
|
||||
"message": "Fix POS hydration: suppressHydrationWarning"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user