Consolidate scripts

This commit is contained in:
Den Delimarsky 🌺
2025-09-20 11:19:47 -07:00
parent 219ad02e4a
commit 7c0f0a4627
11 changed files with 322 additions and 138 deletions

View File

@@ -1,8 +1,8 @@
---
description: Execute the implementation plan by processing and executing all tasks defined in tasks.md
scripts:
sh: scripts/bash/check-implementation-prerequisites.sh --json
ps: scripts/powershell/check-implementation-prerequisites.ps1 -Json
sh: scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks
ps: scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks
---
Given the current feature context, do this:

View File

@@ -1,8 +1,8 @@
---
description: Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
scripts:
sh: scripts/bash/check-task-prerequisites.sh --json
ps: scripts/powershell/check-task-prerequisites.ps1 -Json
sh: scripts/bash/check-prerequisites.sh --json
ps: scripts/powershell/check-prerequisites.ps1 -Json
---
Given the context provided as an argument, do this: