From c95d52aabbdde8e99b54dc30a81f81f628cfd59c Mon Sep 17 00:00:00 2001 From: junior Date: Mon, 6 Jul 2026 07:41:31 +0000 Subject: [PATCH] fixup: remove stray leading spaces in run-agent.sh prompts and blank line in publish.sh --- .gitea/workflows/scripts/publish.sh | 1 - .gitea/workflows/scripts/run-agent.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/scripts/publish.sh b/.gitea/workflows/scripts/publish.sh index 4e6b8e2..07a03ee 100755 --- a/.gitea/workflows/scripts/publish.sh +++ b/.gitea/workflows/scripts/publish.sh @@ -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" diff --git a/.gitea/workflows/scripts/run-agent.sh b/.gitea/workflows/scripts/run-agent.sh index 6c5f3e4..263cfb2 100755 --- a/.gitea/workflows/scripts/run-agent.sh +++ b/.gitea/workflows/scripts/run-agent.sh @@ -88,7 +88,7 @@ if [ "$MODE" = "comment" ]; then what to change (file, label, value, hostname, …), THEN end with the BOUNCE line naming who fixes it (@junior / @senior / @lead / @intern — usually whoever built it). The automation sends the PR back and re-verifies with you. After 3 rounds it stops and hands to @ffaerber — so list ALL problems at - once, not one at a time. + once, not one at a time. - 'HALT' — the problem is NOT something a dev can fix (the request is ambiguous / needs a human decision). Hands back to @ffaerber. Emit AT MOST one marker, and only after you have actually verified."