Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions FORK.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ git checkout -b feat/integrate-v<version>

<!-- release-please writes changelog entries below this line -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
Loading