PathScout v0.2.0
PathScout v0.2.0 is the initial OSS Core release.\n\nHighlights:\n- Installable Python CLI with pyproject/setup.py metadata and MIT license.\n- Schema-versioned profile, sources, watchlist, suppressions, and portfolio config.\n- Canonical JSON findings artifact plus Markdown renderer.\n- Review and suppress CLI workflow.\n- Portfolio source naming with deprecated radar aliases for compatibility.\n- Careers-page role-title extraction with page-level fallback.\n- Generic startup role seeker defaults and fictional sample data.\n\nVerified with:\n- PYTHONPYCACHEPREFIX=/tmp/pathscout_pycache python3 -m unittest discover -s tests\n- PYTHONPYCACHEPREFIX=/tmp/pathscout_pycache python3 -m pathscout doctor\n- PYTHONPYCACHEPREFIX=/tmp/pathscout_pycache python3 -m pathscout run --dry-run --format both\n- Local wheel metadata build via pip install --no-build-isolation --target /tmp/pathscout-pkg-test-final .