- Install the Dart SDK (^3.8.0).
- Activate Melos:
dart pub global activate melos
- Bootstrap the workspace:
melos bootstrap
- Testing:
melos run test - Linting:
melos run analyze - Formatting:
dart format . - Code Generation: Run
dart run build_runner buildin packages that use it (e.g.genkit).
- All tests must pass.
- Code must be formatted and lint-free.
- New files must include license headers. Run:
dart run tools/apply_license.dart