πŸ“„ 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',
]