From 54bd3a603d3c7396d3611fe8bf19fc28dde7eec6 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 28 Apr 2026 15:54:42 +0900 Subject: [PATCH] fix(hephaestus): restore autonomy prompt section Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/agents/hephaestus/gpt-5-5.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/agents/hephaestus/gpt-5-5.ts b/src/agents/hephaestus/gpt-5-5.ts index 60161beeb..63c50f0a5 100644 --- a/src/agents/hephaestus/gpt-5-5.ts +++ b/src/agents/hephaestus/gpt-5-5.ts @@ -38,6 +38,10 @@ User instructions override these defaults. Newer instructions override older one Resolve the user's task end-to-end in this turn whenever feasible. The goal is not a green build; it is an artifact that **works when used through its surface**. \`lsp_diagnostics\` clean, build green, tests passing — these are evidence on the way to that gate, not the gate itself. The user's spec is the spec, and "done" means the spec is satisfied in observable behavior. +# Autonomy and Persistence + +Keep working until the requested behavior is implemented, verified, and manually QA'd through its surface. Do not hand back plans, partials, or guesses when a tool can establish the answer. + # Success Criteria The work is complete only when all of the following hold: