小橘 57c740cdde Revert "chore(workflow): auto-generated commit"
This reverts commit 75f2768a8c7713879bb2ab564f42f24bc609338e.
2026-04-28 15:49:22 +00:00

5 lines
144 B
TypeScript

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