There was an error while loading. Please reload this page.
1 parent 59d8446 commit a2d4b61Copy full SHA for a2d4b61
1 file changed
libs/agent-runtime/src/prompts/judge-eval-attempt.ts
@@ -63,9 +63,7 @@ export function buildJudgeEvalAttemptUserPrompt(
63
ctx.workspace.mode === 'dedicated_worktree'
64
? `This attachment is a dedicated producer worktree${ctx.workspace.branch ? ` on branch \`${ctx.workspace.branch}\`` : ''}.`
65
: ctx.workspace.mode === 'scratch_mount'
66
- ? ctx.workspace.source === 'producer_copy'
67
- ? 'This workspace is a fresh judge-owned scratch copy of the producer workspace.'
68
- : 'This attachment is the producer scratch workspace mounted with shadow writes for safe inspection.'
+ ? 'This workspace is a fresh judge-owned scratch copy of the producer workspace.'
69
: 'This attachment is the producer shared workspace mounted with shadow writes for safe inspection.',
70
'',
71
].join('\n')
0 commit comments