2a5599d92c
docs(agent-ops): operator-surface 마일스톤을 갱신하고 완료된 작업 파일을 정리한다
2026-05-31 10:15:25 +09:00
932f835aa6
update roadmap: archive operator-runtime-refactor milestone
2026-05-31 09:56:51 +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
c4a457c5c4
docs(agent-ops): domain rule과 로드맵을 operator reliability refactor에 맞게 갱신한다
...
API domain에 workerclient proxy와 handler responsibility를 추가하고,
worker domain에 backtest engine, storage, provider, socket surface를 명시한다.
Client domain에 socket integration과 push integration 경계를 보강한다.
Operations domain에 agent-test/local과 bin 명령어를 포함하며,
operations domain table에 agent-test/local 경계를 추가한다.
로드맵에 Operator Runtime Reliability Refactor Milestone를 추가하고
현재 활성 Milestone으로 설정하여 Flutter Operator Console 전에
선행할 작업으로 변경한다.
2026-05-31 06:53:24 +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
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
e36d7f3141
chore: update roadmap and client platform registrations
2026-05-30 17:49:51 +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
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
b553fcce9c
update: roadmap changes - backtest and data-foundation phases
2026-05-29 21:06:43 +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
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
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
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