Files
claude-code/src/constants/turnCompletionVerbs.ts
claude-code-best f90eee85d8 feat: build
2026-03-31 19:22:47 +08:00

13 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',
]