- faq.json: /support/faq → /customer-center/faq
- event-board.json: /support/events → /customer-center/events
- bill-management.json: /accounting/bill → /accounting/bills
수정 후 모든 페이지 정상 로드 확인됨
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 54개 시나리오 파일에 URL 기반 메뉴 탐색을 위한 navigation 속성 추가
- targetUrl: 정확한 페이지 URL 경로
- urlPattern: ko 버전 포함 URL 패턴 (regex)
- menuHints: 메뉴명 힌트 배열 (fallback용)
메뉴 탐색 실패율 41.8% → URL 기반 방식으로 개선 예정
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>