feat(clients): add Google, HP, Ferrero as demo placeholders
Three new clients in demo/eval phase. Each uses Honda-style minimal setup (static_general + video_general only) until real scope and test assets arrive. Descriptions are placeholders to be replaced once scope is confirmed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9746ba249b
commit
93dc030e0c
1 changed files with 18 additions and 0 deletions
|
|
@ -58,6 +58,24 @@ CLIENT_PROFILES = {
|
|||
'display_name': 'Rank',
|
||||
'description': 'Rank brand profiles for marketing QC checks'
|
||||
},
|
||||
'google': {
|
||||
'name': 'Google',
|
||||
'profiles': ['static_general', 'video_general'],
|
||||
'display_name': 'Google',
|
||||
'description': 'Demo client — scope pending'
|
||||
},
|
||||
'hp': {
|
||||
'name': 'HP',
|
||||
'profiles': ['static_general', 'video_general'],
|
||||
'display_name': 'HP',
|
||||
'description': 'Demo client — scope pending'
|
||||
},
|
||||
'ferrero': {
|
||||
'name': 'Ferrero',
|
||||
'profiles': ['static_general', 'video_general'],
|
||||
'display_name': 'Ferrero',
|
||||
'description': 'Demo client — scope pending'
|
||||
},
|
||||
'general': {
|
||||
'name': 'General',
|
||||
'profiles': ['static_general', 'video_general', 'inclusive_accessibility'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue