diff --git a/dashboards/tracker-web/docs/roadmaps/UX_INTEGRATION_BYTELYST.md b/dashboards/tracker-web/docs/roadmaps/UX_INTEGRATION_BYTELYST.md
index c81a4d26..d777d75d 100644
--- a/dashboards/tracker-web/docs/roadmaps/UX_INTEGRATION_BYTELYST.md
+++ b/dashboards/tracker-web/docs/roadmaps/UX_INTEGRATION_BYTELYST.md
@@ -184,9 +184,13 @@ pnpm build # final gate
## UX-6 — Toasts replace inline status divs
-- [ ] **6.1** Mount `ToastProvider`; replace inline error/success `
`s across items/overview/
+- [x] **6.1** Mount `ToastProvider`; replace inline error/success `
`s across items/overview/
board/detail/roadmap with `toast()` calls (create, delete, vote, submit, load-error).
**Verify:** `pnpm typecheck && pnpm lint && pnpm build`.
+ (UX-6 `3fc559d0`: tc/lint/test 173 ✓/format/build/e2e 18 ✓. `ToastProvider` mounted in
+ `providers.tsx`; the AlertBanner/inline status divs across all five surfaces now emit `toast()`
+ (load errors + create/delete/vote/update/comment/submit). Roadmap submit toasts + closes the
+ dialog; item detail keeps one inline empty-state for the hard item-load failure.)
## UX-7 — Motion polish (reduced-motion aware)
@@ -328,7 +332,7 @@ pnpm build # final gate
## Progress
```
-Core : UX-1 ✅ UX-2 ✅ UX-3 ✅ UX-4 ✅ UX-5 ✅ UX-6 ⬜ UX-7 ⬜ UX-8 ⬜
+Core : UX-1 ✅ UX-2 ✅ UX-3 ✅ UX-4 ✅ UX-5 ✅ UX-6 ✅ UX-7 ⬜ UX-8 ⬜
Expand : UX-9 ✅ UX-10 ✅ UX-11 ✅ UX-12 ✅ UX-13 ✅ (stretch: 12.3, 13.1 deferred — see notes)
```