BIMIT AI badge now shows correctly on affected project cards
Some projects processed through BIMIT AI were displaying a plain BIMIT badge on the project card, even though the underlying processing had run through the AI pipeline.
The badge logic was reading from a field that could hold an outdated value. When that field said "BIMIT Standard" but the project was actually a BIMIT AI job, the card showed the wrong badge. The fix changes the order of precedence: the project type field now takes priority, and the older field is only consulted as a last resort when no other signal is available. A separate guard also ensures that projects already marked as verified Standard stay correctly badged, so a historical AI pipeline run doesn't retroactively change their label. Roughly 100 project cards were showing the wrong badge before this fix; they now display correctly.