source dump of claude code
at main 12 lines 269 B view raw
1// Past tense verbs for turn completion messages 2// These verbs work naturally with "for [duration]" (e.g., "Worked for 5s") 3export const TURN_COMPLETION_VERBS = [ 4 'Baked', 5 'Brewed', 6 'Churned', 7 'Cogitated', 8 'Cooked', 9 'Crunched', 10 'Sautéed', 11 'Worked', 12]