Release 2.0.23 (2026-05-20)¶
Chores¶
- bump version to 2.0.23
- replace stale st- prefix references with vrg- in site docs
Features¶
- escalate issue close to human credentials Add (issue, close) to _ESCALATED_COMMANDS so vrg-gh uses human credentials for issue closure. The agent account (outside collaborator) may lack the CloseIssue GraphQL permission; escalating to the human account avoids this dependency.
Update credential management spec, credential management guide, and permission model guide to document the new escalation.
-
replace vergil.toml image-prefix with --prefix CLI flag Remove [docker] image-prefix from vergil.toml config and add an explicit --prefix CLI argument to vrg-docker-run. The config setting was misleading because it only affected vrg-docker-run locally while creating the impression it controlled CI/CD container prefixes too.
-
add --prefix CLI flag to vrg-docker-docs and vrg-scorecard Symmetric with vrg-docker-run: all three docker wrapper tools now accept --prefix
to select the container image tier. Without this, removing the vergil.toml config path would have been a net functionality loss for these tools.