feat: 운영 시작 시 누락 봉 증분 동기화 및 B-1 실거래 설정

05/06 시작 전 ops_sync로 지연 간격만 증분 보완하고, Phase B-1 live env·ncue 실행 래퍼를 반영한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-06-03 13:46:59 +01:00
parent 1fc560744d
commit a16c942be4
14 changed files with 301 additions and 14 deletions

View File

@@ -125,8 +125,9 @@ LIVE_COOLDOWN_MIN=3
### 4.2 매일 실행
```bash
# 프로젝트 루트, xavis conda
python scripts/01_download.py # 1일 1회 (봉 갱신)
# 프로젝트 루트, conda activate ncue (또는 scripts/run.ps1)
# 05/06 시작 시 OPS_SYNC_ON_START=1 이면 누락 봉 자동 증분 (00_sync_ops와 동일)
python scripts/01_download.py # 1일 1회 전체 점검 (선택)
python scripts/06_verify_live_dryrun.py # tier·설정 점검 (1일 1회)
python scripts/05_run_monitor.py # 상시 알림 (또는 --once 수동)
python scripts/06_execute_live.py --once # dry-run (주문 없음, 선택)

View File

@@ -1,6 +1,6 @@
# Live Phase A — dry-run 검증
- 일시: 2026-06-03 19:55:24
- 일시: 2026-06-03 13:34:09
- 결과: **PASS**
## Plan (목적)