Commit graph

45 commits

Author SHA1 Message Date
5d6a9617aa refactor: update socket client and clean up backtest analysis files 2026-05-30 16:18:29 +09:00
9efc0a68dc feat: backtest analysis surface implementation
- Add backtest analysis results migration (000002)
- Update backtest proto definitions and generated code
- Extend backtest domain types and engine
- Add parser map for backtest analysis
- Update storage layer with backtest analysis queries and keys
- Add client contract tests and generated code
- Add m-backtest-analysis-surface task documentation
2026-05-30 14:43:40 +09:00
a5710b20ff feat(backtest): run canceled status support and phase progress update
Backtest run handler에 context.Canceled 상태 전이를 추가한다.
executor가 context.Canceled를 반환하면 run 상태를 canceled로 설정한다.
에러 메시지 포맷팅도 동적 상태로 변경했다.

agent-roadmap을 업데이트한다.
Backtest Engine Baseline을 완료 처리하고 archive로 이동한다.
Backtest Analysis Surface를 진행 중 상태로 전환한다.
Task 검증 조건을 추가하고 완료 기준을 정리한다.

테스트 추가:
- context.Canceled 전이 테스트를 추가한다.
2026-05-30 12:53:34 +09:00
38b68315fc feat: backtest engine baseline implementation
- Add backtest proto definitions and generated code
- Update domain types for backtest results and fixtures
- Add PostgreSQL migrations for backtest tables
- Implement storage layer for backtest result persistence
- Add backtest job definitions and execution pipeline
- Remove obsolete agent-task documents for completed items
2026-05-30 12:13:45 +09:00
b2f98f3e19 feat: backtest engine baseline milestone tasks and domain updates
- Add backtest engine baseline milestone tasks (G05, G06, G07)
- Update roadmaps and phase files
- Add backtest domain types and tests
- Move data-foundation phase to archive
2026-05-30 11:18:11 +09:00
128c57bb06 sync: agent-ops from agentic-framework v1.1.101 2026-05-30 06:03:16 +09:00
142f8dcc57 sync: agent-ops from agentic-framework v1.1.99 2026-05-30 05:39:04 +09:00
b553fcce9c update: roadmap changes - backtest and data-foundation phases 2026-05-29 21:06:43 +09:00
0bc2403b72 add worker data-check command and datacheck package, remove outdated plan/review docs 2026-05-29 20:52:32 +09:00
bee6dbb09a feat: Korea daily data foundation - import storage pipeline and marketdata provider
- Add marketdata_jobs.go with import and cleanup handlers
- Add marketdata_jobs_test.go with unit tests
- Add marketdata provider package for storage operations
- Remove completed task documents for import storage pipeline (02+01)
2026-05-29 20:20:30 +09:00
6524afaa20 feat: korea provider implementation and data foundation
- Add types_test.go for market domain contracts
- Add worker provider package for Korea data
- Update market types and go.work.sum
- Remove deprecated 01_provider_foundation task files
2026-05-29 19:54:28 +09:00
735dafe927 feat: Korea daily data foundation task and documentation updates
- Add agent-task/m-korea-data-foundation with plans and code reviews
- Update agent-roadmap data-foundation milestones
- Update README files for project and worker service
- Add worker testdata directory
2026-05-29 19:28:03 +09:00
1ac32baf1c sync: agent-ops from agentic-framework v1.1.84 2026-05-28 21:47:11 +09:00
7dd8d99914 update: roadmap - archive foundation-alignment phase, update data-foundation milestones 2026-05-28 20:38:49 +09:00
6cd08cdaf4 archive: persistence-worker-backbone milestone and add user review 2026-05-28 20:31:47 +09:00
f762d2abd9 feat: worker persistence layer and socket session updates
- Add worker storage layer with PostgreSQL/sqlc setup
- Add migration files for worker backbone schema
- Add job runner and built-in jobs implementation
- Add Redis key definitions for worker state management
- Archive socket-session-loop milestone (completed/renamed)
- Update roadmap current.md and foundation-alignment phase
- Add socket endpoint integration and runtime smoke tests
- Add infra-check, worker-storage-check, worker-storage-gen CLI tools
- Update API socket server and config
- Add pubspec dependencies and client socket endpoint changes
- Add config tests for API and worker services
2026-05-28 19:05:10 +09:00
66c7bb739d update agent-ops domain rules 2026-05-28 11:33:26 +09:00
711dbb9f0c 차지: socket 세션 관련 변경사항 적용 및 불필요한 리뷰 파일 제거 2026-05-28 11:05:37 +09:00
e947a1f1a2 feat: update client pubspec, add integration tests, remove completed task files 2026-05-28 10:53:40 +09:00
831caf1053 sync: agent-ops from agentic-framework v1.1.83 2026-05-28 10:15:18 +09:00
8933a0066b sync: agent-ops from agentic-framework v1.1.80 2026-05-28 09:59:13 +09:00
db4ee8f78e feat: socket session loop implementation and agent-task documentation
- Add server_test.go for socket server testing
- Update socket-session-loop.md roadmap milestone
- Refactor services/api/internal/socket/server.go
- Add agent-task documentation for socket session loop
2026-05-28 09:36:33 +09:00
abf88dcfe9 chore: archive contract-codegen-baseline.md and update socket-session-loop.md 2026-05-28 09:17:38 +09:00
c0e8fb8dfb 기능: Contract and Codegen Baseline 마일스톤 완료 처리
Contract and Codegen Baseline 마일스톤을 완료 상태로 변경하고
active 목록에서 제거했다. 마일스톤 파일을 archive로 이동했으며
PHASE.md의 상태를 계획에서 완료로 업데이트했다.
2026-05-28 09:13:59 +09:00
b9aa02c79a chore: update client contracts and README 2026-05-28 05:54:55 +09:00
4fe5777781 feat: api parser map 및 contracts 디렉터리 추가, server.go 수정 2026-05-28 05:40:53 +09:00
47f3b75381 sync: agent-ops from agentic-framework v1.1.79 2026-05-28 05:35:46 +09:00
88c673d973 feat: contract codegen baseline - add proto code generation for client and server
- Add proto files for backtest and market domains
- Generate Go code in packages/contracts/gen/go
- Generate Dart code in apps/client/lib/src/generated
- Add contracts-gen and contracts-check binaries
- Update pubspec.yaml with protoc dependencies
- Update go.work with new module
2026-05-28 05:29:03 +09:00
fe7604b0fd refactor: move roadmap from agent-ops/roadmap to agent-roadmap 2026-05-28 04:16:09 +09:00
c26e215a6b sync: agent-ops from agentic-framework v1.1.75 2026-05-27 13:49:45 +09:00
89e9fcc25e sync: agent-ops from agentic-framework v1.1.72 2026-05-27 09:45:35 +09:00
9874e9983c sync: agent-ops from agentic-framework v1.1.71 2026-05-27 09:14:32 +09:00
46db40058e sync: agent-ops from agentic-framework v1.1.70 2026-05-26 16:24:27 +09:00
bdf9b37509 sync: agent-ops from agentic-framework v1.1.69 2026-05-26 14:27:14 +09:00
17b7bfc348 sync: agent-ops from agentic-framework v1.1.65 2026-05-26 09:14:17 +09:00
8c1424d3f0 sync: agent-ops from agentic-framework v1.1.57 2026-05-25 22:42:03 +09:00
071236dbd6 sync: agent-ops from agentic-framework v1.1.56 2026-05-25 21:43:55 +09:00
c497d10eaa sync: agent-ops from agentic-framework v1.1.55 2026-05-25 21:16:43 +09:00
265516725e sync: agent-ops from agentic-framework v1.1.54 2026-05-25 21:08:05 +09:00
b9cf57cf39 update roadmap: operator-surface phase and milestones 2026-05-25 15:52:21 +09:00
c01a9f5338 refactor: roadmap structure reorganization - archive old milestones, create phase-based structure 2026-05-25 15:36:26 +09:00
bf5f880c59 sync: agent-ops from agentic-framework v1.1.53 2026-05-25 13:10:46 +09:00
583948ab10 sync: agent-ops from agentic-framework v1.1.51 2026-05-25 12:38:32 +09:00
27d50d3f28 sync: agent-ops from agentic-framework v1.1.50 2026-05-25 10:54:33 +09:00
5c79ca171e initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00