// public beta flag + copy. single source of truth for the badge that // appears on the CLI banner, electron title, shell rail pill, and the // download page. flip IS_BETA to false when 1.0 ships and the badge // disappears everywhere automatically. // // see plans/sootsim-public-beta.md for the rollout plan. export const IS_BETA = true // short label — used on the rail pill, electron title, etc. export const BETA_LABEL = 'public beta' // one-line tagline — used in the CLI banner. export const BETA_TAGLINE = BETA_LABEL // what we ask for in return — kept here so the onboarding flow, the // privacy page, and any future surface render the same words. export const BETA_ASK_HEADLINE = 'we send anonymous error and dependency data while you use it'