Implement `LocaleCompareIncToServiceRector`
### Problem/Motivation
Replace deprecated locale.compare.inc functions with LocaleProjectRepository and LocaleProjectChecker service methods. These functions are deprecated in drupal:11.4.0 and removed in drupal:13.0.0.
### Proposed resolution
Handled automatically by drupal-rector via the `LocaleCompareIncToServiceRector` rule.
### How this rule was built
This rule was produced with an AI-assisted workflow in which every step was verified manually by @bbrala. Its logic started from the matching drupal-digests entry, which was adapted to drupal-rector's conventions — a dedicated rule or an existing upstream rule configured into the Drupal 12 set — and covered with before/after test fixtures. Backward-compatibility was assessed and version-gated: safe rewrites are applied directly, while unsafe ones are wrapped via `DeprecationHelper` or moved to an opt-in breaking set. The rule was then live-tested against a set of contributed modules; where no contrib call site could be found, a static code sample was written in a test module to exercise it. A final automated QA pass covered type-guard, fixture coverage, BC-decision, registration and idempotency checks.
### References
- Related issue(s): [#3037031](https://www.drupal.org/i/3037031), [#1577902](https://www.drupal.org/i/1577902), [#1842380](https://www.drupal.org/i/1842380), [#3036982](https://www.drupal.org/i/3036982), [#3037042](https://www.drupal.org/i/3037042), [#3215707](https://www.drupal.org/i/3215707), [#3588483](https://www.drupal.org/i/3588483)
### Work items
- Commit(s): [825a4110ca](https://github.com/palantirnet/drupal-rector/commit/825a4110caaa)
### Credit
- Implemented by: @bbrala
- Reviewed / helped by: @mglaman
---
*Filed retroactively as part of the Drupal 12 rector coverage effort. Closed as fixed; credit to be applied to the contributors listed above.*
*AI was used extensively to build this rule and to file this issue. See [Dries Buytaert: AI-generated Rector rules for Drupal](https://dri.es/ai-generated-rector-rules-for-drupal) and [Björn Brala: Drupal Rector rules are config, not code. Mostly.](https://www.linkedin.com/pulse/drupal-rector-rules-config-code-mostly-bj%C3%B6rn-brala-vfpwe/).*
issue