diff --git a/docs/LAUNCH_READINESS.md b/docs/LAUNCH_READINESS.md index a51543e..cd0329d 100644 --- a/docs/LAUNCH_READINESS.md +++ b/docs/LAUNCH_READINESS.md @@ -133,7 +133,7 @@ Not blocking launch — the amendment hasn't passed yet, and the user-visible co See `docs/TODO.md` for: - Button minimum target size (WCAG AAA 2.5.5). - ~~`/oidc/interaction/[uid]` routing quirk~~ — fixed 2026-04-29 (commit `23154ff`); root cause was `oidc-provider`'s `devInteractions` overriding our custom `interactions.url`. -- Admin layout migration from `guild-*` tokens to zine spec. +- ~~Admin layout migration from `guild-*` tokens to zine spec~~ — verified clean 2026-04-29; grep for `guild-[0-9]|candlelight-[0-9]|ember-[0-9]` across `app/layouts/`, `app/pages/admin/`, `app/components/admin/` returns zero matches. All tokens already converted. - ~~Admin dashboard quick-action button contrast~~ — verified stale 2026-04-29. - ~~Members table NAME column clipping~~ — verified stale 2026-04-29. - OWASP ASVS L1 Phase 4 (file-upload validation pipeline, granular RBAC, credential encryption).