fix: committer prompt — don't fix failures, just report them
This commit is contained in:
@@ -50,7 +50,11 @@ Use \`uncaged-workflow thread ${ctx.threadId}\` to read the full workflow thread
|
|||||||
|
|
||||||
## Task
|
## 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.`;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user