Class: Aidp::Harness::UI::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/aidp/harness/ui/base.rb

Overview

Base class for all TTY UI components Provides common functionality for TTY-based components

Instance Method Summary collapse

Constructor Details

#initializeBase

Returns a new instance of Base.



9
10
11
12
# File 'lib/aidp/harness/ui/base.rb', line 9

def initialize
  # TTY components handle terminal setup automatically
  # No manual setup required
end