Menu Autopilot 1.0.1

Patch release.

Fixed: the settings form no longer declares its injected services readonly, which
was fatal on PHP < 8.4 (within the supported range: Drupal 10.6 runs on PHP 8.1+)
when Drupal rebuilds the form from its cache.

Changed: complete type declarations across the module — it now passes PHPStan
level 6 with no errors. No behavior change.