@junior: intern #84

Merged
ffaerber merged 4 commits from ai/issue-83 into main 2026-07-06 10:05:00 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit c95d52aabb - Show all commits
-1
View File
@@ -121,7 +121,6 @@ if [ "$MODE" != "pr" ]; then
else else
n=$((prior + 1)) n=$((prior + 1))
trig "$dest" "@${dev:-junior} please address my review above and update PR #${PRN:-?} (fix attempt $n/3)." trig "$dest" "@${dev:-junior} please address my review above and update PR #${PRN:-?} (fix attempt $n/3)."
fi fi
elif grep -qiE '^[[:space:]]*HALT([_ ]AUTOPILOT)?[[:space:]]*$' /tmp/agent_out.md; then elif grep -qiE '^[[:space:]]*HALT([_ ]AUTOPILOT)?[[:space:]]*$' /tmp/agent_out.md; then
[ "$AUTOPILOT" = "true" ] && del_autopilot_label "$ISSN" [ "$AUTOPILOT" = "true" ] && del_autopilot_label "$ISSN"
+1 -1
View File
@@ -88,7 +88,7 @@ if [ "$MODE" = "comment" ]; then
what to change (file, label, value, hostname, …), THEN end with the BOUNCE line naming who fixes 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 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 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 - 'HALT' — the problem is NOT something a dev can fix (the request is ambiguous / needs a human
decision). Hands back to @ffaerber. decision). Hands back to @ffaerber.
Emit AT MOST one marker, and only after you have actually verified." Emit AT MOST one marker, and only after you have actually verified."