feat: session_id를 거래/의사결정 로그에 명시적 전달 #326

Open
opened 2026-02-28 13:18:27 +09:00 by agentson · 0 comments
Collaborator

ROOT 참조

GAP-1: DecisionLogger에 session_id 미포함 (CRITICAL)
GAP-2: src/main.py 거래 로그에 session_id 미전달 (CRITICAL)

변경 대상

  • src/logging/decision_logger.py
  • src/main.py (line 1625, 1682, 2769)
  • src/db.py

수용 기준

  • 모든 SELL/BUY 로그에 session_id 필드 존재
  • 의사결정 로그에 session_id 필드 존재
  • session_id가 실제 런타임 세션과 일치

Phase

Phase 2 (단기 — 데이터 정합성 + v2 실효화)

문서

docs/ouroboros/85_loss_recovery_action_plan.md ACT-09

## ROOT 참조 GAP-1: DecisionLogger에 session_id 미포함 (CRITICAL) GAP-2: src/main.py 거래 로그에 session_id 미전달 (CRITICAL) ## 변경 대상 - src/logging/decision_logger.py - src/main.py (line 1625, 1682, 2769) - src/db.py ## 수용 기준 - 모든 SELL/BUY 로그에 session_id 필드 존재 - 의사결정 로그에 session_id 필드 존재 - session_id가 실제 런타임 세션과 일치 ## Phase Phase 2 (단기 — 데이터 정합성 + v2 실효화) ## 문서 docs/ouroboros/85_loss_recovery_action_plan.md ACT-09
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#326