Context
Worth an explicit decision before claiming v0.1 "ready for real users".
Evidence
- Zero i18n infra: no
vue-i18n in package.json, 0 $t( in src, index.html hardcodes lang='en', 123 files use toLocaleDateString/toLocaleString/new Date with no explicit locale/timezone.
prefers-reduced-motion honoured only in the Paper UI (components/paper/*, paper tokens) — the novice-default Legacy UI has no reduced-motion support. Only 117/163 Vue files use any aria/role; only one <img> has alt text.
Acceptance criteria
Source: deep-audit completeness critic (LOW/MEDIUM).
Context
Worth an explicit decision before claiming v0.1 "ready for real users".
Evidence
vue-i18nin package.json, 0$t(insrc,index.htmlhardcodeslang='en', 123 files usetoLocaleDateString/toLocaleString/new Datewith no explicit locale/timezone.prefers-reduced-motionhonoured only in the Paper UI (components/paper/*, paper tokens) — the novice-default Legacy UI has no reduced-motion support. Only 117/163 Vue files use any aria/role; only one<img>has alt text.Acceptance criteria
@media (prefers-reduced-motion: reduce)rule covering Legacy animations, independent of the Paper theme.Source: deep-audit completeness critic (LOW/MEDIUM).