[Chore] Add CODEOWNERS for automated PR review assignments#2950
[Chore] Add CODEOWNERS for automated PR review assignments#2950sammshen merged 5 commits intoLMCache:devfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new CODEOWNERS file to manage repository ownership and automated review assignments for the LMCache project. I have no further feedback to provide as the changes are straightforward and align with project maintenance requirements.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0f78845. Configure here.
|
@ApostaC @maobaolong would you like to take a look? we can further iterate and make it more fine-grained in the future |
|
@sammshen Thanks for this great work, I found there are 7 maintainers involved, hope we can add more activity maintainers here, so that the pending review PR can reduce to a lower count. BTW. I think the following folder @chunxiaozheng can help to maintain also, WDYT? |
|
@maobaolong sounds good! this is just a first draft, feel free to make a follow up PR later. I will first add @chunxiaozheng to the folders you mentioned :) |
|
@sammshen Hello sam, Could you add me in /lmcache/v1/storage_backend/ as well? |
|
Hi @DongDongJu, adding you to storage_backends and rust and layerwise! |
|
hi, @sammshen , I am also quite familiar with these modules. If it's convenient, could you also add me? |
|
who is owning lmcache files (not in v1 path), protocal.py, utils.py, non_cuda_equivalent.py, etc. |
|
@sammshen Besides, the modules related to memory management ( |
Btw: if people are overloaded, I'm happy to jump in and take this limited scope. :) Since I've been focusing heavily on these areas recently, it feels like a natural starting point. Totally up to you, no pressure either way 😉 |
added! |
added |
added you and @hickeyma |
Signed-off-by: Samuel Shen <slshen@uchciago.edu>
Signed-off-by: Samuel Shen <slshen@uchciago.edu>
… adapters Signed-off-by: Samuel Shen <slshen@uchciago.edu>
thanks for the trust! will take responsiblity |
Signed-off-by: Samuel Shen <slshen@uchciago.edu>
Signed-off-by: Samuel Shen <slshen@uchciago.edu>

Adds .github/CODEOWNERS to automatically request reviews from the appropriate maintainers when PRs touch specific areas of the codebase.
What this PR does / why we need it:
Special notes for your reviewers:
If applicable:
Note
Low Risk
Adds a
.github/CODEOWNERSfile only; no runtime or library behavior changes, with risk limited to potential misrouting of review requests.Overview
Adds a new
.github/CODEOWNERSfile mapping key LMCache areas (engine, multiprocess, distributed/L2, storage backends, integrations, docs, CI, etc.) to specific maintainers so GitHub can automatically request reviews when matching paths change.Reviewed by Cursor Bugbot for commit 7aa6106. Bugbot is set up for automated code reviews on this repo. Configure here.