Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
TÂCHES 2026-03-13 23:12:49 -06:00 committed by GitHub
parent 2b96b1a247
commit 0810aec739

View file

@ -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.