Interface: PraxisStepConfig

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / PraxisStepConfig

Interface: PraxisStepConfig

Defined in: packages/praxis-core/src/protocol.ts:107

Configuration for a step execution. Specifies which rules and constraints to apply.

Properties

constraintIds

constraintIds: string[]

Defined in: packages/praxis-core/src/protocol.ts:111

IDs of constraints to check during this step


ruleIds

ruleIds: string[]

Defined in: packages/praxis-core/src/protocol.ts:109

IDs of rules to apply during this step