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
10 changes: 10 additions & 0 deletions FORK.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,16 @@ git checkout -b feat/integrate-v<version>

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

## 0.6.1.7 (2026-05-12)

- feat(af): expand check-version.sh to emit SCHEMA_STALE and dynamic MINIMUM
- feat(af): add drift detection — schema staleness and plugin minimum version
- docs: update FORK.md, CLAUDE.md, and af README for CLAUDE_PLUGIN_ROOT
- chore(af): bump required CLI version to 0.6.1.6
- refactor(af): simplify before-hooks — drop extensions.yml read, add Return step
- refactor(af): use CLAUDE_PLUGIN_ROOT and Read tool across hooks
- feat(af): add resolve-plugin-root.sh for authoritative plugin resolution

## 0.6.1.6 (2026-04-25)

- fix: rename appfolio-speckit plugin references to sdd
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.6"
version = "0.6.1.7"
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