Write apps/web/docs/concepts-app-routing.md explaining the Next.js App Router structure under app/, the authenticated app/app/ shell and its child routes (conversations, devices, messages, profile, proposals, search, treasury), and how the conversation view composes its message list, input, and safety-number UI.
Acceptance criteria:
- The route tree is documented with a one-line purpose for each top-level route under
app/app/
- The conversation route's composition (which components/hooks it pulls together) is documented at a level that orients a new contributor
- Written against the routing structure as it exists after the route-consolidation work
Write
apps/web/docs/concepts-app-routing.mdexplaining the Next.js App Router structure underapp/, the authenticatedapp/app/shell and its child routes (conversations,devices,messages,profile,proposals,search,treasury), and how the conversation view composes its message list, input, and safety-number UI.Acceptance criteria:
app/app/