What's wrong with this entry?
A new initialization/onboarding flow, controlled by both the CLAUDE_CODE_NEW_INIT environment variable and the new tengu_new_init feature flag.
Feature-flagged via tengu_new_init (defaults to false).
- The flag was previously only checkable via env var; now it can also be server-controlled via the
tengu_new_initfeature flag - The actual new init experience is not yet visible in this diff
Dual-check function (search for "CLAUDE_CODE_NEW_INIT" and "tengu_new_init")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.