Compliance cannot be a PDF document sitting on a SharePoint drive. It must be executable code. Pre-Flight Checks embed the Open Policy Agent (OPA) directly into the orchestration layer, turning governance into gates.
OPA runs in-memory within the Orchestrator. Policies are written in Rego and evaluated against every artifact before execution.
If the policy fails, the pipeline halts. No exceptions. No override buttons.
Policies validate both the Artifact (the code diff) and the Intent (the execution flags):
This dual-layer validation catches issues that traditional linters miss.
Cabin Crew ships with built-in policies for common compliance requirements:
Extend with custom Rego policies for your specific requirements.
When a policy fails, the Orchestrator can allow the AI Agent to self-correct:
max-revisions attempts)This creates a learning loop where AI agents improve through policy feedback, rather than failing outright.