-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
25 lines (19 loc) · 688 Bytes
/
CODEOWNERS
File metadata and controls
25 lines (19 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: PMPL-1.0-or-later
# CODEOWNERS - Code ownership for ECHIDNA
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owner for all files
* @hyperpolymath
# Core prover backends
/src/rust/provers/ @hyperpolymath
/src/rust/core.rs @hyperpolymath
/src/rust/dispatch.rs @hyperpolymath
# ML layer
/src/julia/ @hyperpolymath
# Interfaces
/src/interfaces/ @hyperpolymath
# Infrastructure and CI/CD
/.github/workflows/ @hyperpolymath
/.containerization/ @hyperpolymath
/Containerfile @hyperpolymath
# SCM and machine-readable metadata
/.machine_readable/ @hyperpolymath