claude-code/constants/turnCompletionVerbs.ts
kuberwastaken ec53fcbe95 init
2026-03-31 16:25:52 +05:30

12 lines
269 B
TypeScript

// Past tense verbs for turn completion messages
// These verbs work naturally with "for [duration]" (e.g., "Worked for 5s")
export const TURN_COMPLETION_VERBS = [
'Baked',
'Brewed',
'Churned',
'Cogitated',
'Cooked',
'Crunched',
'Sautéed',
'Worked',
]