Merge pull request 'fix: line 202: git apply failure path (after --check passes) still uses bare continue, bypassing STOP_REQUESTED (#979)' (#1095) from fix/issue-979 into master

This commit is contained in:
johba 2026-03-22 06:34:15 +01:00
commit 5f01d55cc7

View file

@ -199,6 +199,10 @@ while true; do
else
log " ERROR: patch failed to apply — skipping run (evaluation semantics would differ from intended)"
log " Hint: evolution.patch may need regeneration if onchain/ files changed upstream."
if [ "$STOP_REQUESTED" = "true" ]; then
log "Stop requested — daemon exiting after failed patch apply."
exit 0
fi
continue
fi
else