alt/apps/client
toki 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
..
android initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
integration_test feat: worker persistence layer and socket session updates 2026-05-28 19:05:10 +09:00
ios initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
lib feat: backtest engine baseline implementation 2026-05-30 12:13:45 +09:00
linux initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
macos initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
test feat: update client pubspec, add integration tests, remove completed task files 2026-05-28 10:53:40 +09:00
test_runtime feat: worker persistence layer and socket session updates 2026-05-28 19:05:10 +09:00
tool feat: contract codegen baseline - add proto code generation for client and server 2026-05-28 05:29:03 +09:00
web initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
windows initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
.gitignore initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
.metadata initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
analysis_options.yaml initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
pubspec.lock feat: worker persistence layer and socket session updates 2026-05-28 19:05:10 +09:00
pubspec.yaml feat: worker persistence layer and socket session updates 2026-05-28 19:05:10 +09:00
README.md chore: update client contracts and README 2026-05-28 05:54:55 +09:00

ALT Client

Flutter client for ALT web, mobile, and desktop targets.

This app uses Riverpod for state and dependency boundaries, and go_router for navigation. Generated ALT protobuf files live under lib/src/generated/alt/v1. Client parser map helpers live under lib/src/contracts. Do not edit generated files by hand; run ../../bin/contracts-gen.

flutter pub get
flutter run -d chrome
flutter test
flutter analyze --no-fatal-infos