Replace hardcoded plan checks with one SDK call
Outcome
From 47 scattered if (plan === 'enterprise') → one OpenFeature SDK call, zero plan logic in code.
if (plan === ...) checks, some referencing tiers deprecated 18 months ago. Every new commercial package requires a PR. Lead time from signature to production: 3 to 7 days. Fixtures hardcode fake plans, so real logic is never tested.client.checkEntitlement() call. Generate typed constants via the Kaiten CLI for compile-time safety.