Skill Claude CodeCodex
Once policies are deployed, the engine evaluates incoming facts against live rules. This skill covers observing production behavior: execution history, statistics, failure logs, and deployment state.
The decision platform for engineering teams. CLI and MCP server for LexQ
Skill Claude CodeCodex
Once policies are deployed, the engine evaluates incoming facts against live rules. This skill covers observing production behavior: execution history, statistics, failure logs, and deployment state.
Skill Claude CodeCodex
A Policy Group is the top-level container. It holds versions (each containing rules), manages deployment state, and controls conflict resolution when multiple groups interact.
Skill Claude CodeCodex
Goal: Apply different discounts based on payment amount.
Skill Claude CodeCodex
A Policy Rule is a condition → actions pair within a version. Rules are evaluated in priority order — lower number wins, and priorities are 1-based (1 is highest). When a rule's condition matches the input facts, its actions fire.
Skill Claude CodeCodex
LexQ is a policy execution engine. Customers define business rules (conditions → actions), deploy them to production, and execute them via API — all without touching application code. Core differentiators are pre-deploy simulation and A/B testing for rule versions.
Skill Claude CodeCodex
LexQ provides three levels of pre-deploy validation.