π File detail
constants/turnCompletionVerbs.ts
π§© .tsπ 13 linesπΎ 269 bytesπ text
β Back to all filesπ― Use case
This file lives under βconstants/β, which covers static strings, built-in prompts, spinners, and style constants. On the API surface it exposes TURN_COMPLETION_VERBS β mainly types, interfaces, or factory objects. What the file header says: Past tense verbs for turn completion messages These verbs work naturally with "for [duration]" (e.g., "Worked for 5s").
Generated from folder role, exports, dependency roots, and inline comments β not hand-reviewed for every path.
π§ Inline summary
Past tense verbs for turn completion messages These verbs work naturally with "for [duration]" (e.g., "Worked for 5s")
π€ Exports (heuristic)
TURN_COMPLETION_VERBS
π₯οΈ Source preview
// 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',
]