-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathCODEOWNERS
More file actions
38 lines (28 loc) · 1.19 KB
/
CODEOWNERS
File metadata and controls
38 lines (28 loc) · 1.19 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
# Default fallback
* @KRRT7
# Java
/codeflash/languages/java/ @mashraf-222 @HeshamHM28 @misrasaurabh1
# JavaScript / TypeScript
/codeflash/languages/javascript/ @Saga4 @mohammedahmed18 @KRRT7
# Python language support
/codeflash/languages/python/ @KRRT7
# Core pipeline
/codeflash/optimization/ @KRRT7 @aseembits93 @misrasaurabh1
/codeflash/verification/ @KRRT7 @misrasaurabh1
/codeflash/benchmarking/ @KRRT7
/codeflash/discovery/ @KRRT7 @misrasaurabh1
# CLI & setup
/codeflash/cli_cmds/ @KRRT7 @misrasaurabh1
# LSP
/codeflash/lsp/ @mohammedahmed18
# API
/codeflash/api/ @KRRT7 @aseembits93
# Tracing & entry points
/codeflash/tracing/ @misrasaurabh1 @KRRT7
/codeflash/main.py @misrasaurabh1 @KRRT7
/codeflash/tracer.py @misrasaurabh1 @KRRT7
# Shared utilities
/codeflash/code_utils/ @KRRT7 @aseembits93 @misrasaurabh1
/codeflash/models/ @KRRT7
# CI / workflows
/.github/ @KRRT7