mirror of
https://github.com/github/spec-kit.git
synced 2026-02-03 14:33:36 +00:00
Update logs
This commit is contained in:
@@ -2,16 +2,17 @@
|
|||||||
|
|
||||||
<!-- markdownlint-disable MD024 -->
|
<!-- markdownlint-disable MD024 -->
|
||||||
|
|
||||||
All notable changes to the Specify CLI will be documented in this file.
|
All notable changes to the Specify CLI and templates are documented here.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [LATEST_VERSION] - RELEASE_DATE
|
## [0.0.18] - 2025-10-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for using `.` as a shorthand for current directory in `specify init .` command, equivalent to `--here` flag but more intuitive for users
|
- Support for using `.` as a shorthand for current directory in `specify init .` command, equivalent to `--here` flag but more intuitive for users
|
||||||
|
- 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.
|
||||||
|
|
||||||
## [0.0.17] - 2025-09-22
|
## [0.0.17] - 2025-09-22
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ Execution steps:
|
|||||||
- Information is better deferred to planning phase (note internally)
|
- Information is better deferred to planning phase (note internally)
|
||||||
|
|
||||||
3. Generate (internally) a prioritized queue of candidate clarification questions (maximum 5). Do NOT output them all at once. Apply these constraints:
|
3. Generate (internally) a prioritized queue of candidate clarification questions (maximum 5). Do NOT output them all at once. Apply these constraints:
|
||||||
- Maximum of 5 total questions across the whole session.
|
- Maximum of 10 total questions across the whole session.
|
||||||
- Each question must be answerable with EITHER:
|
- Each question must be answerable with EITHER:
|
||||||
* A short multiple‑choice selection (2–5 distinct, mutually exclusive options), OR
|
* A short multiple‑choice selection (2–5 distinct, mutually exclusive options), OR
|
||||||
* A one-word / short‑phrase answer (explicitly constrain: "Answer in <=5 words").
|
* A one-word / short‑phrase answer (explicitly constrain: "Answer in <=5 words").
|
||||||
|
|||||||
Reference in New Issue
Block a user