fix: capitalize docstring and use touch instead of colon redirect

Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/spec-kit/sessions/008835a0-7778-40bb-bdb2-4182b22be315
This commit is contained in:
copilot-swe-agent[bot]
2026-03-23 21:58:41 +00:00
committed by GitHub
parent 5e49ec6936
commit 17810c8e85
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ Given that feature description, do this:
- Ensure the directory and spec file exist:
- Bash:
- `mkdir -p "$FEATURE_DIR"`
- `: > "$SPEC_FILE"`
- `touch "$SPEC_FILE"`
- PowerShell:
- `New-Item -ItemType Directory -Path $env:FEATURE_DIR -Force | Out-Null`
- `New-Item -ItemType File -Path $env:SPEC_FILE -Force | Out-Null`