Skip to content

Fix project selection gating and expose max projects in resume UI#611

Merged
DaKheera47 merged 8 commits into
mainfrom
projects-dont-get-chosen
Jun 10, 2026
Merged

Fix project selection gating and expose max projects in resume UI#611
DaKheera47 merged 8 commits into
mainfrom
projects-dont-get-chosen

Conversation

@DaKheera47

@DaKheera47 DaKheera47 commented Jun 10, 2026

Copy link
Copy Markdown
Owner

I believe I worked out what the problem is. The problem is that when resumes were being imported, project IDs weren't assigned. And these project IDs are necessary for the AI to choose which projects to select. If these project IDs are empty, the AI selects nothing and it shows as empty.

Summary

  • Revalidate saved project selections during job tailoring so stale IDs no longer suppress automatic selection
  • Add structured PROJECT_SELECTION_TRACE logging around the project-selection gate, candidate resolution, and saved output
  • Show the max-projects control in the Reactive Resume and Projects panels, and clarify the tooltip copy
  • Add regression coverage for stale selections and the new Projects-panel max-projects control

Testing

  • Biome formatting and lint checks passed on the touched UI/server files
  • Targeted Vitest coverage passed for project selection and Design Resume project controls
  • Typecheck passed for the orchestrator workspace
  • Client build passed

@DaKheera47 DaKheera47 linked an issue Jun 10, 2026 that may be closed by this pull request
@DaKheera47 DaKheera47 merged commit 0a9c714 into main Jun 10, 2026
10 checks passed
@DaKheera47 DaKheera47 deleted the projects-dont-get-chosen branch June 10, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generate all/moving to ready never selects any project

1 participant