From 3ef12cae3e79c3fa094c23dca78287f4a817279d Mon Sep 17 00:00:00 2001 From: Ryo Hasegawa <49798519+ryo8000@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:38:10 +0900 Subject: [PATCH] fix: Remove duplicate options in specify.md (#1765) --- templates/commands/specify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/commands/specify.md b/templates/commands/specify.md index 95b1e6b0..d66f3fcc 100644 --- a/templates/commands/specify.md +++ b/templates/commands/specify.md @@ -9,8 +9,8 @@ handoffs: prompt: Clarify specification requirements send: true scripts: - sh: scripts/bash/create-new-feature.sh --json "{ARGS}" - ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}" + sh: scripts/bash/create-new-feature.sh "{ARGS}" + ps: scripts/powershell/create-new-feature.ps1 "{ARGS}" --- ## User Input