Skip to content

Release 2.1.14 (2026-06-25)

Refactoring

  • collapse issue-implement to run-and-done; remove issue-audit (#512)
  • refactor(skills): collapse issue-implement to run-and-done; remove issue-audit

Rewrite issue-implement to a single vrg-pr-workflow report-ready --issue call (run-and-done): drop the next/report-fixes/review-loop machinery, the blocking-RPC section, the --no-audit discussion, and the local-audit hand-off. Delete the issue-audit skill. Update README, the site skills index, and the starting-work doc. This is the release-blocking predecessor for vergil-tooling#1872, which removes those vrg-pr-workflow subcommands and makes report-ready require --issue. pr-watch is left unchanged (post-PR, not broken by the tooling change) as a separate follow-up. Ref #511

  • refactor(skills): rewrite issue-implement to run-and-done report-ready

Rewrite issue-implement to a single vrg-pr-workflow report-ready --issue call: drop the next/report-fixes/review-loop machinery, the blocking-RPC section, the --no-audit discussion, and the local-audit hand-off. Update README, the site skills index, and the starting-work doc to match (and drop the issue-audit references). Release-blocking predecessor for vergil-tooling#1872. Ref #511