feat(phase2): TopNav 사주·타로 진입점 + CLAUDE.md 정합화

- TopNav LINKS에 /work/saju, /tarot 추가 (5링크, 모바일 드로어 자동 반영)
- CLAUDE.md: 핵심 IA에 사주/타로 공개 라우트 추가, 숨김 서비스 표에서
  /work/saju* 제거(공개 전환), 사주 시스템 안내문 갱신, 파일 구조에
  tarot/·api/tarot/·lib/tarot/·lib/ai-usage.ts 반영

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-02 21:55:44 +09:00
parent 124478e3d6
commit 65ff294e89
2 changed files with 15 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ const LINKS = [
{ href: '/outsourcing', label: '외주 개발' },
{ href: '/products', label: '소프트웨어' },
{ href: '/showcase', label: '제작 사례' },
{ href: '/work/saju', label: '사주' },
{ href: '/tarot', label: '타로' },
];
export default function TopNav() {