From fdd591b3717d46ec42e6bc8120d033508b1d4ea6 Mon Sep 17 00:00:00 2001 From: nickviljoen Date: Mon, 27 Apr 2026 14:01:06 +0200 Subject: [PATCH] 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) --- backend/client_config.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/backend/client_config.py b/backend/client_config.py index 310ae81..f31b51a 100644 --- a/backend/client_config.py +++ b/backend/client_config.py @@ -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'],