Setting up rules
In Dashboard > Help Center > Settings > Validation, add rules in natural language. Examples:- “All articles must use a professional, friendly tone”
- “Never mention competitor products by name”
- “Include a summary section at the top of every article”
How validation runs
Validation checks articles against your rules using an LLM. Results include severity levels and specific feedback for each rule.CLI integration
The CLI provides two commands for validation:opencx content check— Validate content files locally before pushingopencx content gate— CI gate that validates content and checks for drift (useful in pull request workflows)