/** Intake role parses the issue URL from the workflow start message; no LLM prompt. */ export function intakePrompt(): string { return ""; }