set minimalist prompts as harness defaults

This commit is contained in:
sam-paech 2025-07-03 07:27:48 +10:00
parent cbd475c0c2
commit 1cb24f1884
5 changed files with 90 additions and 23 deletions

View file

@ -81,6 +81,13 @@ class StatisticalGameAnalyzer:
'AUSTRIA': 'AUSTRIA', # Keep as-is
'RUSSIA': 'RUSSIA', # Keep as-is
'TURKEY': 'TURKEY', # Keep as-is
'Germany': 'GERMANY',
'England': 'ENGLAND',
'France': 'FRANCE',
'Italy': 'ITALY',
'Russia': 'RUSSIA',
'Austria': 'AUSTRIA',
'Turkey': 'TURKEY',
}
normalized = name_mapping.get(recipient, recipient)