From 4c261d043d00485b1d9f2799928e88e8325f515d Mon Sep 17 00:00:00 2001 From: Ryo Hasegawa <49798519+ryo8000@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:43:04 +0900 Subject: [PATCH] fix: Remove duplicate options in specify.md --- 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 5fd4489eee..3d60f44d7a 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