From ad79082dcc8c2f8cb04986adb8d9e22979dbf761 Mon Sep 17 00:00:00 2001 From: agentson Date: Mon, 23 Feb 2026 12:28:30 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20CLAUDE.md=20=EB=B9=84=ED=98=91=EC=83=81?= =?UTF-8?q?=20=EA=B7=9C=EC=B9=99=20=EB=AA=85=EC=8B=9C=20=EA=B0=95=ED=99=94?= =?UTF-8?q?=20=E2=80=94=20BULLISH=20=EC=8B=9C=20confidence=20=EC=9E=84?= =?UTF-8?q?=EA=B3=84=EA=B0=92=20=ED=8F=AC=ED=95=A8=20(#205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BULLISH 시장에서도 confidence < 80 → HOLD 규칙이 동일하게 적용됨을 명시. 시장 전망별 임계값: BEARISH=90(더 엄격), BULLISH/NEUTRAL=80(최소값). Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index addfb0d..588702c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -170,7 +170,7 @@ Markets auto-detected based on timezone and enabled in `ENABLED_MARKETS` env var - `src/core/risk_manager.py` is **READ-ONLY** — changes require human approval - Circuit breaker at -3.0% P&L — may only be made **stricter** - Fat-finger protection: max 30% of cash per order — always enforced -- Confidence < 80 → force HOLD — cannot be weakened +- Confidence < 80 → force HOLD — **절대 낮출 수 없음** (BULLISH 시장 포함, 모든 market_outlook에서 최소 80 적용, BEARISH는 90으로 더 엄격) - All code changes → corresponding tests → coverage ≥ 80% ## Contributing