Skip to content

Commit 563a81f

Browse files
authored
Merge pull request #1 from nbourdeau/copilot/apply-feedback-changes
docs: update CHANGELOG and spec-driven.md to reflect clarify/specify template fixes
2 parents d8ed2d9 + 7f2749f commit 563a81f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Recent 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.html).
99

10+
## [0.1.14] - 2026-03-07
11+
12+
### Fixed
13+
14+
- **Clarify Question Ordering**: The `/speckit.clarify` command now always prints the question text before presenting recommendations or answer options, so users see what is being asked before being shown choices.
15+
- **Specify Feature Numbering**: The `/speckit.specify` command no longer precomputes feature numbers manually. It delegates this entirely to the `create-new-feature` script, which already checks all branches and spec directories globally to assign the next unique number. This prevents redundant logic and eliminates collision errors caused by stale branch caches.
16+
1017
## [0.1.13] - 2026-03-03
1118

1219
### Changed

spec-driven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The SDD methodology is significantly enhanced through three powerful commands th
7878

7979
This command transforms a simple feature description (the user-prompt) into a complete, structured specification with automatic repository management:
8080

81-
1. **Automatic Feature Numbering**: Scans existing specs to determine the next feature number (e.g., 001, 002, 003)
81+
1. **Automatic Feature Numbering**: Scans all branches and spec directories to assign the next globally unique feature number (e.g., 001, 002, 003)
8282
2. **Branch Creation**: Generates a semantic branch name from your description and creates it automatically
8383
3. **Template-Based Generation**: Copies and customizes the feature specification template with your requirements
8484
4. **Directory Structure**: Creates the proper `specs/[branch-name]/` structure for all related documents

0 commit comments

Comments
 (0)