전 저장소 리팩터링과 SSOT 정비

This commit is contained in:
Yun Chan 2026-07-15 21:31:30 +09:00
parent 14ecbd4e7d
commit 3dfddcac6f
173 changed files with 19679 additions and 6952 deletions

View file

@ -488,8 +488,8 @@ RAG 임베딩/리랭커 의존성은 기본 이미지에 설치하지 않는다.
```powershell
# 백엔드 (apps/api)
cd apps\api
python -m pytest app/ -q # 백엔드 기준선 178 pass
python -m pytest engine_gateway\ -q # 현재 27 pass
python -m pytest app/ -q # 백엔드 기준선 400 pass
python -m pytest engine_gateway\ -q # 현재 29 pass
# 웹 (apps/web)
cd apps\web