fixup: remove stray leading spaces in run-agent.sh prompts and blank line in publish.sh

This commit is contained in:
2026-07-06 07:41:31 +00:00
parent fc4217f1cb
commit c95d52aabb
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -121,7 +121,6 @@ if [ "$MODE" != "pr" ]; then
else
n=$((prior + 1))
trig "$dest" "@${dev:-junior} please address my review above and update PR #${PRN:-?} (fix attempt $n/3)."
fi
elif grep -qiE '^[[:space:]]*HALT([_ ]AUTOPILOT)?[[:space:]]*$' /tmp/agent_out.md; then
[ "$AUTOPILOT" = "true" ] && del_autopilot_label "$ISSN"