Release 2.1.25 (2026-07-04)¶
CI¶
- add on: issues.closed caller for event-driven epic rollup (#571) Phase 3 rollout (epic vergil-project/.github#75): thin caller to the reusable ops-epic-rollup workflow so a merged managed task closes and its parent epic rolls up.
Chores¶
- relicense to MIT (#573)
- chore(license): relicense to MIT
Relicense vergil-claude-plugin from GPL-3.0 to the MIT License (org-wide relicensing sweep). Swaps LICENSE and updates the repo's own license metadata; dependency license allowlists untouched. Ref vergil-project/.github#77.
- chore(license): correct copyright holder
Set the MIT copyright holder to Phillip Moore w.phillip.moore@gmail.com (personal copyright until Logical Minds Foundry is a legal entity), replacing the placeholder org name. Ref vergil-project/.github#77.
Features¶
- make epic-create the orchestrating outer workflow (#574) (#577) Epic vergil-project/.github#85, Task 7. Rewrite the epic-create skill from an end-of-flow doc-publisher into the outer orchestrator: (7-C) default entry point for non-trivial work — start here, not brainstorming; trivial single-PR designs drop onto the ad-hoc epic. (7-B) the epic-bookend architecture — docs-first task plus two closing tasks (follow-on brainstorm and a documentation-review gate, especially site docs), riding the existing rollup so an epic cannot close until the docs reflect what changed. (7-D) the four-stage interaction doctrine — brainstorm/pushback/alignment interactive, writing-plans automated, gate only material judgment calls and batch no-brainers. (7-A) the full brainstorm→epic→spec→pushback→plan→alignment→docs-PR→file-tasks sequence, with bookend tasks seeded at creation. Also renames standing→ad-hoc (--epic adhoc).