Update scripts/powershell/update-agent-context.ps1

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Den Delimarsky
2025-09-21 00:45:49 -07:00
committed by GitHub
parent 0672bfc6aa
commit 84b61bcd20

View File

@@ -107,6 +107,7 @@ function Validate-Environment {
if (-not (Test-Path $TEMPLATE_FILE)) {
Write-Err "Template file not found at $TEMPLATE_FILE"
Write-Info 'Run specify init to scaffold .specify/templates, or add agent-file-template.md there.'
exit 1
}
}