- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
624 B
624 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| d1ebcacd-443c-4917-ba33-d6edd2b444e8 | decision | Games list as index page for league apps |
|
0.6 | 0.8 | 2026-01-14T02:59:45.349921+00:00 | 2026-01-14T02:59:45.349921+00:00 |
For league-specific apps (like SBA frontend), users are already members - they don't need a marketing landing page. Moving the games list to / reduces friction by eliminating a redirect. Auth middleware handles unauthenticated users by redirecting to login, then back to /. The old /games route redirects to / for backwards compatibility.