()
| 36 | // regardless of subscription tier — not all ants are max/pro, and per |
| 37 | // CLAUDE.md:281, USER_TYPE !== 'ant' branches get zero antfooding. |
| 38 | function hasRequiredSubscription(): boolean { |
| 39 | return true |
| 40 | } |
| 41 | |
| 42 | export function getChicagoEnabled(): boolean { |
| 43 | // Disable for ants whose shell inherited monorepo dev config. |