docs: restore onboarding context and clarify runtime-impact gaps
Some checks failed
CI / test (pull_request) Has been cancelled

This commit is contained in:
agentson
2026-02-16 12:29:54 +09:00
parent cc1489fd7c
commit 93e31cf667
4 changed files with 82 additions and 3 deletions

View File

@@ -21,6 +21,13 @@ V2 핵심 영역 테스트가 포함되어 있습니다.
- `tests/test_dashboard.py`
- `tests/test_main.py`
기존 핵심 영역 테스트도 유지됩니다.
- `tests/test_risk.py`: circuit breaker/fat-finger 안전장치 검증
- `tests/test_broker.py`: KIS API 호출/에러 처리/인증 흐름 검증
- `tests/test_brain.py`: Gemini 응답 파싱/신뢰도 게이트 검증
- `tests/test_market_schedule.py`: 시장 오픈/클로즈/타임존 로직 검증
## Required Checks
```bash