From 5f43b444dea79699fab27ee07659409de3493e53 Mon Sep 17 00:00:00 2001 From: jongjae Date: Tue, 19 May 2026 08:18:12 +0900 Subject: [PATCH] =?UTF-8?q?[2026-05-19]=20CLAUDE.md=20=E2=80=94=20daily=5F?= =?UTF-8?q?context.json=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95=20(app/a?= =?UTF-8?q?i=20=E2=86=92=20data/)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 83a9f55..fb4daee 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -114,8 +114,7 @@ stockbot_v3/ │ ├── config.py ← 전략 파라미터 (수정 가능) │ ├── ai/ │ │ ├── morning.py ← 장 전 데이터 수집 -│ │ ├── evening.py ← 장 후 데이터 수집 -│ │ └── daily_context.json ← 매일 갱신 +│ │ └── evening.py ← 장 후 데이터 수집 │ ├── strategy/ │ │ └── volatility_breakout.py ← 전략 로직 (수정 가능) │ ├── execution/ @@ -138,6 +137,7 @@ stockbot_v3/ │ └── live_ready/ ← 실전 전환 조건 충족 시 생성 ├── data/ │ ├── stockbot.db +│ ├── daily_context.json ← 매일 /morning이 갱신, 봇이 08:30에 로드 │ ├── news/ │ └── market/ └── logs/