//! Claude Code Tasks Integration
//!
//! Monitors Claude Code sessions and their tasks in real-time.
//! Reads from ~/.claude/projects/{path}/{session}.jsonl
//!
//! # Components
//! - `CCTasksWatcher`: Watches for file changes and emits events
//! - `parser`: Parses sessions-index.json and JSONL files
//! - `types`: Data structures for sessions, tasks, and events
pub use *;
pub use *;
pub use ;