pub fn would_exceed_limit( current_tokens: usize, file_tokens: usize, max_tokens: usize, ) -> bool
Check if adding a file would exceed token limit