fix: remove hardcoded finalize instructions from turn prompt

This commit is contained in:
Eyejoker
2026-03-30 02:35:44 +09:00
parent 17b60cb10f
commit 0c6167f5dc

View File

@@ -571,7 +571,7 @@ export function createMessageRuntime(deps: MessageRuntimeDeps): {
);
}
const finalizePrompt =
'The reviewer approved your work (DONE). Finalize: commit changes, push if appropriate, and report the result.';
'The reviewer approved your work (DONE). Finalize and report the result.';
const { deliverySucceeded } = await executeTurn({
group,
prompt: finalizePrompt,