From 84b61bcd20a135cba8272863155dbf8f50c7d00a Mon Sep 17 00:00:00 2001 From: Den Delimarsky <53200638+localden@users.noreply.github.com> Date: Sun, 21 Sep 2025 00:45:49 -0700 Subject: [PATCH] Update scripts/powershell/update-agent-context.ps1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/powershell/update-agent-context.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/powershell/update-agent-context.ps1 b/scripts/powershell/update-agent-context.ps1 index 9c2447a..ec11c7f 100644 --- a/scripts/powershell/update-agent-context.ps1 +++ b/scripts/powershell/update-agent-context.ps1 @@ -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 } }