The experimental advisor override no longer skips per-model eligibility checks, only the rank requirement.
What's wrong with this entry?
Setting CLAUDE_CODE_ENABLE_EXPERIMENTAL_ADVISOR_TOOL still skips the advisor rank requirement, but no longer skips the other per-model eligibility guards. Those guards previously sat after an early return that the env var triggered.
- The env check now lives inside the rank predicate, ahead of the rank comparison, rather than at the top of each availability check.
- Callers run their own conditions first and only then consult that predicate.
CLAUDE_CODE_ENABLE_EXPERIMENTAL_ADVISOR_TOOL
Strings lifted out of the shipped bundle, so the claim above can be checked against them.