Skip to content

Commit 35bde07

Browse files
committed
chore: bump version to 0.0.109 and update CHANGELOG
- Version bump for Quick Extension enforcement fix - Add CHANGELOG entry for Quick enforcement mode feature
1 parent 9acd8eb commit 35bde07

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ All notable changes to the Specify CLI and templates are documented here.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0/).
99

10+
## [0.0.109] - 2026-03-06
11+
12+
### Fixed
13+
14+
- **Quick Extension Enforcement**: Add mandatory checkpoints to prevent AI from skipping workflow phases
15+
- Added 7 enforcement checkpoints with mandatory user confirmations
16+
- Strengthened directive language from permissive to mandatory
17+
- Added enforcement mode section with critical rules at template start
18+
- Prevent AI from defaulting to file analysis mode
19+
- Ensures Mission Brief is always collected before file operations
20+
1021
## [0.0.108] - 2026-03-06
1122

1223
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentic-sdlc-specify-cli"
3-
version = "0.0.108"
3+
version = "0.0.109"
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)