Skip to content

Commit 265534c

Browse files
committed
Update logs
1 parent 5042c76 commit 265534c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
<!-- markdownlint-disable MD024 -->
44

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.
66

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-
## [LATEST_VERSION] - RELEASE_DATE
10+
## [0.0.18] - 2025-10-03
1111

1212
### Added
1313

1414
- 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.
1516

1617
## [0.0.17] - 2025-09-22
1718

templates/commands/clarify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Execution steps:
8080
- Information is better deferred to planning phase (note internally)
8181

8282
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.
8484
- Each question must be answerable with EITHER:
8585
* A short multiple‑choice selection (2–5 distinct, mutually exclusive options), OR
8686
* A one-word / short‑phrase answer (explicitly constrain: "Answer in <=5 words").

0 commit comments

Comments
 (0)