- domain: is_votable → all groups (voting gated by D-2 open ~ kickoff-60m time window, not group) - worker: AI generation selects matches by opens_at <= now+lookahead (all groups), pre-fills before D-2 open so picks aren't empty; only_missing keeps total calls = 3/match - config: ai_generate_lookahead_hours=30 (covers daily-only gen cadence) - Arena: default pick 0:0 (무승부) - frontend Dockerfile: install from package.json only (macOS-generated lock leaves rollup darwin-x64 stub w/o version → npm "Invalid Version" on linux) NOTE for deploy: set DEMO_FORCE_OPEN=false and real PUBLIC_ORIGIN in server .env. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| routers | ||
| services | ||
| __init__.py | ||
| config.py | ||
| database.py | ||
| domain.py | ||
| main.py | ||
| models.py | ||
| regenerate_ai.py | ||
| schedule_data.py | ||
| schemas.py | ||
| scoring.py | ||
| seed.py | ||
| seed_data.py | ||
| teams_data.py | ||
| worker.py | ||