Remove deprecated command tracking from generate_recipe

- Remove DEPRECATED_COMMANDS dictionary
- Remove _check_deprecated_commands() method
- Remove deprecated command checks from validation
- Remove test methods for deprecated commands
- Remove DEPRECATED_COMMANDS documentation reference

This shifts responsibility for tracking deprecated kickstart commands away
from the recipe generator, as this is not its primary role.
This commit is contained in:
Lukas Greve
2026-03-26 14:29:22 +01:00
parent d93e84cb09
commit 8f824cb977
55 changed files with 126 additions and 238 deletions