Commit graph

156 commits

Author SHA1 Message Date
f958af104a sync: to agentic-framework v1.1.151 2026-06-19 16:49:50 +09:00
033214a5af sync: to agentic-framework v1.1.150 2026-06-19 16:43:06 +09:00
1e788f3121 feat: monthly aggregation implementation and code review 2026-06-19 10:22:43 +09:00
76d916f1df feat: backtest multi-timeframe coverage - minute import rejection archive, monthly aggregation, runner/scenario fixes
- Archive G06 minute import rejection task files (plan, code review, complete)
- Add monthly aggregation module (services/worker/internal/marketdata/aggregation/)
- Fix runner and scenario handling for rejected minute imports
- Update tests and testdata for minute import rejection flow
- Update G05 code review for monthly aggregation
2026-06-19 08:23:28 +09:00
dfabb9bfef feat: backtest multi-timeframe coverage - import timeframe contract & archive migration 2026-06-18 16:22:36 +09:00
e5bb46aaab feat: backtest multi-timeframe coverage completion
- Add agent-task/m-backtest-multi-timeframe-coverage with plans and code reviews
- Update roadmap PHASE and milestone documents
- Add bar_source_test.go for worker backtest
2026-06-18 10:53:03 +09:00
65f037bc79 feat: market data daily chart update and task archive
- Update MarketDailyItemchartprice to include volume field
- Add unit tests for market domain types
- Update market data job to map volume field
- Update KIS provider for daily chart price API
- Archive completed task files to 2026/06/
2026-06-18 09:45:41 +09:00
353584c8f9 chore: update domain types and archive backtest task files 2026-06-18 07:33:11 +09:00
0cccb47163 sync: agent-ops from agentic-framework v1.1.149 2026-06-17 23:20:51 +09:00
22a0926b35 sync: agent-ops from agentic-framework v1.1.148 2026-06-17 22:57:51 +09:00
012935e906 fix(domain): capability matrix API 구현 누락 항목을 보완한다
ProviderCapability에 Rules 필드 추가
CheckBars, ProviderCapabilityRequest, ProviderCapabilityDecision, ProviderCapabilityRule 타입 추가
types_test.go에 TestProviderCapabilityMatrix 테스트 추가
CODE_REVIEW-local-G05.md 구현 체크리스트 및 검증 결과 작성
2026-06-17 22:42:35 +09:00
97373ca14e feat(agent-task): m-backtest-multi-timeframe-coverage 작업 계획과 코드 리뷰를 추가한다
01_domain_capability_matrix: PLAN-local-G05, CODE_REVIEW-local-G05
02+01_kis_job_capability: PLAN-local-G06, CODE_REVIEW-local-G06
2026-06-17 21:37:12 +09:00
9d8dde6dc9 feat(domain/socket): 시장 데이터와 백테스트 소켓에 multi-timeframe 지원을 추가한다
packages/domain/market: timeframemap 타입 추가 및 테스트
services/api/internal/socket/market: multi-timeframe 소켓 메시지 지원
services/worker/internal/socket/backtest_mapping: 백테스트 매핑 함수에 multi-timeframe 반영
2026-06-17 21:34:28 +09:00
7c1e36cefa feat(proto): common.proto에 multi-timeframe 필드를 추가하고 생성 코드를 업데이트한다
common.proto에 multi-timeframe 관련 필드 추가
Go/Dart 생성 코드 일괄 업데이트
2026-06-17 21:33:42 +09:00
9cdda549c2 feat(cli): 백테스트 operator에 multi-timeframe 지원과 테스트를 추가한다
runner.go, scenario.go에 multi-timeframe 기능 추가
scenario_test.go에 테스트 Cases 추가
2026-06-17 21:33:01 +09:00
91602a66c7 docs(backtest): SDD 문서와 마일스톤을 업데이트하고 USER_REVIEW 정리한다
backtest-multi-timeframe-coverage와 scheduled-market-data-refresh의 SDD 및 마일스톤 문서 수정
USER_REVIEW 파일 삭제 (검증 완료로 간주)
2026-06-17 21:31:45 +09:00
ac5dbc0c71 sync: agent-ops from agentic-framework v1.1.147 2026-06-17 20:42:13 +09:00
1f1cfcabfa update roadmap and SDD files 2026-06-17 20:17:09 +09:00
7c81079e8c sync: agent-ops from agentic-framework v1.1.145 2026-06-17 18:33:41 +09:00
a7c108f4eb add backtest multi timeframe coverage milestone and update phase docs 2026-06-17 15:03:49 +09:00
16ff129729 feat: backtest-loop milestone - scheduled market data refresh 2026-06-17 14:31:42 +09:00
62d9c3312c update: roadmap and archive backtest scenario milestone 2026-06-17 09:56:01 +09:00
793e38cad8 fix: backtest result output and scenario automation updates 2026-06-17 07:35:20 +09:00
9d947f6be9 chore: archive old task files and update backtest matrix seed data 2026-06-16 22:46:20 +09:00
72ff5d1369 chore: archive 05+04 runtime startup files and update milestone 2026-06-16 21:53:12 +09:00
64e324345d sync: agent-ops from agentic-framework v1.1.141 2026-06-16 20:57:22 +09:00
6cf66682ef feat: backtest scenario automation task files and milestone update 2026-06-16 17:09:49 +09:00
3a675b7fcc sync: agent-ops from agentic-framework v1.1.140 2026-06-16 10:54:17 +09:00
a6b55aeded docs(backtest-scenario): 원격 runner 준비 상태 점검 항목을 추가한다 2026-06-16 10:43:30 +09:00
9a920a2028 chore: update backtest-loop phase and scenario automation milestones 2026-06-16 09:07:52 +09:00
243a1293f4 feat: backtest scenario automation and handoff validation
- Add backtest matrix test cases (success, failed, mismatch, timeout)
- Update runner with backtest scenario support
- Update scenario.go with handoff validation
- Update handoff tests for backtest scenarios
- Remove obsolete plan/review documents (moved to archive)
2026-06-16 07:55:09 +09:00
1266d6ab83 feat: backtest scenario automation G06-G07 완료 및 아카이브
- batch runner 구현 및 테스트 (G06: local 검증, G07: cloud 통합)
- scenario automation 파일들을 archive로 이동
- runner, scenario, output 개선
2026-06-15 22:46:01 +09:00
cb89655c6f update roadmap and task plans for backtest scenario automation 2026-06-15 21:25:40 +09:00
d770a195ff feat: backtest scenario automation 구현
- cli: scenario 실행 명령어 추가
- operator: scenario 처리 로직 구현 및 테스트
2026-06-15 21:13:32 +09:00
7b2dfe6751 update backtest loop roadmap and scenario implementation 2026-06-15 18:05:16 +09:00
60440f83de feat: add backtest selector flow task files 2026-06-15 17:15:05 +09:00
33e6ec0254 feat(backtest): 백테스트 선택자 플로우와 관련 테스트를 개선한다 2026-06-15 16:52:36 +09:00
f084fa6916 feat: backtest data collection infrastructure milestone completion
- Update backtest-data-collection-infrastructure roadmap
- Archive completed 02+01_storage_bar_selector task files
- Refactor bar_source, engine, and related tests in worker service
2026-06-15 15:30:12 +09:00
13fa527260 update roadmap and plan documents for backtest data collection milestone 2026-06-14 21:18:33 +09:00
a533efce9e feat: backtest data collection infrastructure implementation
- Add backtest proto definitions with selector and state types
- Update domain types for backtest session and configuration
- Implement backtest selector flow for data range input
- Add CLI operator client and handoff test coverage
- Update generated code for proto changes
- Add worker socket backtest mapping implementations
- Include agent-task for milestone tracking
2026-06-14 20:39:44 +09:00
5f7b972c44 feat: backtest gap handling task and operator updates 2026-06-14 19:28:24 +09:00
8d4cb785e8 feat: backtest data collection infrastructure freshness status and operator updates 2026-06-14 17:59:01 +09:00
d1bfc28d34 feat: backtest data collection infrastructure and agent-tooling phase add 2026-06-14 16:44:11 +09:00
6201708081 sync: agent-ops from agentic-framework v1.1.137 2026-06-13 11:28:16 +09:00
66bc0e2115 sync: agent-ops from agentic-framework v1.1.134 2026-06-10 20:33:02 +09:00
0d9555f9a3 docs(roadmap): 운영·거래 확장 단계 완료 반영한다
운영 표면과 거래 확장 phase를 완료 상태로 정리하고 ROADMAP에서 archive 경로로 이동되도록 반영한다.

