refactor: GT 차트 폴더 구조 정리 및 2단계 산출물 추가

현물 GT 차트를 docs/02_ground_truth/gt로 통일하고, 선물 GT는 futures/gt로 이동하며 매매 기법 JSON을 추가한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-06-09 21:21:26 +09:00
parent 281f4cfa25
commit 8c05f6bdd5
30 changed files with 407600 additions and 1976 deletions

View File

@@ -152,19 +152,19 @@ def load_settings(env_path: Path | None = None) -> Settings:
gt_futures_chart_v1 = _resolve_project_path(
os.getenv(
"GROUND_TRUTH_FUTURES_CHART_V1_FILE",
"docs/02_ground_truth/futures/ground_truth_chart_v1.html",
"docs/02_ground_truth/futures/gt/ground_truth_chart_v1.html",
)
)
gt_futures_chart_v2 = _resolve_project_path(
os.getenv(
"GROUND_TRUTH_FUTURES_CHART_V2_FILE",
"docs/02_ground_truth/futures/ground_truth_chart_v2.html",
"docs/02_ground_truth/futures/gt/ground_truth_chart_v2.html",
)
)
gt_futures_chart_v3 = _resolve_project_path(
os.getenv(
"GROUND_TRUTH_FUTURES_CHART_V3_FILE",
"docs/02_ground_truth/futures/ground_truth_chart_v3.html",
"docs/02_ground_truth/futures/gt/ground_truth_chart_v3.html",
)
)
gt_futures_sim_v1 = _resolve_project_path(