test/runtime: align executor specs and bundled cli resolution

This commit is contained in:
ejclaw
2026-04-20 13:33:13 +09:00
parent fc1c377cf1
commit 8fff703f84
10 changed files with 384 additions and 43 deletions

View File

@@ -339,7 +339,10 @@ export function resolveExecutionTarget(args: {
args.lease.reviewer_agent_type ?? REVIEWER_AGENT_TYPE,
args.lease.arbiter_agent_type ?? ARBITER_AGENT_TYPE,
);
const configuredAgentType = resolveAgentTypeForRole(roleAgentPlan, activeRole);
const configuredAgentType = resolveAgentTypeForRole(
roleAgentPlan,
activeRole,
);
const effectiveAgentType = args.forcedAgentType ?? configuredAgentType;
return {