From 48b87a79f672e2619cbb713cbbaac994e20791d2 Mon Sep 17 00:00:00 2001 From: agentson Date: Mon, 23 Feb 2026 12:29:39 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20CLAUDE.md=20confidence=20=EA=B7=9C?= =?UTF-8?q?=EC=B9=99=20BULLISH=3D75=20=EB=AA=85=EC=8B=9C=20(#205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 시장 전망별 BUY confidence 최소 임계값: - BEARISH: 90 (더 엄격) - NEUTRAL/기본: 80 - BULLISH: 75 (낙관적 시장에서 완화) 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 588702c..5247fb2 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 — **절대 낮출 수 없음** (BULLISH 시장 포함, 모든 market_outlook에서 최소 80 적용, BEARISH는 90으로 더 엄격) +- Confidence 임계값 (market_outlook별, 낮출 수 없음): BEARISH ≥ 90, NEUTRAL/기본 ≥ 80, BULLISH ≥ 75 - All code changes → corresponding tests → coverage ≥ 80% ## Contributing