refactoring

This commit is contained in:
2026-05-02 16:24:42 +09:00
parent 296adf3073
commit 859c39fe0c
194 changed files with 5267 additions and 0 deletions

32
config/review_rules.yaml Normal file
View File

@@ -0,0 +1,32 @@
# ─────────────────────────────────────────────────
# review_rules.yaml
# 합의판정 항목 → 결과 그룹 매핑
# ─────────────────────────────────────────────────
# 합의판정 항목별 결과 그룹 (game_report.py + record_game_playwright.py 통합)
# type1 = 페어/파울, type2 = 아웃/세이프, type3 = 인정/불인정
review_result_groups:
홈런타구 페어 파울:
type: type1
options: [페어, 파울]
외야타구 페어 파울:
type: type1
options: [페어, 파울]
포수/태그플레이 아웃/세이프:
type: type2
options: [아웃, 세이프]
야수의 포구:
type: type2
options: [아웃, 세이프]
몸에 맞는 공:
type: type3
options: [인정, 불인정]
파울:
type: type3
options: [인정, 불인정]
헛스윙:
type: type3
options: [인정, 불인정]
기타:
type: type3
options: [인정, 불인정]