From 0810aec739b53f61028d93fc9645daaceaf93cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=82CHES?= Date: Fri, 13 Mar 2026 23:12:49 -0600 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/resources/extensions/gsd/auto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/extensions/gsd/auto.ts b/src/resources/extensions/gsd/auto.ts index 8669ba193..5ec41aab5 100644 --- a/src/resources/extensions/gsd/auto.ts +++ b/src/resources/extensions/gsd/auto.ts @@ -1177,7 +1177,7 @@ async function dispatchNextUnit( } // ── Secrets re-check gate — runs before every dispatch, not just at startAuto ── - // plan-milestone writes SECRETS-MANIFEST.md during its unit. By the time we + // plan-milestone writes the milestone SECRETS file (e.g., M001-SECRETS.md) during its unit. By the time we // reach the next dispatchNextUnit call the manifest exists but hasn't been // presented to the user yet. Without this re-check the model would proceed // into plan-slice / execute-task with no real credentials and mock everything.