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 에 둔다.
39 lines
5.0 KiB
JSON
39 lines
5.0 KiB
JSON
{
|
|
"category": "lodging",
|
|
"code": 1,
|
|
"label": "숙박",
|
|
"fields": [
|
|
{ "key": "check_in_time", "label": "체크인 시간", "type": "time", "scope": "place", "required": true, "critical": true, "allow_llm": false },
|
|
{ "key": "check_out_time", "label": "체크아웃 시간", "type": "time", "scope": "place", "required": true, "critical": true, "allow_llm": false },
|
|
{ "key": "cancel_policy", "label": "취소·환불 규정", "type": "text", "scope": "place", "required": true, "critical": true, "allow_llm": false },
|
|
{ "key": "cooking_allowed", "label": "취사 가능", "type": "bool", "scope": "place", "required": true, "critical": true, "allow_llm": false },
|
|
{ "key": "pet_allowed", "label": "반려동물 동반", "type": "bool", "scope": "place", "required": true, "critical": true, "allow_llm": false },
|
|
{ "key": "smoking", "label": "흡연 가능", "type": "bool", "scope": "place", "required": false, "critical": true, "allow_llm": false },
|
|
{ "key": "extra_person_fee", "label": "인원 추가 요금", "type": "number", "scope": "place", "required": false, "critical": true, "allow_llm": false, "unit": "원" },
|
|
{ "key": "reception_hours", "label": "프런트 운영시간", "type": "text", "scope": "place", "required": false, "critical": false, "allow_llm": false },
|
|
{ "key": "parking", "label": "주차 가능", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false },
|
|
{ "key": "parking_capacity", "label": "주차 대수", "type": "number", "scope": "place", "required": false, "critical": false, "allow_llm": false, "unit": "대" },
|
|
{ "key": "wifi", "label": "와이파이", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false },
|
|
{ "key": "bbq_available", "label": "바비큐 이용", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false },
|
|
{ "key": "bbq_fee", "label": "바비큐 이용료", "type": "number", "scope": "place", "required": false, "critical": true, "allow_llm": false, "unit": "원" },
|
|
{ "key": "breakfast", "label": "조식 제공", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false },
|
|
{ "key": "baby_amenities", "label": "유아용품 비치", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false },
|
|
{ "key": "pickup_service", "label": "픽업 서비스", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false },
|
|
{ "key": "intro", "label": "숙소 소개", "type": "text", "scope": "place", "required": false, "critical": false, "allow_llm": true },
|
|
|
|
{ "key": "room_type", "label": "객실 타입", "type": "text", "scope": "unit", "required": true, "critical": false, "allow_llm": false },
|
|
{ "key": "standard_capacity", "label": "기준 인원", "type": "number", "scope": "unit", "required": true, "critical": true, "allow_llm": false, "unit": "명" },
|
|
{ "key": "max_capacity", "label": "최대 인원", "type": "number", "scope": "unit", "required": true, "critical": true, "allow_llm": false, "unit": "명" },
|
|
{ "key": "bed_type", "label": "침대 구성", "type": "text", "scope": "unit", "required": false, "critical": false, "allow_llm": false },
|
|
{ "key": "room_size", "label": "객실 면적", "type": "number", "scope": "unit", "required": false, "critical": false, "allow_llm": false, "unit": "㎡" },
|
|
{ "key": "bathroom_count", "label": "욕실 수", "type": "number", "scope": "unit", "required": false, "critical": false, "allow_llm": false, "unit": "개" },
|
|
{ "key": "has_kitchen", "label": "주방 여부", "type": "bool", "scope": "unit", "required": false, "critical": true, "allow_llm": false },
|
|
{ "key": "has_aircon", "label": "에어컨", "type": "bool", "scope": "unit", "required": false, "critical": false, "allow_llm": false },
|
|
{ "key": "view", "label": "전망", "type": "text", "scope": "unit", "required": false, "critical": false, "allow_llm": false },
|
|
{ "key": "weekday_price", "label": "주중 요금", "type": "number", "scope": "unit", "required": false, "critical": true, "allow_llm": false, "unit": "원" },
|
|
{ "key": "weekend_price", "label": "주말 요금", "type": "number", "scope": "unit", "required": false, "critical": true, "allow_llm": false, "unit": "원" },
|
|
{ "key": "peak_price", "label": "성수기 요금", "type": "number", "scope": "unit", "required": false, "critical": true, "allow_llm": false, "unit": "원" },
|
|
{ "key": "room_intro", "label": "객실 소개", "type": "text", "scope": "unit", "required": false, "critical": false, "allow_llm": true }
|
|
]
|
|
}
|