The GitHub project selection prompt says projects with author_commit_count < 4 should never be selected, but the code only filters out author_commit_count == 0.
With a sample resume pointing to https://github.com/octocat, selected projects included repositories with author_commit_count: 1.
Expected: projects with fewer than 4 author commits should be excluded before and after LLM selection.
Environment:
- macOS
- Python 3.13.5 local venv
- Provider: Ollama
- Model: gemma3:4b
The GitHub project selection prompt says projects with
author_commit_count < 4should never be selected, but the code only filters outauthor_commit_count == 0.With a sample resume pointing to
https://github.com/octocat, selected projects included repositories withauthor_commit_count: 1.Expected: projects with fewer than 4 author commits should be excluded before and after LLM selection.
Environment: