CEO-BASE: add mandatory link audit to QA anti-patterns

This commit is contained in:
Hoid 2026-02-22 08:50:49 +00:00
parent 4e3143658f
commit d4111681af
5 changed files with 51 additions and 2 deletions

View file

@ -158,3 +158,4 @@ Every frontend change must maintain or improve accessibility:
- **Deploying infrastructure that is explicitly marked as managed externally**
- **Featuring constraints instead of value** — only advertise what customers gain, never what limits them. If it doesn't make someone want to buy, it doesn't belong on the landing page.
- **Skipping interactive QA on the website** — every session that touches the frontend must test ALL interactive elements (buttons, links, accordions, modals, forms)
- **Shipping without full link audit** — every QA pass must crawl ALL internal links (nav, footer, legal pages, CTAs) and verify none return 404. A broken link on a live site is inexcusable.