o2o-site-AEO/backend/common/category_schema/resources/restaurant.json
Mina Choi 6784e59ca5 최초 커밋 — 기존 코드 전체 + 문서 체계 신설
git 저장소가 없어 히스토리·협업 기반이 아예 없던 상태를 연다.
함께 문서를 재편했다. 그동안 문서가 있어도 "이 제품이 뭘 푸는가"와
"어떻게 도는가"를 담은 문서가 없어서, 목표 문장이 backend/frontend
README 두 곳에 복붙돼 있었다 — 상위 문서가 없어 아래로 샌 것이다.

신설
  README.md               레포 진입점 + 문서 지도 + 문서 규칙 4가지
  AGENTS.md               에이전트·신규 합류자용 함정 목록과 규약
                          (CLAUDE.md 는 여기로 걸린 심볼릭 링크)
  docs/PRODUCT.md         제품 정의 — 문제·사용자·원칙·**non-goals**·성공 기준
  docs/ARCHITECTURE.md    payload 경계·발행 파이프라인·서빙 결정·앱 분리 설계

이동
  backend/docs/DECISIONS.md → docs/DECISIONS.md
    백엔드만의 결정이 아니다. 게다가 코드 주석 ~25곳이 이미
    `docs/DECISIONS.md` 로 적고 있어 레포 루트 기준으로는 그게 맞다.

갱신
  docs/DEPLOY.md          서빙 결정 반영 — nginx 정적 서빙이 지금 경로(3절),
                          Azure 는 나중에 켤 때(4절)로 분리
  docs/ARCHITECTURE.md    사이트 = 한 장(2026-08-31) 구조 반영
  docs/COLLECTION_SEO_AEO_FLOW.md
                          robots.txt·sitemap.xml 은 오리진 루트에만 굽는다는 점 명시
  frontend/site/scripts/prerender.ts
                          헤더 주석의 렌더 보고서 경로가 실제(422줄)와 달라 수정

.gitignore
  ★ CLAUDE.md 를 더 이상 무시하지 않는다. 에이전트 지침은 팀과 모든
    에이전트가 공유하는 규약이라 커밋해야 한다 — 무시하면 클론한 사람이
    "배포 후 republish_all.py 필수" 같은 함정을 전달받지 못한다.
    개인용 오버라이드는 ~/.claude/CLAUDE.md 에 둔다.
2026-08-31 13:57:59 +09:00

33 lines
4.0 KiB
JSON

{
"category": "restaurant",
"code": 3,
"label": "음식점",
"fields": [
{ "key": "business_hours", "label": "영업시간", "type": "text", "scope": "place", "required": true, "critical": true, "allow_llm": false },
{ "key": "closed_days", "label": "휴무일", "type": "text", "scope": "place", "required": true, "critical": true, "allow_llm": false },
{ "key": "break_time", "label": "브레이크타임", "type": "text", "scope": "place", "required": false, "critical": true, "allow_llm": false },
{ "key": "last_order", "label": "라스트오더", "type": "time", "scope": "place", "required": false, "critical": true, "allow_llm": false },
{ "key": "reservation_required", "label": "예약 필수", "type": "bool", "scope": "place", "required": true, "critical": true, "allow_llm": false },
{ "key": "reservation_channel", "label": "예약 방법", "type": "text", "scope": "place", "required": false, "critical": true, "allow_llm": false },
{ "key": "pet_allowed", "label": "반려동물 동반", "type": "bool", "scope": "place", "required": true, "critical": true, "allow_llm": false },
{ "key": "kids_allowed", "label": "아동 입장", "type": "bool", "scope": "place", "required": true, "critical": true, "allow_llm": false },
{ "key": "corkage", "label": "콜키지", "type": "text", "scope": "place", "required": false, "critical": true, "allow_llm": false },
{ "key": "room_available", "label": "룸·별실", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false },
{ "key": "group_seat_max", "label": "단체석 최대 인원", "type": "number", "scope": "place", "required": false, "critical": true, "allow_llm": false, "unit": "명" },
{ "key": "parking", "label": "주차 가능", "type": "bool", "scope": "place", "required": false, "critical": true, "allow_llm": false },
{ "key": "parking_capacity", "label": "주차 대수", "type": "number", "scope": "place", "required": false, "critical": false, "allow_llm": false, "unit": "대" },
{ "key": "takeout", "label": "포장", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false },
{ "key": "delivery", "label": "배달", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false },
{ "key": "payment_methods", "label": "결제 수단", "type": "text", "scope": "place", "required": false, "critical": true, "allow_llm": false },
{ "key": "signature_menu", "label": "대표 메뉴", "type": "text", "scope": "place", "required": false, "critical": false, "allow_llm": false },
{ "key": "price_range", "label": "가격대", "type": "text", "scope": "place", "required": false, "critical": false, "allow_llm": false },
{ "key": "wheelchair_accessible", "label": "휠체어 접근", "type": "bool", "scope": "place", "required": false, "critical": true, "allow_llm": false },
{ "key": "intro", "label": "가게 소개", "type": "text", "scope": "place", "required": false, "critical": false, "allow_llm": true },
{ "key": "menu_name", "label": "메뉴명", "type": "text", "scope": "unit", "required": true, "critical": false, "allow_llm": false },
{ "key": "menu_price", "label": "메뉴 가격", "type": "number", "scope": "unit", "required": false, "critical": true, "allow_llm": false, "unit": "원" },
{ "key": "menu_min_order", "label": "최소 주문 인분", "type": "number", "scope": "unit", "required": false, "critical": true, "allow_llm": false, "unit": "인분" },
{ "key": "menu_intro", "label": "메뉴 소개", "type": "text", "scope": "unit", "required": false, "critical": false, "allow_llm": true }
]
}