Added a new resume-matching module that computes a resume_similarity_score for every job by comparing skill coverage against a configured taxonomy. The implementation supports both direct LLM extraction and a fully deterministic offline fallback, ensuring the pipeline remains robust without mandatory external dependencies. This feature is now integrated into the final scoring pipeline, meaning resume-to-job relevance now directly impacts job ranking. Success!

Implemented resume similarity matching and skill extraction MVP - Braumeister-Stefan/Jobinator