Skip to content

Commit 63a5a11

Browse files
authored
Merge pull request #6 from Minidoracat/changeset-release/main
chore(release): version packages
2 parents 6351e80 + a7bd530 commit 63a5a11

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

.changeset/fix-gherkin-keywords.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @minidoracat/openspec-tw
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- 6351e80: 修復 proposal 命令缺少 Gherkin 關鍵字問題
8+
9+
**問題**:AI 執行 `/proposal` 時產生的規範經常缺少 **WHEN****THEN****AND** 等 Gherkin 語法關鍵字,需要額外花費 token 修正。
10+
11+
**根因**`proposalSteps` 第 5 步只說明需要 `#### Scenario:`,沒有明確要求使用 Gherkin 格式。
12+
13+
**修復**:在 `slash-command-templates.ts` 中明確要求情境內容必須使用 Gherkin 格式:`- **WHEN** 動作``- **THEN** 結果``- **AND** 附加條件`
14+
15+
**升級後生效方式**:執行 `openspec-tw update` 即可,無需重新 init。
16+
317
## 0.17.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minidoracat/openspec-tw",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "繁體中文 AI 原生的規範驅動開發系統",
55
"keywords": [
66
"openspec",

0 commit comments

Comments
 (0)