Add standalone hook-convert config and document two-pass workflow
### Problem/Motivation Added config/convert/hook-convert.php registering only HookConvertRector to enable a separate second pass after the deprecation pass, since Rector 2.x cannot reprocess newly-written hook class files in the same run. ### Work items - Commit(s): [b8b0bc213e](https://github.com/palantirnet/drupal-rector/commit/b8b0bc213e12) ### Credit - Implemented by: @bbrala --- *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 change 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