diff --git a/scripts/powershell/check-prerequisites.ps1 b/scripts/powershell/check-prerequisites.ps1 index 8bec816a6..94582f77c 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