5 lines
111 B
TypeScript

/** Tester runs shell test commands; no LLM prompt. */
export function testerPrompt(): string {
return "";
}