Skip to content

Release 2.0.25 (2026-05-20)

Chores

  • bump version to 2.0.25

Documentation

  • vrg-github-repo-init design spec
  • incorporate pushback review findings into design spec Resolved 12 issues from pushback review: added git config hooksPath activation, GitHub labels in step 8, README.md template, .gitignore baseline, GitHub repo description prompt, cd.yml for docs deployment, detailed GitHub Pages setup (step 9), split prompt ordering across steps. Removed squash step (unnecessary complexity). Forked language-specific scaffolding to separate tool (#914).

  • vrg-github-repo-init implementation plan

Features

  • add template data files for repo init
  • add prompt helpers and RepoInitContext dataclass
  • add checkpoint detection for idempotent resume
  • add template rendering functions for all generated files
  • add wizard steps 1-2: repo creation and clone
  • add wizard step 3: interactive vergil.toml generation
  • add wizard step 4: scaffold config files
  • add wizard steps 5-6: CI/CD workflows and docs site
  • add wizard steps 7-9: branches, GitHub config, Pages
  • add wizard orchestrator with idempotent step skipping
  • add vrg-github-repo-init CLI entry point
  • add label to version selector in site header

Testing

  • add coverage tests for repo init wizard and CLI entry point