DevVerse UI And Route Workflow
Preserve the split between
/and/home./is the landing page with no navbar./homeis the article index.Preserve the route wrappers.
ConditionalNavbarandConditionalMainare architectural, not cosmetic.Keep styling aligned with the repo's actual patterns. Prefer
app/globals.css, route-scoped CSS, and existing inline styles over introducing Tailwind-first rewrites.Preserve the dark-mode chain. Keep the inline boot script, the
darkclass on<html>, the CSS variables inapp/globals.css, andDarkModeProviderin sync.Preserve article DOM contracts. Do not remove
.mdx-container, and do not casually change theh2andh3structure used byTableOfContents.Read the route map before broad UI work. @references/route-map.md
Run repo-aware validation after meaningful UI or route changes. Use the
devverse-validateskill or run the relevant checks directly.