6 lines
233 B
TypeScript
6 lines
233 B
TypeScript
export const DEFAULT_TIMEOUT_MS = 60_000
|
|
|
|
export const INTERACTIVE_BASH_DESCRIPTION = `Execute tmux commands for interactive terminal session management.
|
|
|
|
Use session names following the pattern "omo-{name}" for automatic tracking.`
|