agent-feedback: pre-typegen verb helper overloads - #285
Conversation
|
Warning Review limit reached
On-demand reviews are free for the next 23 days. After that, they cost $0.25 per reviewed file. Or wait 59 minutes for your next included review. View limit detailsLimit details: You’ve used all 5 included reviews currently available. Your 10 included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Comment |
|
Files one item.
The global
Runverb helpers fall back toGlobalDefineHandlerfor any route file the generated route types do not yet cover, and it declares only two of the five overloadsDefineHandlerhas. Three documented forms, includingRun.POST(options, handler), are therefore compile errors until a build or dev run regenerates route types, which a clean clone of a working app hits on its already-checked-in handlers.