Files
ai-code-app/features/overview.md

10 lines
363 B
Markdown

# Features Overview
`src/features`는 프로젝트 전용 기능 영역입니다.
## 구조 기준
- 공통 UI로 분리하기 어려운 화면 로직은 `src/features`에 둡니다.
- 재사용 가능한 UI는 `src/components`, 카드형 조합은 `src/widgets`로 분리합니다.
- 레이아웃 전용 기능은 `src/features/layout`에서 관리합니다.