Skip to content

Commit dfbb8eb

Browse files
github-actions[bot]dtoms
authored andcommitted
chore: release af-v0.6.1.7
1 parent c4608d9 commit dfbb8eb

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

FORK.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,16 @@ git checkout -b feat/integrate-v<version>
122122

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

125+
## 0.6.1.7 (2026-05-12)
126+
127+
- feat(af): expand check-version.sh to emit SCHEMA_STALE and dynamic MINIMUM
128+
- feat(af): add drift detection — schema staleness and plugin minimum version
129+
- docs: update FORK.md, CLAUDE.md, and af README for CLAUDE_PLUGIN_ROOT
130+
- chore(af): bump required CLI version to 0.6.1.6
131+
- refactor(af): simplify before-hooks — drop extensions.yml read, add Return step
132+
- refactor(af): use CLAUDE_PLUGIN_ROOT and Read tool across hooks
133+
- feat(af): add resolve-plugin-root.sh for authoritative plugin resolution
134+
125135
## 0.6.1.6 (2026-04-25)
126136

127137
- fix: rename appfolio-speckit plugin references to sdd

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-af-cli"
3-
version = "0.6.1.6"
3+
version = "0.6.1.7"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)