From 267ca73a1bb8a3e46cd5e55f039591c6ad78846e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Wed, 6 May 2026 10:49:22 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20committer=20prompt=20=E2=80=94=20don't?= =?UTF-8?q?=20fix=20failures,=20just=20report=20them?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/workflow-role-committer/src/committer.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/workflow-role-committer/src/committer.ts b/packages/workflow-role-committer/src/committer.ts index 3164612..1829f1f 100644 --- a/packages/workflow-role-committer/src/committer.ts +++ b/packages/workflow-role-committer/src/committer.ts @@ -50,7 +50,11 @@ Use \`uncaged-workflow thread ${ctx.threadId}\` to read the full workflow thread ## Task -Create a branch, commit the changes, and push. Report whether the push succeeded or failed, the branch name, and the commit SHA.`; +Create a branch, commit the changes, and push. Report whether the push succeeded or failed, the branch name, and the commit SHA. + +## On failure + +If any git operation fails (hook rejection, push denied, merge conflict, etc.), **do not attempt to fix it yourself**. Your job is to capture the key error output and report it back clearly so other roles in the workflow can address it.`; } /**