pub const CLAUDE_SESSION_SCAN_LIMIT: usize = 200; // 200usizeExpand description
Newest-first cap on Claude Code sessions examined when no session filter
is given. Claude’s jobs are session state, so an unfiltered listing would
otherwise walk the whole history; the scan is reported in
JobsListing::sources so a truncated answer is never silent.