alt/apps/client
toki 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
..
android feat: API-centered proto socket rail milestone completion 2026-05-30 18:34:50 +09:00
assets feat: API-centered proto socket rail milestone completion 2026-05-30 18:34:50 +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 chore: socket rail implementation and task archival 2026-05-30 22:57:18 +09:00
linux chore: update roadmap and client platform registrations 2026-05-30 17:49:51 +09:00
macos chore: update roadmap and client platform registrations 2026-05-30 17:49:51 +09:00
test chore: socket rail implementation and task archival 2026-05-30 22:57:18 +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 chore: update roadmap and client platform registrations 2026-05-30 17:49:51 +09:00
.gitignore feat: API-centered proto socket rail milestone completion 2026-05-30 18:34:50 +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 chore: update roadmap and client platform registrations 2026-05-30 17:49:51 +09:00
pubspec.yaml feat: API-centered proto socket rail milestone completion 2026-05-30 18:34:50 +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