Phase C→B 배포 문서·dry-run 검증을 추가하고 운영 env를 동기화한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
xavis
2026-06-01 17:04:07 +09:00
parent d385456867
commit 3cbfa40aab
12 changed files with 830 additions and 12 deletions

View File

@@ -7,12 +7,16 @@
## 선행 조건
1. `python scripts/04_simulation_report.py`**Go/No-Go: GO**
2. 본 문서·`RISK.md`·`OPERATIONS.md` 숙지
3. `.env` 한도 값 확정
2. [DEPLOYMENT_CHECKLIST.md](../05_ops/DEPLOYMENT_CHECKLIST.md) — Phase C 완료 후 B-1
3. [env.recommended.md](../05_ops/env.recommended.md) — Phase별 `.env`
4. 본 문서·`RISK.md`·`OPERATIONS.md` 숙지
## 실행
```bash
# Phase A: hybrid tier·한도 점검 (주문 없음)
python scripts/06_verify_live_dryrun.py
# 반드시 LIVE_TRADING_ENABLED=1 일 때만 주문
python scripts/06_execute_live.py --once # 1회 점검
python scripts/06_execute_live.py # 상시 (알림+주문)