init claude-code
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// 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',
|
||||
]
|
||||
Reference in New Issue
Block a user