Skip to content

Commit 91fcebf

Browse files
author
薛華慶, james.hsueh
committed
fix: updating argument placeholder
1 parent c13800c commit 91fcebf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.codex/prompts/sdd-auto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 自動執行完整 SDD 工作流程 (核心 4 階段)
44

55
# SDD 自動模式
66

7-
**需求:** {{prompt}}
7+
**需求:** $1
88

99
**目標:** 自動執行核心 4 階段,從需求到驗證完成,無需手動介入
1010

.codex/prompts/sdd-integration-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: BDD - 從 feature file 和架構文件生成 integration tests(
44

55
# SDD-INTEGRATION-TEST: BDD Integration Tests
66

7-
**輸入:** {{prompt}}
8-
格式:`<feature_file_path>`
7+
**輸入:** $1
8+
格式:`<feature_file_path>`
99
範例:`features/shopping_cart.feature`
1010

1111
**角色:** 協助開發者實踐 BDD(行為驅動開發)測試先行

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gsi-protocol-installer"
3-
version = "1.0.10"
3+
version = "1.0.11"
44
description = "Installer for GSI-Protocol workflow commands (Claude Code & Codex)"
55
authors = [
66
{name = "James Hsueh", email = "[email protected]"}

0 commit comments

Comments
 (0)