Skip to content

Release 2.1.29 (2026-07-09)

Documentation

  • extract shared operational lifecycle; record SUCCESS (#602) Add skills/issue-validate/references/operational-task-lifecycle.md — the shared run contract both operational run skills follow (preflight -> preconditions gate -> run -> record Outcome -> close-on-success / hold-open-on-failure). Update issue-validate to reference it and to record Outcome: SUCCESS/FAILURE (unified marker), keeping the validation-specific detail. Part of epic vergil-project/.github#124. Ref #598.

  • generalize doctrine to operational tasks (+ deployment) (#604) Generalize epic-create's 'Validation tasks' section to 'Operational tasks' covering both kinds: the merged-vs-deployed graph structure, the shared not-PR-workable/closes-on-SUCCESS/gates-rollup rules, when to add validation vs deployment, the impl->deploy->validate shape, --kind {validation|deployment} creation, and the deployment autonomy boundary (release is a human-gated precondition). Update the seeding step accordingly. Part of epic vergil-project/.github#124. Ref #600.

  • redirect deployment issues to issue-deploy; discover deploy needs (#607) Broaden the wrong-skill redirect to any operational label: a validation issue routes to issue-validate, a deployment issue to issue-deploy. Generalize discover-and-create to mint either a deployment follow-on (next step needs it deployed, not just merged) or a validation follow-on, and never declare done while an operational task is open (closes only on Outcome: SUCCESS). Part of epic vergil-project/.github#124. Ref #601.

Features

  • add the issue-deploy skill (#603) New skill for running deployment tasks: follows the shared operational-task lifecycle and adds the deployment specifics — agent-safe deploy steps only (a required release is a human-gated precondition; issue-deploy never cuts a release), idempotent retry-first on failure, record Outcome: SUCCESS/FAILURE, close on SUCCESS. Contrasts with issue-validate (verify) and issue-implement (no PR). Part of epic vergil-project/.github#124. Ref #599.