Fix stale flag name in Airflow translations agent skill - #71332
Open
ColtenOuO wants to merge 1 commit into
Open
Conversation
The translation completeness checker renamed --remove-extra to --remove-unused and merged the "extra" and "unused" concepts into a single "unused" category, but the agent skill was left pointing at the old flag. Anyone following the skill hits a hard "No such option" failure at the cleanup step, and the validation criteria describe a column that the checker no longer prints.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sumarry
The
airflow-translationsagent skill still documents--remove-extraforbreeze ui check-translation-completeness.That option was renamed to
--remove-unusedin #62983The same PR merged the separate "extra" and "unused" concepts into a single unused category (keys that are not required — absent from the English locale, or plural suffixes the language does not need), and the summary table now reports Missing / Coverage / TODOs / Unused with no Extra column. This updates both the command and the surrounding wording to match.
Notes
#62983 updated
airflow-core/src/airflow/ui/public/i18n/README.mdanddev/breeze/doc/10_ui_tasks.rstbut missed the skill file.