chore: Vignette 모노레포 초기 스캐폴드 + 설계 문서 이관

- apps/web(React) · apps/api(FastAPI) · infra(Docker) · docs(설계 SoT)
- 마스터플랜·적대검증·메모리설계·디자인컨셉 docs 이관
- 미성년 사례데이터는 .gitignore로 제외(개인정보 보호)
This commit is contained in:
Yun Chan 2026-06-25 21:16:45 +09:00
commit 709baadd01
12 changed files with 3087 additions and 0 deletions

3
apps/api/README.md Normal file
View file

@ -0,0 +1,3 @@
# apps/api
FastAPI 백엔드 (Vignette). 엔진 어댑터(claude -p 상주풀)·상태머신·가드레일·RAG·RBAC.

4
apps/web/README.md Normal file
View file

@ -0,0 +1,4 @@
# apps/web
React 19 프론트엔드 (Vignette). 3역할 페이지 + 상담 세션 UI + 아바타.
스택: React 19 + Vite + SSE. 추후 React Native 공유 코어.