5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
/** PR publisher runs git push and tea pr create; no LLM prompt. */
|
|
export function prPublisherPrompt(): string {
|
|
return "";
|
|
}
|