0154c41997
Squads with dash or underscore tags (e.g. -DSPLA-, _APS_) had their raw replay team.squadron value written directly to COMPS filenames, producing -DSPLA-.json / _APS_.json. The /comp autocomplete returns the clean DB short_name (DSPLA) so the file lookup never matched. Fix: strip leading/trailing non-alphanumeric characters and uppercase in both the writer and the /comp command lookup. Also renamed the 8 existing decorated COMPS files to their clean equivalents on disk. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>