Skip to content

Commit a4b74fa

Browse files
authored
Merge pull request #2095 from codeflash-ai/chore/add-codeowners
chore: add CODEOWNERS based on git history
2 parents 67cf123 + 9d9e7cd commit a4b74fa

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Default fallback
2+
* @KRRT7
3+
4+
# Java
5+
/codeflash/languages/java/ @mashraf-222 @HeshamHM28 @misrasaurabh1
6+
7+
# JavaScript / TypeScript
8+
/codeflash/languages/javascript/ @Saga4 @mohammedahmed18 @KRRT7
9+
10+
# Python language support
11+
/codeflash/languages/python/ @KRRT7
12+
13+
# Core pipeline
14+
/codeflash/optimization/ @KRRT7 @aseembits93 @misrasaurabh1
15+
/codeflash/verification/ @KRRT7 @misrasaurabh1
16+
/codeflash/benchmarking/ @KRRT7
17+
/codeflash/discovery/ @KRRT7 @misrasaurabh1
18+
19+
# CLI & setup
20+
/codeflash/cli_cmds/ @KRRT7 @misrasaurabh1
21+
22+
# LSP
23+
/codeflash/lsp/ @mohammedahmed18
24+
25+
# API
26+
/codeflash/api/ @KRRT7 @aseembits93
27+
28+
# Tracing & entry points
29+
/codeflash/tracing/ @misrasaurabh1 @KRRT7
30+
/codeflash/main.py @misrasaurabh1 @KRRT7
31+
/codeflash/tracer.py @misrasaurabh1 @KRRT7
32+
33+
# Shared utilities
34+
/codeflash/code_utils/ @KRRT7 @aseembits93 @misrasaurabh1
35+
/codeflash/models/ @KRRT7
36+
37+
# CI / workflows
38+
/.github/ @KRRT7

0 commit comments

Comments
 (0)