Release 2.0.8 (2026-05-14)¶
Bug fixes¶
- replace hardcoded wphillipmoore/ with vergil-project/ in action patterns The base action patterns list and a stale GitHub Pages URL still referenced the pre-migration wphillipmoore org. Repos whose GitHub settings had been correctly updated to vergil-project/* failed the audit because the desired state expected the old org name. Ref #766
Chores¶
- bump version to 2.0.8
Documentation¶
- add .github profile repository design spec (#753)
- apply pushback review fixes to .github profile repo design spec Resolved seven issues from spec pushback review:
- Fix vergil.toml: primary-language is required, use 'none' for common-checks-only
- Remove stale risk entry for missing primary_language, replace with CI verification note
- Add phase boundary to Section 4 (cross-repo follow-up work)
- Specify vergil-claude-plugin by name in SECURITY.md scope
- Assert GitHub Discussions as a prerequisite, add to rollout order
- Add full path to career-strategy draft for profile README source
-
Flag CI workflow with primary-language=none for implementation-time verification
-
add .github profile repository implementation plan (#753)
- apply alignment review fixes to .github profile repo spec and plan Resolved four issues from alignment review:
- Fix LICENSE type in spec: MIT -> GPL-3 (matches actual repos)
- Add missing LICENSE dependency to spec: vergil-docker and vergil-claude-plugin need GPL-3
- Add Task 0 prerequisite to plan: config parser must accept [dependencies].vergil before Task 4
- Confirmed release-oriented vergil.toml values are intentional (shrink-fit later)