feat(ADM-018): completed feature

This commit is contained in:
chattie
2026-08-17 22:23:10 +02:00
parent cf1c69fc8b
commit d595b4871f
871 changed files with 47411 additions and 281 deletions

View File

@@ -0,0 +1 @@
{"feature_id":"FIX-09","agent":"leader","verdict":"APPROVED","summary":"FIX-09 closed after all gates approved. Backlog updated.","timestamp":"2026-08-17T16:33:30Z"}

View File

@@ -0,0 +1 @@
{"feature_id":"FIX-09","agent":"qa","verdict":"APPROVED","summary":"TypeScript clean, tests green.","evidence":["npm run typecheck: passed","npm test: 123 passed"],"timestamp":"2026-08-17T16:33:18Z"}

View File

@@ -0,0 +1 @@
{"feature_id":"FIX-09","agent":"reviewer","verdict":"APPROVED","summary":"frontend/src/app/api/auth/me/route.ts: backend returns { id, email, role } when authenticated but AuthContext expected { user: ... }. Fixed by checking !backendRes.ok || !data.id and normalizing.","evidence":["cd project && npm run lint/typecheck: passed","npm test: 123 passed"],"timestamp":"2026-08-17T16:33:18Z"}

View File

@@ -0,0 +1 @@
{"feature_id":"FIX-09","agent":"security","verdict":"APPROVED","summary":"Response normalization only, no auth logic change, no new dependencies.","evidence":["No new SQL","No new user input","No session token changes"],"timestamp":"2026-08-17T16:33:18Z"}