> ## Documentation Index
> Fetch the complete documentation index at: https://veridical-dev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# .veridical.yaml

> Repository-level review configuration

Commit `.veridical.yaml` at the repository root:

```yaml theme={null}
path_filters:
  - "dist/**"
  - "*.min.js"
instructions: |
  Flag missing tenant authorization checks.
tier: pro
language: en
noise: low
safe_to_merge:
  advisory_check: true
  tau_merge: 0.96
  beta_cov_max: 0.15
security:
  scope: repo
  codeql: true
  licenses:
    deny: [AGPL-3.0]
    allow_unknown: false
  disabled_tools: []
```

Valid review tiers are `standard`, `pro`, and `ultra`; `verify` is reserved for
the local latency surface. Noise is `confirmed_only`, `low`, `medium`, or
`high`. Safe-to-merge thresholds may only be made stricter than product
defaults.

Malformed and unknown values are dropped rather than allowed to crash a review.
Workspace governance can further restrict any repository setting.
