From 826c3a610227b85edba7775a47ee6eca7216d28b Mon Sep 17 00:00:00 2001 From: Den Delimarsky <53200638+localden@users.noreply.github.com> Date: Sat, 20 Sep 2025 12:01:05 -0700 Subject: [PATCH] Update scripts/powershell/check-prerequisites.ps1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/powershell/check-prerequisites.ps1 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/powershell/check-prerequisites.ps1 b/scripts/powershell/check-prerequisites.ps1 index 8bec816..94582f7 100644 --- a/scripts/powershell/check-prerequisites.ps1 +++ b/scripts/powershell/check-prerequisites.ps1 @@ -48,16 +48,6 @@ EXAMPLES: # Get feature paths only (no validation) .\check-prerequisites.ps1 -PathsOnly - -COMPATIBILITY: - # For task prerequisites (plan.md required) - .\check-prerequisites.ps1 -Json - - # For implementation prerequisites (plan.md + tasks.md required) - .\check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks - - # For feature paths only (no validation) - .\check-prerequisites.ps1 -PathsOnly "@ exit 0