# Changes to CI definitions, CI scripts, and image builds require owner review.
# Enable "Require review from Code Owners" in branch protection for this to gate merges.
/.github/workflows/ @arbi-dev
/.github/CODEOWNERS  @arbi-dev
/scripts/ci/         @arbi-dev
/Dockerfile          @arbi-dev
/Dockerfile.snapshot @arbi-dev
/.pre-commit-config.yaml @arbi-dev

# The speculative-verify constraint matrix and the gate that proves it. Both
# halves are load-bearing: the table declares what every verify draw does
# about every per-token constraint, and the gate is what stops a declaration
# the code contradicts. Editing either without review is how a request loses a
# constraint the K=1 draw would have honoured.
/arbi_serve/spec_decode/verify_constraints.py @arbi-dev
/tests/test_verify_constraint_matrix.py       @arbi-dev
