From f9ca6ca44b587dc5d650834462fb701d1d7f29d6 Mon Sep 17 00:00:00 2001 From: Till JS Date: Fri, 24 Apr 2026 01:31:28 +0200 Subject: [PATCH] chore(branding): drop wardrobe tier to guest for local testing [LOCAL PATCH] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wardrobe landed with requiredTier: 'beta' — correct for production, but in the local dev loop the user's account is 'standard' and clicking into /wardrobe/garment/[id] or /wardrobe/compose gets blocked by the AuthGate with "Dein Zugang: Standard · Benötigt: Beta". Flip to 'guest' to match the existing local tier-patch pattern that already covers 55 of the 63 apps (see git log for earlier patches, and memory note `project_tier_patch_resolved`). Marked inline with `// LOCAL TIER PATCH — revert to 'beta' before release` so the pre-release grep sweep finds it alongside the others. Co-Authored-By: Claude Opus 4.7 (1M context) --- packages/shared-branding/src/mana-apps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared-branding/src/mana-apps.ts b/packages/shared-branding/src/mana-apps.ts index c650246dc..54e8f5faf 100644 --- a/packages/shared-branding/src/mana-apps.ts +++ b/packages/shared-branding/src/mana-apps.ts @@ -392,7 +392,7 @@ export const MANA_APPS: ManaApp[] = [ color: '#e11d48', comingSoon: false, status: 'beta', - requiredTier: 'beta', + requiredTier: 'guest', // LOCAL TIER PATCH — revert to 'beta' before release }, { id: 'questions',