mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
error-reporting.ts: - Fix 403 → 'authentication' bug (was checking 401||403, dead code below) - Remove 'error' from server pattern (matched everything e.g. 'Some random error') - Remove NODE_ENV=development guard from getErrors() (broke test env) - Make suggestedAction a live getter so mutating category updates the action auth-middleware.ts: - Fix undefined user crash: change user === null to user == null (covers both) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>