LICENSE
README.md
pyproject.toml
applyr/__init__.py
applyr/agent_instructions.py
applyr/analytics.py
applyr/ats.py
applyr/cli.py
applyr/colors.py
applyr/config.py
applyr/constants.py
applyr/cv.py
applyr/cv_master.py
applyr/cv_stats.py
applyr/db.py
applyr/duplicates.py
applyr/errors.py
applyr/md_render.py
applyr/scoring.py
applyr.egg-info/PKG-INFO
applyr.egg-info/SOURCES.txt
applyr.egg-info/dependency_links.txt
applyr.egg-info/entry_points.txt
applyr.egg-info/requires.txt
applyr.egg-info/top_level.txt
applyr/commands/__init__.py
applyr/commands/_helpers.py
applyr/commands/analytics.py
applyr/commands/core.py
applyr/commands/workflow.py
applyr/templates/AGENT_INSTRUCTIONS.md
applyr/templates/ats_rules.json
applyr/templates/bullet_patterns.json
applyr/templates/cover_letter.md
applyr/templates/cv-ats.html
applyr/templates/cv-master-template.md
tests/test_agent_instructions.py
tests/test_analytics.py
tests/test_ats.py
tests/test_cli_routing.py
tests/test_commands.py
tests/test_config.py
tests/test_cover_letter.py
tests/test_cv.py
tests/test_cv_bullets.py
tests/test_cv_language.py
tests/test_cv_master.py
tests/test_cv_review_blind.py
tests/test_cv_stats.py
tests/test_db.py
tests/test_doctor.py
tests/test_duplicates.py
tests/test_errors.py
tests/test_gaps.py
tests/test_md_render.py
tests/test_recommendation.py
tests/test_scoring.py
tests/test_tailoring.py
tests/test_validators.py