Add AXA and Rank clients

Both get the static_general + video_general profile bundle, matching Honda's setup. Total clients goes from 8 to 10.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
nickviljoen 2026-04-27 14:01:06 +02:00
parent 106f361a6d
commit fdd591b371

View file

@ -46,6 +46,18 @@ CLIENT_PROFILES = {
'display_name': 'Honda',
'description': 'Honda brand profiles for automotive marketing QC checks'
},
'axa': {
'name': 'AXA',
'profiles': ['static_general', 'video_general'],
'display_name': 'AXA',
'description': 'AXA brand profiles for marketing QC checks'
},
'rank': {
'name': 'Rank',
'profiles': ['static_general', 'video_general'],
'display_name': 'Rank',
'description': 'Rank brand profiles for marketing QC checks'
},
'general': {
'name': 'General',
'profiles': ['static_general', 'video_general', 'inclusive_accessibility'],