the signals and their derived score are provisional and subject to change.
validate manually before sharing.
1f1a7ad39fc0a9a1f11dfe45e56d3722be5c25e7none
AGENTS.mdTool: agents-md# Repository Guidelines
## Project Structure & Module Organization
- `lib/`: application code.
- `lib/main.dart`: entrypoint; boots `Transportia`.
- `lib/app.dart`: app shell, routing, locale setup.
- `lib/screens/`: UI screens (e.g., `map_screen.dart`, `welcome_screen.dart`).
- `lib/services/`: platform/data services (e.g., `location_service.dart`).
- `lib/widgets/`: reusable UI components (e.g., `route_field_box.dart`).
- `assets/`: images and static assets (declared in `pubspec.yaml`).
- `testnone