We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6351e80 + a7bd530 commit 63a5a11Copy full SHA for 63a5a11
3 files changed
.changeset/fix-gherkin-keywords.md
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# @minidoracat/openspec-tw
2
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
17
## 0.17.0
18
19
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@minidoracat/openspec-tw",
- "version": "0.17.0",
+ "version": "0.17.1",
"description": "繁體中文 AI 原生的規範驅動開發系統",
"keywords": [
"openspec",
0 commit comments