alt/apps/client
toki 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
..
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 feat(operator-runtime-refactor): complete subtasks 02+01 and 03, refactor client bootstrap and API socket layer 2026-05-31 09:43:42 +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 feat(operator-runtime-refactor): complete subtasks 02+01 and 03, refactor client bootstrap and API socket layer 2026-05-31 09:43:42 +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