fix(report): 레포트 프로 수준 개선 — gate_trace 정형화, HTS표 재설계, 중복섹션 제거
- _fmt_gate_trace(): 게이트 요약 compact 출력 (손절✓ 상대손절✓ 현금바닥⊘) - _concise_hts_input_sheet: gate_trace 제거, 지정가/매도수량/손절가/TP2가/실행스타일 추가 - _immediate_execution_playbook: 게이트요약 compact, sell_sequence 정형화된 표 - _reference_price_ledger: watch_breakout_gate 중복 fallback 제거, prices_json 기준가 원장 - _sparkline: 데이터 4개 미만 시 데이터부족 표시 - SECTION_TITLES: 내부 formula ID 한국어 명칭으로 통일 - report dict: generated_at/section_errors 추가 (PASS) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -11,6 +11,7 @@ REPORT_SECTION_ORDER = [
|
||||
"final_execution_decision",
|
||||
"concise_hts_input_sheet",
|
||||
"watch_breakout_gate",
|
||||
"reference_price_ledger",
|
||||
# PHASE-1: single conclusion + playbook
|
||||
"single_conclusion",
|
||||
"immediate_execution_playbook",
|
||||
@@ -19,6 +20,8 @@ REPORT_SECTION_ORDER = [
|
||||
"portfolio_sector_exposure_summary",
|
||||
"sector_trend_analysis_v1",
|
||||
"etf_representative_monitor_v1",
|
||||
"performance_readiness_summary",
|
||||
"operational_eval_queue_summary",
|
||||
# PHASE-2: quality + readiness scores
|
||||
"investment_quality_headline",
|
||||
"operational_truth_score",
|
||||
|
||||
Reference in New Issue
Block a user