We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0712bca commit 6b5648dCopy full SHA for 6b5648d
2 files changed
FORK.md
@@ -122,6 +122,10 @@ git checkout -b feat/integrate-v<version>
122
123
<!-- release-please writes changelog entries below this line -->
124
125
+## 0.6.1.8 (2026-05-12)
126
+
127
+- feat(af): clean up legacy AF skill dirs on init
128
129
## 0.6.1.7 (2026-05-12)
130
131
- feat(af): expand check-version.sh to emit SCHEMA_STALE and dynamic MINIMUM
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "specify-af-cli"
3
-version = "0.6.1.7"
+version = "0.6.1.8"
4
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
5
requires-python = ">=3.11"
6
dependencies = [
0 commit comments