Skip to content

Commit 5639188

Browse files
committed
chore: bump version to 0.0.106
Release notes: - BREAKING: Remove build/spec mode architecture from core commands - Core commands now use framework options only (--tdd, --contracts, --data-models, --risk-tests) - Simplified tools framework to single spec-driven workflow - Eval tests reduced from 23→22 LLM eval tests
1 parent 409b08b commit 5639188

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,24 @@
55
All notable changes to the Specify CLI and templates are documented here.
66

77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0/).
99

10-
## [0.0.103] - 2026-03-05
10+
## [0.0.106] - 2026-03-06
11+
12+
### Changed
13+
14+
- **BREAKING**: Remove build/spec mode architecture from core commands
15+
- Core commands now use framework options only (--tdd, --contracts, --data-models, --risk-tests)
16+
- Removed mode-aware behavior, mode detection, and mode-specific logic from 20 files
17+
- Removed build templates: spec-template-build.md, plan-template-build.md
18+
- Eval tests reduced from 23→22 LLM eval tests
19+
- Simplified tools framework to single spec-driven workflow
20+
21+
### Removed
22+
23+
- tests/test_mode_evolution.py (obsolete build/spec mode tests)
24+
25+
## [0.0.105] - 2026-03-06
1126

1227
### Added
1328

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.103"
3+
version = "0.0.106"
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)