Update template paths

This commit is contained in:
Den Delimarsky 🌺
2025-09-15 17:29:50 -07:00
parent 558e682865
commit dd57e9d444
5 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
---
description: Create or update the feature specification from a natural language feature description.
scripts:
sh: scripts/bash/create-new-feature.sh --json "{ARGS}"
ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"
sh: .specify/scripts/bash/create-new-feature.sh --json "{ARGS}"
ps: .specify/scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"
---
Given the feature description provided as an argument, 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: .specify/scripts/bash/check-task-prerequisites.sh --json
ps: .specify/scripts/powershell/check-task-prerequisites.ps1 -Json
---
Given the context provided as an argument, do this:

View File

@@ -1,8 +1,8 @@
---
description: "Implementation plan template for feature development"
scripts:
sh: ".specify/scripts/bash/update-agent-context.sh __AGENT__"
ps: ".specify/scripts/powershell/update-agent-context.ps1 -AgentType __AGENT__"
sh: .specify/scripts/bash/update-agent-context.sh __AGENT__
ps: .specify/scripts/powershell/update-agent-context.ps1 -AgentType __AGENT__
---
# Implementation Plan: [FEATURE]
@@ -178,7 +178,7 @@ ios/ or android/
- Quickstart test = story validation steps
5. **Update agent file incrementally** (O(1) operation):
- Run {SCRIPT} for your AI assistant
- Run `{SCRIPT}` for your AI assistant
- If exists: Add only NEW tech from current plan
- Preserve manual additions between markers
- Update recent changes (keep last 3)