{ "name": "AXA Policy Document", "description": "Multi-page PDF QC for AXA Ireland policy documents. 7 deterministic checks: font inventory, phone inventory, bold-words enforcement, page numbering, print code, OMG versioning, print preflight. Runs in seconds with $0 LLM cost. Becomes compliance-driven once AXA supplies approved font list, bold-words dictionary, and approved phone numbers. Accessibility validation lives in the dedicated 'AXA Accessibility' profile.", "mode": "document", "checks": { "axa_font_inventory": { "weight": 1.0, "enabled": true, "scope": "document" }, "axa_phone_inventory": { "weight": 1.0, "enabled": true, "scope": "document" }, "axa_bold_words_definitions": { "weight": 2.0, "enabled": true, "scope": "document" }, "axa_page_numbering": { "weight": 1.0, "enabled": true, "scope": "document" }, "axa_print_preflight": { "weight": 1.0, "enabled": true, "scope": "document" }, "axa_print_code": { "weight": 1.0, "enabled": true, "scope": "targeted", "scope_args": {"pages": "last"} }, "axa_omg_versioning": { "weight": 1.0, "enabled": true, "scope": "targeted", "scope_args": {"pages": "last"} } }, "visibility": "client_specific", "visible_to_clients": ["axa"] }