docs(sdd): scope dart format to touched files in all verify commands

This commit is contained in:
2026-07-28 20:12:47 +02:00
parent 610016e935
commit e99ecffb0c
3 changed files with 46 additions and 22 deletions
@@ -675,7 +675,10 @@ Consistent with the existing Provider / `ChangeNotifier` architecture. No new me
## Test strategy per work unit
Runner: **`flutter test`**. `flutter analyze` and `dart format .` gate every commit. **`flutter build` is never run.**
Runner: **`flutter test`**. `flutter analyze` and a **scoped** `dart format` gate every commit never bare
`dart format .`, which reformats 27 unrelated pre-existing files on this machine and would break the empty-`git diff`
guards on `navegacion_auto.dart`, `servicio_ecualizador.dart` and `servicio_audio.dart`
(Engram `reference/dart-format-scope-hazard`, id 2511). **`flutter build` is never run.**
Strict TDD is ON: tests first, red before green, for every unit — with the single documented exception in WU7 step (a).
| WU | Tests written first | Must pass unmodified |