/** * Feature switches. * * `ai` is off while the recommendation module is being reworked: the pages and * the backend endpoints still exist, so turning it back on is a one-line * change rather than a rebuild. Nothing links to the route while it is off, * and the route itself is not registered — a hidden nav entry with a live URL * would still be reachable by typing it. */ export const FEATURES = { ai: false, };