Build tabbed detail view component for org overview and team detail
Type: engineering
Domain: Codeplane TUI
Create a TabbedDetailView component that provides: a header/metadata section, a tab bar with numbered tabs (Tab/Shift+Tab cycling, 1-N direct jump), lazy-loaded tab content areas, per-tab scroll position preservation, per-tab list with filter support, and tab-aware keybinding context. Used by Org Overview (4 tabs: Repos/Members/Teams/Settings) and Team Detail (2 tabs: Members/Repos). Features: tab count badges, role-conditional tab visibility (e.g., Settings tab only for owners), tab data caching after first load, and responsive tab label abbreviation at minimum breakpoint. Implementation in apps/tui/src/components/TabbedDetailView.tsx.
Auto-generated by smithers workflow