docs(refactor): spec CATEGORY_COLORS 배치 코멘트 정정 (co-locate)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UHXzpsZQxKG9hQmNRfZjRS
This commit is contained in:
2026-07-10 14:01:28 +09:00
parent ad81f150a5
commit b60a511cb6

View File

@@ -35,7 +35,7 @@
src/pages/insta/
├── InstaCards.jsx # shell(~140줄): 탭바 + 상태헤더 + progress배너 + handleCreateSlate + 2탭 레이아웃 조합
├── InstaCards.css # 변경 없음 (shell에서 import 유지)
├── instaUtils.js # fmtDate(순수) + 다중 사용 상수(CATEGORY_COLORS)
├── instaUtils.js # fmtDate(순수) 다중 컴포넌트 공유 헬퍼. (CATEGORY_COLORS는 단일 사용이라 ExternalTrendsPanel에 co-locate)
├── instaUtils.test.js # fmtDate 유닛 (신규)
├── hooks/
│ └── usePollTask.js # 태스크 폴링 훅 { taskId, task, start, clear }