feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -11,8 +11,8 @@ Uber Base Web은 Uber에서 전사적 웹 애플리케이션 개발을 통합하
* **자동화된 문서화 시스템 (uSpec):** 방대한 컴포넌트 사양(Spec)을 최신 상태로 유지하기 위해 Uber는 AI 에이전트와 Figma Console MCP를 연결한 'uSpec' 시스템을 구축했다 [15, 16]. 이 시스템은 Figma 파일에서 직접 토큰 값, 변형 구조, 접근성 매핑 데이터를 추출하여 몇 분 만에 완벽한 컴포넌트 문서를 자동으로 생성함으로써 문서화의 병목 현상을 해결한다 [17-20].
## 🔗 Knowledge Connections
- **Related Topics:** [[React Component Library]], [[Overrides Pattern]], [[Design Tokens]], [[Atomic CSS]], [[Accessibility (A11y)]], [[CSS-in-JS]]
- **Projects/Contexts:** [[Uber Internal Web Applications]], [[Styletron Integration]], [[Design System Observability]], [[uSpec]]
- **Related Topics:** React Component Library, [[Overrides Pattern]], [[Design Tokens]], Atomic CSS, [[Accessibility (A11y)]], [[CSS-in-JS]]
- **Projects/Contexts:** Uber Internal Web Applications, Styletron Integration, Design System Observability, uSpec
- **Contradictions/Notes:** Base Web은 스타일링 및 성능 최적화를 위해 Styletron 기반의 CSS-in-JS 방식을 사용하여 Atomic CSS를 런타임에 주입하지만 [9], 최근 프론트엔드 아키텍처 동향에서는 Next.js의 React Server Components(RSC)와 같은 환경에서 CSS-in-JS의 런타임 오버헤드를 우려하여 Tailwind CSS와 같은 빌드 타임(Zero-runtime) 정적 유틸리티 클래스 방식으로 회귀하는 트레이드오프 논쟁이 중요하게 다뤄지고 있다 [21, 22].
---