Union type representing all possible history records in the vibe coding
system.
This comprehensive union encompasses both message histories that track
conversation flow and development histories that monitor progress through
various phases of the automated development pipeline. Each history type
captures specific aspects of the user interaction and agent activities that
transform conversations into working software.
The union design enables type-safe handling of different history records
while maintaining a unified interface for storing, retrieving, and processing
the complete development timeline from initial requirements gathering to
final code generation.
Union type representing all possible history records in the vibe coding system.
This comprehensive union encompasses both message histories that track conversation flow and development histories that monitor progress through various phases of the automated development pipeline. Each history type captures specific aspects of the user interaction and agent activities that transform conversations into working software.
The union design enables type-safe handling of different history records while maintaining a unified interface for storing, retrieving, and processing the complete development timeline from initial requirements gathering to final code generation.