Skip to content

Commit 8f51a1c

Browse files
committed
📝 docs(AGENTS): add upstream PR target guidance
- specify that PRs should always target HKUDS/LightRAG:main (upstream), not the fork's own main
1 parent 32d3acb commit 8f51a1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ LightRAG is an advanced Retrieval-Augmented Generation (RAG) framework designed
3939
- Use concise, imperative commit subjects (e.g., `Fix lock key normalization`) and add body context only when necessary.
4040
- PRs should include a summary, operational impact, linked issues, and screenshots or API samples for user-facing work.
4141
- Verify `ruff check .`, `python -m pytest`, and affected Bun commands succeed before requesting review; note the runs in the PR text.
42+
- This repo is a fork of `HKUDS/LightRAG`. Always target **`HKUDS/LightRAG:main`** (upstream) when creating PRs, not the fork's own main.
4243

4344
## Security & Configuration Tips
4445
- Copy `.env.example` and `config.ini.example`; never commit secrets or real connection strings.

0 commit comments

Comments
 (0)