The AccountSidebar has only 3 items: Products, Teams, Settings. But the dashboard layout has several global pages (Pipelines, Pull Requests, Releases, Approvals, Observability) that appear in the command palette navigation but are completely absent from the sidebar. Users have to use Cmd+K or know the URL to reach these pages. The sidebar should be the primary navigation surface.
Category: navigation File: src/components/account-sidebar.tsx Recommendation: Expand AccountSidebar with a 'Platform' section containing: Pipelines (Workflow icon), Pull Requests (GitPullRequest icon), Releases (Rocket icon), Approvals (ShieldCheck icon). Keep Products/Teams/Settings as a separate 'Account' section. Use collapsible groups to maintain scannability. This mirrors the product-level nav pattern already established.