/** * Session management types for project-based organization with JSONL format * Dependencies: Core messaging types * * SIMPLIFIED: Removed unused interfaces to focus on core functionality */ export interface SessionFilename { sessionId: string; sessionType: "main" | "subagent"; }