mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
chore: add CODEOWNERS based on git history
Assigns per-directory code ownership to current org members based on full commit history analysis, so PRs automatically request reviews from the right people.
This commit is contained in:
parent
67cf123929
commit
9d9e7cd0ee
1 changed files with 38 additions and 0 deletions
38
.github/CODEOWNERS
vendored
Normal file
38
.github/CODEOWNERS
vendored
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Reference in a new issue