• Joined on 2025-12-29
jihoson closed issue jihoson/The-Ouroboros#112 2026-02-10 00:42:40 +09:00
fix: test_run_all_aggregations 실패 수정
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-10 00:42:40 +09:00
c5831966ed Merge pull request 'fix: derive all aggregation timeframes from trade timestamp (#112)' (#113) from fix/test-failures into main
f03cc6039b fix: derive all aggregation timeframes from trade timestamp (#112)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#111 2026-02-09 23:23:13 +09:00
V2-2-1: L7 실시간 컨텍스트 기록 (시장별)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-09 23:18:24 +09:00
9171e54652 Merge pull request 'feat: integrate scenario engine and playbook into main trading loop (issue #84)' (#110) from feature/issue-84-main-integration into main
d64e072f06 fix: PR review — DB reload, market-local date, market-scoped scan_candidates
b2312fbe01 fix: resolve lint issues in main.py and test_main.py
98c4a2413c feat: integrate scenario engine and playbook into main trading loop (issue #84)
Compare 4 commits »
jihoson closed issue jihoson/The-Ouroboros#84 2026-02-09 23:18:24 +09:00
V2-1-7: main.py 통합 (플레이북 + 시나리오 엔진)
jihoson merged pull request jihoson/The-Ouroboros#110 2026-02-09 23:18:24 +09:00
feat: integrate scenario engine and playbook into main trading loop (issue #84)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-08 22:07:37 +09:00
6fba7c7ae8 Merge pull request 'feat: implement pre-market planner with Gemini integration (issue #83)' (#109) from feature/issue-83-pre-market-planner into main
be695a5d7c fix: address PR review — inject today param, remove unused imports, fix lint
6471e66d89 fix: correct Settings field name in planner tests (KIS_ACCOUNT_NO)
149039a904 feat: implement pre-market planner with Gemini integration (issue #83)
Compare 4 commits »
jihoson closed issue jihoson/The-Ouroboros#83 2026-02-08 22:07:36 +09:00
V2-1-2: Pre-Market 플래너 (Gemini 프롬프트/파서)
jihoson merged pull request jihoson/The-Ouroboros#109 2026-02-08 22:07:36 +09:00
feat: implement pre-market planner with Gemini integration (issue #83)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-08 21:27:47 +09:00
815d675529 Merge pull request 'feat: add Telegram playbook notifications (issue #81)' (#108) from feature/issue-81-telegram-playbook-notify into main
e8634b93c3 feat: add Telegram playbook notifications (issue #81)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#81 2026-02-08 21:27:46 +09:00
V2-1-6: Telegram 플레이북 알림
jihoson merged pull request jihoson/The-Ouroboros#108 2026-02-08 21:27:46 +09:00
feat: add Telegram playbook notifications (issue #81)
jihoson closed issue jihoson/The-Ouroboros#104 2026-02-08 21:17:41 +09:00
Document push alternatives for agent environments
jihoson closed issue jihoson/The-Ouroboros#105 2026-02-08 21:16:45 +09:00
Require rebase after creating feature branch
jihoson commented on pull request jihoson/The-Ouroboros#106 2026-02-08 21:16:38 +09:00
Require rebase after creating feature branch

#105

jihoson pushed to main at jihoson/The-Ouroboros 2026-02-08 21:07:14 +09:00
f20736fd2a Merge pull request 'feat: add playbook persistence with DB schema and CRUD store (issue #82)' (#107) from feature/issue-82-playbook-persistence into main
7f2f96a819 feat: add playbook persistence with DB schema and CRUD store (issue #82)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#82 2026-02-08 21:07:13 +09:00
V2-1-4: 플레이북 영속화 (DB + Store)
jihoson merged pull request jihoson/The-Ouroboros#107 2026-02-08 21:07:13 +09:00
feat: add playbook persistence with DB schema and CRUD store (issue #82)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-08 20:47:36 +09:00
aaa74894dd Merge pull request 'feat: implement local scenario engine for playbook execution (issue #80)' (#102) from feature/issue-80-scenario-engine into main
e711d6702a fix: deduplicate missing-key warnings and normalize match_details
d2fc829380 fix: add safe type casting and missing-key warnings in ScenarioEngine
9599b188e8 feat: implement local scenario engine for playbook execution (issue #80)
Compare 4 commits »
jihoson closed issue jihoson/The-Ouroboros#80 2026-02-08 20:47:34 +09:00
V2-1-3: 시나리오 엔진 (로컬 매칭)