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

10
environment.yml Normal file
View File

@@ -0,0 +1,10 @@
# DeepCoin 권장 conda 환경 (기존 ncue에 설치)
# 생성: conda env create -f environment.yml (이미 ncue가 있으면 activate 후 pip만)
name: ncue
channels:
- defaults
dependencies:
- python>=3.10
- pip
- pip:
- -r requirements.txt