또한 포트 슬롯 정책과 host publish 근거 문구를 README에 추가해 workspace 공통 대역 정합성을 문서화한다.
2026-06-08 20:00:10 +09:00
c0db4b24c1 feat(live-trading): 계좌 동기화와 감사 추적을 추가한다
Live Trading Boundary의 남은 account-sync/audit-trail 작업을 완료해 운영자 headless workflow와 roadmap 완료 후보 상태를 함께 반영한다.
2026-06-08 11:18:41 +09:00
c23fea2342 feat(live-trading): 실거래 risk guard를 추가한다
실거래 주문이 브로커에 도달하기 전에 kill switch와 계정별 주문 한도를 검증해야 한다. API, CLI, client parser surface와 완료된 review archive를 함께 정리한다.
2026-06-08 05:36:59 +09:00
adc0b12d82 feat(live-trading): 실거래 주문 lifecycle을 연결한다
실거래 주문 생성/조회/취소 흐름이 contracts, worker, API, CLI, Flutter parser까지 같은 메시지 경계로 이어져야 한다.\n\n브로커 호출 전 operator confirmation과 malformed order validation을 worker-owned runtime에서 막고, 리뷰 완료 산출물을 archive에 보존한다.
2026-06-07 17:29:45 +09:00
87c7f9cdee chore(ports): 워크스페이스 포트를 표준화한다
API/worker runtime default와 local infra host publish가 같은 포트 정책을 사용하도록 맞춘다.\n\nagent-task 리뷰 산출물을 함께 남겨 포트 표준화 작업의 검토 이력을 추적할 수 있게 한다.
2026-06-07 13:44:37 +09:00