You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,17 @@
2
2
3
3
<!-- markdownlint-disable MD024 -->
4
4
5
-
All notable changes to the Specify CLI will be documented in this file.
5
+
All notable changes to the Specify CLI and templates are documented here.
6
6
7
7
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
10
-
## [LATEST_VERSION] - RELEASE_DATE
10
+
## [0.0.18] - 2025-10-03
11
11
12
12
### Added
13
13
14
14
- Support for using `.` as a shorthand for current directory in `specify init .` command, equivalent to `--here` flag but more intuitive for users
15
+
- Refactor the prompts and templates to simplify their capabilities and how they are tracked. No more polluting things with tests when they are not needed.
Copy file name to clipboardExpand all lines: templates/commands/clarify.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Execution steps:
80
80
- Information is better deferred to planning phase (note internally)
81
81
82
82
3. Generate (internally) a prioritized queue of candidate clarification questions (maximum 5). Do NOT output them all at once. Apply these constraints:
83
-
- Maximum of 5 total questions across the whole session.
83
+
- Maximum of 10 total questions across the whole session.
84
84
- Each question must be answerable with EITHER:
85
85
* A short multiple‑choice selection (2–5 distinct, mutually exclusive options), OR
86
86
* A one-word / short‑phrase answer (explicitly constrain: "Answer in <=5 words").
0 commit comments