8월 7일까지 워킹트리에만 남아 있던 미커밋 작업을 커밋한다. 여러 사본 폴더(worktree·clone)에 흩어져 있던 중간 스냅샷을 정리하기 전에 원본을 git 이력으로 고정하는 것이 목적이다. - contracts/routes/services: measurement, outcome_trajectory, rupture_repair, deliberate_practice, calibration_transfer, supervision_research, multimodal_alliance, continuous_improvement 계열 신규 모듈과 테스트 - infra/db/init: 07~16 마이그레이션(측정 기반~calibration transfer 실행) - apps/web: 세션 리뷰 카드·관리 화면·E2E 스펙 추가 - docs/ops: G0~G8 라이브 통합·배포·롤백 증거 문서와 evidence JSON/PNG - scripts: smoke·ledger·릴리스 에이전트·NAS 프리뷰 운영 스크립트 engine.public 로그 .bak과 apps/web/test-results 산출물은 커밋에서 제외했다.
20 lines
904 B
Text
20 lines
904 B
Text
# Direct runtime dependencies are pinned for transplantable Docker builds.
|
|
# Re-pin only after running the backend tests and compose smoke.
|
|
fastapi==0.111.0
|
|
uvicorn[standard]==0.30.6
|
|
asyncpg==0.31.0
|
|
pydantic==2.9.2
|
|
pydantic-settings==2.12.0
|
|
python-multipart==0.0.18
|
|
httpx==0.28.1
|
|
websockets==14.2
|
|
sse-starlette==3.0.3
|
|
# P4(2026-07-13 회의): 자유 양식 엑셀 업로드 → 텍스트 변환 (personas/sources/upload)
|
|
openpyxl==3.1.5
|
|
|
|
# ── 선택 의존성 (가드레일 PII 마스킹) ─────────────────────────────
|
|
# Presidio 가 설치되면 guardrail.mask_pii 가 NER 기반으로 동작하고,
|
|
# 없으면 정규식 폴백으로 자동 degrade (import 는 깨지지 않음 — 지연 로드).
|
|
# 운영(Phase 2) 전환 시 주석 해제. 무거운 의존(spaCy 모델)이라 MVP 기본 제외.
|
|
# presidio-analyzer
|
|
# presidio-anonymizer
|