feat(F-088): completed feature

This commit is contained in:
chattie
2026-08-20 21:29:14 +02:00
parent 63fdc775d9
commit 699c01ade5
40 changed files with 996 additions and 381 deletions

View File

@@ -0,0 +1,13 @@
{
"feature_id": "F-088",
"agent": "reviewer",
"verdict": "APPROVED",
"summary": "The one-line client type correction matches the existing backend enum and resolves the admin production build failure without changing runtime behavior outside the intended appliesTo field.",
"evidence": [
"project/apps/admin/src/lib/api-client.ts adds appliesTo: general | reduced | super-reduced to taxApi.update",
"apps/admin npx tsc --noEmit exit 0",
"apps/admin npm run build exit 0 and .next/BUILD_ID exists",
"GET http://192.168.18.93:3004/ returned HTTP 200"
],
"timestamp": "2026-08-20T19:28:30Z"
}