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:
parent
2b96b1a247
commit
0810aec739
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue