diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 93ad9ff..9ad7868 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -4,6 +4,14 @@ ## [Unreleased] +### 변경 +- **LGCNS 3개 페이지 디자인 시스템 전환** — LGCNSMLOps/AISecurityPage/AIAgentSecurityPage 공통 구조 적용 + - 커스텀 탭 → TabBar/TabButton 공통 컴포넌트 교체 + - hex 색상 맵 → Tailwind 토큰, `style={{ }}` 인라인 제거 + - 인라인 Badge intent 삼항 → 카탈로그 함수 교체 (getAgentPermTypeIntent 등) + - 신규 카탈로그 4종: MLOps Job 상태, AI 위협 수준, Agent 권한 유형, Agent 실행 결과 + - catalogRegistry 등록 → design-system.html 쇼케이스 자동 노출 + ## [2026-04-13] ### 추가