Instructions file CodexOpenCode
AGENTS.md instructions for lexq-io/lexq-cli, covering agents.md — lexq cli agent guide, what is this?, quick start, 1. install and or: npx @lexq/cli.
Instructions file CodexOpenCode
AGENTS.md instructions for lexq-io/lexq-cli, covering agents.md — lexq cli agent guide, what is this?, quick start, 1. install and or: npx @lexq/cli.
Instructions file
Claude Code instructions for lexq-io/lexq-cli, a project described as: 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.
MCP server Claude CodeCodexCursor
LexQ CLI — manage policies, simulate rules, and deploy from the terminal. Built for humans and AI agents. Runs locally from the @lexq/cli npm package.