feat: Normen-Bibliothek auf 751 Normen finalisiert

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-07 13:24:33 +02:00
parent fb6192d92d
commit 1005ba0398
3 changed files with 26 additions and 8 deletions
@@ -47,6 +47,7 @@ func SuggestNorms(machineType string, hazardCategories []string, tags []string)
allNorms = append(allNorms, GetWave3dCNorms()...)
allNorms = append(allNorms, GetWave3dExtCNorms()...)
allNorms = append(allNorms, GetWave3dHvacCNorms()...)
allNorms = append(allNorms, GetFinalCNorms()...)
// Build lookup sets for efficient matching
hazardSet := toSet(hazardCategories)