From 0bebcf93b35858141c77bcffcfb2ec73ca177e3f Mon Sep 17 00:00:00 2001 From: Den Delimarsky <53200638+localden@users.noreply.github.com> Date: Sat, 20 Sep 2025 12:01:26 -0700 Subject: [PATCH] Update scripts/bash/check-prerequisites.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/bash/check-prerequisites.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/bash/check-prerequisites.sh b/scripts/bash/check-prerequisites.sh index edb3891..9dba90a 100644 --- a/scripts/bash/check-prerequisites.sh +++ b/scripts/bash/check-prerequisites.sh @@ -64,16 +64,6 @@ EXAMPLES: # Get feature paths only (no validation) ./check-prerequisites.sh --paths-only -COMPATIBILITY: - # For task prerequisites (plan.md required) - ./check-prerequisites.sh --json - - # For implementation prerequisites (plan.md + tasks.md required) - ./check-prerequisites.sh --json --require-tasks --include-tasks - - # For feature paths only (no validation) - ./check-prerequisites.sh --paths-only - EOF exit 0 ;;