Question
Execution (this map ships): pull the admin surfaces into the tokenization. Extend the identity scope to the admin layout root (src/routes/admin.tsx uses the same bg-app-gradient ground — reuse EditionViewRoot or apply the scope class there) and migrate admin's ~30 hardcoded color sites (text-white, bg-white/10, border-white/20, bg-purple-600/700 across src/routes/admin* and src/components/Admin) onto the role tokens — today's values, zero visual change.
Sequencing: immediately after PR #363 (token plumbing) merges, and before/with the flip (#359) so admin changes skin together with the edition views instead of being left on the old gradient.
Verification: existing e2e green; no visual change on preview.
Part of wayfinder map #317. Scope change decided 2026-08-22 (admin pulled in from Out of scope).
Question
Execution (this map ships): pull the admin surfaces into the tokenization. Extend the identity scope to the admin layout root (
src/routes/admin.tsxuses the samebg-app-gradientground — reuseEditionViewRootor apply the scope class there) and migrate admin's ~30 hardcoded color sites (text-white,bg-white/10,border-white/20,bg-purple-600/700acrosssrc/routes/admin*andsrc/components/Admin) onto the role tokens — today's values, zero visual change.Sequencing: immediately after PR #363 (token plumbing) merges, and before/with the flip (#359) so admin changes skin together with the edition views instead of being left on the old gradient.
Verification: existing e2e green; no visual change on preview.
Part of wayfinder map #317. Scope change decided 2026-08-22 (admin pulled in from Out of scope).