전 저장소 리팩터링과 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

@ -136,8 +136,8 @@ rg -n "materialize_seed_personas|init_pool|close_pool|--apply|--json" scripts/ma
```powershell
# 백엔드 (작업 디렉터리 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)
npm run typecheck