From 8488d95c18d5774996f857a4d5cded0668d25120 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 Apr 2026 16:32:10 +0000 Subject: [PATCH] chore: release af-v0.6.1.5 --- FORK.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/FORK.md b/FORK.md index 3f8b11cf0f..c37da67fc4 100644 --- a/FORK.md +++ b/FORK.md @@ -110,6 +110,17 @@ git checkout -b feat/integrate-v +## 0.6.1.5 (2026-04-18) + +- feat(af): clean up stale .claude/commands on init, switch spec-picker to AskUserQuestion +- docs: annotate FORK.md baseline with upstream version +- feat: manifest-driven plugin dispatch + remove git commit hooks +- docs: update FORK.md with refactor changes +- fix: update test expectations for AF extension refactor +- feat: template hook processing and branch validation changes +- feat: refactor init flow — force flag, hook ordering, copilot cleanup +- feat: implement AF extension lifecycle hooks + ## 0.6.1.4 (2026-04-11) - feat: add af-stable branch for end-user installs diff --git a/pyproject.toml b/pyproject.toml index b3bcdeed5a..6232326678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-af-cli" -version = "0.6.1.4" +version = "0.6.1.5" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [