Release 2.1.25 (2026-06-10)¶
Bug fixes¶
- offer "none of the above" for primary-language (#1580) The init wizard forced a primary-language choice among the five languages with no way to express a language-less repo, so adopting a repo like .github (documentation, no language) could only be escaped with Ctrl-C.
Pull primary-language out of the generic required-enum loop and give it its own prompt with a separate "0. None of the above" option, set apart from the real languages. Selecting it maps to an empty string so render_vergil_toml omits the primary-language key entirely, which the config parser and vrg-validate already treat as a valid language-less repo. The five-language enum, the on-disk omission model, and the lack of any default are all unchanged.