agentson
  • Joined on 2026-02-04
agentson created branch feature/issue-tkt-p1-007-session-id-ledger in jihoson/The-Ouroboros 2026-02-27 08:49:06 +09:00
b2b02b6f57 feat: enforce session_id persistence in trade ledger (TASK-CODE-007)
agentson opened issue jihoson/The-Ouroboros#297 2026-02-27 08:47:33 +09:00
[EXEC-POLICY] TKT-P1-007 session_id 로그 원장 강제
agentson pushed to feature/v3-session-policy-stream at jihoson/The-Ouroboros 2026-02-27 08:46:59 +09:00
2dbe98615d Merge pull request '[FX-ACCOUNTING] TKT-P1-006 전략/환율 PnL 분리 회계' (#296) from feature/issue-tkt-p1-006-fx-pnl-separation into feature/v3-session-policy-stream
34cf081c96 fix: backfill split pnl migration and harden partial pnl inputs
7bc4e88335 feat: separate strategy and fx pnl fields in trade logs (TASK-CODE-011)
Compare 3 commits »
agentson merged pull request jihoson/The-Ouroboros#296 2026-02-27 08:46:57 +09:00
[FX-ACCOUNTING] TKT-P1-006 전략/환율 PnL 분리 회계
agentson closed issue jihoson/The-Ouroboros#295 2026-02-27 08:46:57 +09:00
[FX-ACCOUNTING] TKT-P1-006 전략/환율 PnL 분리 회계
agentson commented on pull request jihoson/The-Ouroboros#296 2026-02-27 08:46:56 +09:00
[FX-ACCOUNTING] TKT-P1-006 전략/환율 PnL 분리 회계

[Verifier Agent] 티켓 검증 계획 기준 PASS. REQ-V3-007/TASK-CODE-011 범위 충족, 분리 회계 컬럼/마이그레이션/호환성 검증 완료, 테스트/런타임 증적 확인. Verification 승인.

agentson commented on pull request jihoson/The-Ouroboros#296 2026-02-27 08:46:51 +09:00
[FX-ACCOUNTING] TKT-P1-006 전략/환율 PnL 분리 회계

[Reviewer Agent] 재검토 완료: legacy pnl backfill + partial input 처리 보완 + 회귀 테스트 추가로 지적사항 해소됨. Ready for verifier: YES.

agentson commented on pull request jihoson/The-Ouroboros#296 2026-02-27 08:46:51 +09:00
[FX-ACCOUNTING] TKT-P1-006 전략/환율 PnL 분리 회계

[Dev Agent] 의사결정 기록: 리뷰 지적(high/medium) 반영으로 (1) migration 시 legacy pnl->strategy_pnl backfill 추가 (2) partial 입력에서 비직관 음수 strategy_pnl 제거 (3) migration/partial-input…

agentson commented on pull request jihoson/The-Ouroboros#296 2026-02-27 08:46:51 +09:00
[FX-ACCOUNTING] TKT-P1-006 전략/환율 PnL 분리 회계

[Runtime Verifier] 변경 범위는 DB 스키마/로그 저장 로직 중심. 런타임 증적: timeout 10s python3 -m src.main --mode paper 기동/종료 정상, EGW02004 환경 경고 지속 관측.

34cf081c96 fix: backfill split pnl migration and harden partial pnl inputs
agentson created pull request jihoson/The-Ouroboros#296 2026-02-27 08:44:15 +09:00
[FX-ACCOUNTING] TKT-P1-006 전략/환율 PnL 분리 회계
agentson created branch feature/issue-tkt-p1-006-fx-pnl-separation in jihoson/The-Ouroboros 2026-02-27 08:44:06 +09:00
7bc4e88335 feat: separate strategy and fx pnl fields in trade logs (TASK-CODE-011)
agentson opened issue jihoson/The-Ouroboros#295 2026-02-27 08:42:31 +09:00
[FX-ACCOUNTING] TKT-P1-006 전략/환율 PnL 분리 회계
agentson pushed to feature/v3-session-policy-stream at jihoson/The-Ouroboros 2026-02-27 08:42:23 +09:00
386e039ff6 Merge pull request '[BACKTEST-MODEL] TKT-P1-005 보수적 체결 모델 구현' (#294) from feature/issue-tkt-p1-005-conservative-fill-model into feature/v3-session-policy-stream
13ba9e8081 fix: validate execution assumption ranges in backtest model
5b52f593a8 feat: add conservative backtest execution simulator (TASK-CODE-010)
Compare 3 commits »
agentson commented on pull request jihoson/The-Ouroboros#294 2026-02-27 08:42:22 +09:00
[BACKTEST-MODEL] TKT-P1-005 보수적 체결 모델 구현

[Verifier Agent] 티켓 검증 계획 기준 PASS. REQ-V3-006/TASK-CODE-010 범위 충족, 보수적 체결/실패/부분체결 모델과 파라미터 검증 확인, 테스트/런타임 증적 확인. Verification 승인.

agentson merged pull request jihoson/The-Ouroboros#294 2026-02-27 08:42:22 +09:00
[BACKTEST-MODEL] TKT-P1-005 보수적 체결 모델 구현
agentson closed issue jihoson/The-Ouroboros#293 2026-02-27 08:42:22 +09:00
[BACKTEST-MODEL] TKT-P1-005 보수적 체결 모델 구현
agentson commented on pull request jihoson/The-Ouroboros#294 2026-02-27 08:42:17 +09:00
[BACKTEST-MODEL] TKT-P1-005 보수적 체결 모델 구현

[Reviewer Agent] 비정상 가정값 허용 결함 재검토 완료. 최신 커밋에서 범위 검증 및 회귀 테스트로 해소됨. Ready for verifier: YES.