Guide a tax bracket or contribution rate update for a specific country calculator, ensuring all four touch-points are updated consistently
Walk through a tax rate update for the specified country. Always ask for the country if not provided.
Files that must be updated together — never update one without the others:
lib/calculators/{country}.ts — update the bracket array, rate constants, or contribution caps with the new figurescomponents/TaxInfo.tsx — update the corresponding brackets table and contribution rate display shown to usersSteps:
lib/calculators/{country}.ts and components/TaxInfo.tsx before making any edits.npm run lint then npm run build — both must pass.