Polish onboarding and reference asset layout

This commit is contained in:
hyunho
2026-04-02 11:22:52 +09:00
parent c0564ee326
commit f5c68ada80
8 changed files with 21 additions and 7 deletions

View File

@@ -56,6 +56,11 @@
5. 필요한 DB 동기화 범위를 결정한다.
6. 수정 후 관련 시나리오를 검증한다.
환경 준비:
- 최초 실행 전 `.env.example``.env`로 복사한다.
- `./scripts/prepare_dev_worktree.sh`는 dev worktree에 `.env`가 없으면 `.env.example`로 기본 파일을 만든다.
핵심 질문:
- 지금 고치는 파일이 실제 source-of-truth가 맞는가?