ai_qc/backend/profiles/boots_static.json
nickviljoen 6f3528b54f Add Boots client QC profile with 5 compliance checks and split CLAUDE.md client docs
New boots_static profile (5 checks, 2.0 weight each) for retail promotional
artwork compliance: caveat rules, brand name accuracy (~170 names), offer
mechanics, T&C wording, and currency/locale. Strict grading override (any
check <6 = Fail). Guidelines embedded from 7 thematic guidance documents.

Also splits client-specific documentation out of CLAUDE.md into separate
CLAUDE_LOREAL.md, CLAUDE_AMAZON.md, CLAUDE_BOOTS.md, and CLAUDE_DOW_JONES.md
files to reduce main file size.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 09:25:58 +02:00

36 lines
1.3 KiB
JSON

{
"name": "Boots Static",
"description": "Boots retail promotional artwork compliance checks - caveats, brand names, offer mechanics, T&Cs wording, and currency/locale accuracy. Based on 7 thematic guidance documents.",
"checks": {
"boots_caveat_compliance": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Caveat/asterisk ordering, sizing rules per context, no superscript, font weight matching"
},
"boots_brand_name_accuracy": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Brand and product name spelling accuracy against approved list (accents, apostrophes, hyphens, casing)"
},
"boots_offer_mechanics": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Offer roundel format and value mechanics compliance against approved templates"
},
"boots_tandc_wording": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "T&C wording accuracy for offers, Click & Collect, lock-up T&Cs, and date formatting"
},
"boots_currency_locale": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Currency symbols (GBP/EUR) and UK vs ROI locale compliance"
}
}
}