Commit graph

37 commits

Author SHA1 Message Date
96e7c85c6f update operator workflow tests and backtest runtime 2026-06-03 22:28:59 +09:00
473934212c refactor: operator workflow G07 completed and archived
- Move G07 import CLI scenario docs to archive
- Update operator client, runner, scenario implementations
- Add kis_daily_import_smoke test fixtures
- Update handoff and output tests
2026-06-03 21:26:06 +09:00
620ca92e2e refactor: market status parsing과 backtest runtime 흐름 통합
- parser_map.go 업데이트하여 market status 파싱 로직 통일
- protobuf market.proto 변경사항 적용 (market.pb.go, market.pb.dart)
- socket handlers, market, backtest 관련 테스트 및 런타임 코드 개선
- workerclient와 alt-worker main.go 변경사항 반영
- agent-task archive 이동 (01_import_contract_worker_api → archive/2026/06/)
2026-06-03 20:26:56 +09:00
1314fe290b Plan command-first operator workflow 2026-06-03 19:02:19 +09:00
c4702ea692 feat: backtest feature implementation and reorganize agent-task 2026-06-02 10:58:01 +09:00
b5a544aa97 chore: archive G06 market repository task files and add client market feature 2026-06-02 10:41:41 +09:00
48ee5189a9 refactor: socket state management and dashboard screen updates
- Move G06 task to archive
- Update dashboard screen presentation
- Refactor socket connection controller
- Add socket connection controller unit test
2026-06-02 10:32:29 +09:00
259a86c2fa chore: archive completed task files and add contract-related files
- Move 01_contract_mapping files to archive
- Add alt_api_result.dart contract implementation
- Add alt_api_result_test.dart
2026-06-02 10:15:26 +09:00
fc1b94bf5c feat: add operator-client-api-core-integration task documents and update client README 2026-06-02 09:42:57 +09:00
1c11a17eff feat: operator headless workflow validation and backtest support
- Implement backtest workflow validation for headless operator mode
- Add handoff evidence tracking for backtest runs
- Update operator client, runner, scenario, and output modules
- Add test files for handoff, backtest runner, and error handling
- Add test data for backtest scenarios and validation
2026-06-01 13:21:20 +09:00
6ad82e2417 feat(cli): add operator market data workflow support
- Add client, output, parser_map, runner for headless operator workflow
- Support market data status query scenario
- Archive completed G07 subtask documents (02+01_api_market)
- Update CLI and scenario implementations
2026-06-01 10:45:09 +09:00
2310c90f10 feat: add cli internal packages, testdata, iOS/macos Podfiles, and workflow validation tasks 2026-06-01 09:27:00 +09:00
1f1527d7c6 feat: Flutter Operator Console milestone completion and migration to archive
- Move flutter-operator-console milestone to archive (completed)
- Add AltWorkbenchShell for workbench pattern migration
- Update router and dashboard screen for workbench integration
- Update agent-roadmap and phase documentation
- Headless workflow validation complete (02+01_headless_validation)
- Update client domain rules and README
2026-05-31 21:11:10 +09:00
2a5599d92c docs(agent-ops): operator-surface 마일스톤을 갱신하고 완료된 작업 파일을 정리한다 2026-05-31 10:15:25 +09:00
57000c8cb6 feat(operator-runtime-refactor): complete subtasks 02+01 and 03, refactor client bootstrap and API socket layer
- Archive completed subtask documents (02+01_api_lifecycle_capabilities, 03_client_bootstrap)
- Update roadmap and PHASE.md for operator-surface progress
- Refactor apps/client/lib/src/app/bootstrap.dart for client initialization
- Update API socket layer: backtest, handlers, market, server, workerclient
- Add bootstrap_test.dart for client app
2026-05-31 09:43:42 +09:00
24983ad72a feat: operator runtime refactor - API lifecycle capabilities, client bootstrap, and socket handler updates 2026-05-31 09:08:03 +09:00
3b1be95e62 feat: operator console milestone decomposition & tracking docs
- decompose flutter-operator-console into sub-milestones
  (flutter-operator-console-mvp, operator-headless-workflow-validation,
  flutter-push-notification-boundary)
- archive deprecated api-centered-proto-socket-rail milestone
- update ROADMAP.md, current.md, operator-surface PHASE.md
- add agent-task/m-flutter-operator-console with PLAN & CODE_REVIEW docs
- update project rules
2026-05-31 06:10:30 +09:00
ec938475e0 chore: socket rail implementation and task archival
- Add backtest and market socket handlers for API and Worker
- Add proto definitions for backtest and market services
- Update client socket integration and tests
- Generate protobuf code for Go and Dart
- Archive completed agent tasks under agent-task/archive/2026/05/
2026-05-30 22:57:18 +09:00
132e92eb68 feat(api, worker): Hello 요청에 context cancellation 처리 및 테스트 보강
- API 서비스 workerclient Hello 함수에 context.Err() 선행 검증 추가
- Hello 요청을 goroutine으로 비동기 처리하고 select로 ctx.Done() 감지
- 이미 초과된 deadline인 경우 즉시 에러 반환
- worker 서비스 config에서 strconv import를 config.go로 이동
- worker socket session handler 및 registerHandlers 테스트 추가
- parser_map 테스트 파일 신규 추가
2026-05-30 19:37:26 +09:00
3ee268816b refactor: update API socket handlers and contract parsers
- Add parser map for contract type resolution
- Update socket handlers with new message routing
- Add parser map tests
- Remove outdated code review and plan docs for G07
2026-05-30 19:14:07 +09:00
a8a0f691cf feat: API-centered proto socket rail milestone completion
- Add socket handler and server implementations for real-time communication
- Add Mattermost integration (auth service, push client, plugin client)
- Add Mattermost push host integration tests
- Update Flutter client app with new app structure and bootstrap
- Update Android build configurations and add Google Services config
- Add asset keep file for Flutter client
- Update agent-roadmap with api-centered-proto-socket-rail milestone
- Update agent-task with planning and code review documents for all groups
- Update domain rules for api, client, worker and project rules
2026-05-30 18:34:50 +09:00
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
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
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
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
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
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
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
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