From 761eed5d42e5e4711fc565a2aeae145e58bc4cd1 Mon Sep 17 00:00:00 2001 From: openhands Date: Sat, 21 Mar 2026 17:29:39 +0000 Subject: [PATCH] fix: WATCH flow comment step missing explicit curl command in run-planner.toml (#469) Co-Authored-By: Claude Opus 4.6 (1M context) --- formulas/run-planner.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/formulas/run-planner.toml b/formulas/run-planner.toml index 67ff914..38d82af 100644 --- a/formulas/run-planner.toml +++ b/formulas/run-planner.toml @@ -119,7 +119,11 @@ Evidence from the preflight step informs whether each prediction is valid -d '{"state":"closed"}' For WATCH: - a. Comment with reasoning why not urgent + a. Comment with reasoning why not urgent: + curl -sf -X POST -H "Authorization: token $CODEBERG_TOKEN" \ + -H "Content-Type: application/json" \ + "$CODEBERG_API/issues//comments" \ + -d '{"body":"Watching — "}' b. Replace prediction/unreviewed label with prediction/backlog: curl -sf -X DELETE -H "Authorization: token $CODEBERG_TOKEN" \ "$CODEBERG_API/issues//labels/"