Release 2.0.8 (2026-05-21)¶
Bug fixes¶
- align CLAUDE.md with consumer template for repo-config audit compliance Sync CLAUDE.md with the vergil-tooling consumer template so it appears verbatim as a substring, fixing the local.claude_md audit check that blocks vrg-release.
Key changes:
- Skill references: /vergil-tooling: → /vergil: (matches template)
- Structure example: hardcoded paths → generic
- replace stale pre-commit hook (ST_COMMIT_CONTEXT → VRG_COMMIT_CONTEXT)
- sync VERSION file with plugin.json (2.0.0 → 2.0.7)
Chores¶
- bump version to 2.0.7
-
remove publish skill — workflow moved to vrg-publish CLI The publish workflow has been reimplemented as a standalone utility (vrg-publish) in vergil-tooling. The skill in this plugin is no longer used. Deletes skills/publish/SKILL.md and the [publish] section from vergil.toml. Updates all cross-references in CLAUDE.md, README.md, pr-workflow, dependency-update, handoff, and site docs to point at the vrg-publish CLI instead. Historical documentation (CHANGELOG, release notes, specs, plans, paad reviews) is left intact for archaeological context. Ref #356
-
add label to version selector in site header Add a CSS ::before pseudo-element on .md-version to display a Version: label next to the version selector in the MkDocs Material site header. Matches the implementation in vergil-tooling#920. Ref #355
-
bump version to 2.0.8