pub fn matches_all_patterns(job_tags: &[String], patterns: &[String]) -> bool
Check whether a job’s tags satisfy all filter patterns (logical AND).
Returns true when every pattern matches at least one tag in job_tags.
job_tags