Skip to content

Commit 6b34b0f

Browse files
committed
Add review guide pointer
1 parent bafcfa4 commit 6b34b0f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Every fact should have one owner. This file owns invariants and the reference ta
2929
| Provider wiring (OpenAI / Anthropic / Gemini) | `src/cell_annotator/model/_providers.py`, `llm_interface.py`, `base_annotator.py` |
3030
| Release notes | GitHub Releases (<https://github.com/quadbio/cell-annotator/releases>) |
3131

32+
## Review Guidelines
33+
34+
For GitHub PR reviews, use `REVIEW_GUIDE.md` as the canonical review workflow and
35+
source of review-specific risk areas, testing checks, and documentation-impact checks.
36+
This file only owns the project invariants and source-of-truth map below.
37+
3238
## Critical Invariants
3339

3440
- **Data privacy.** Only cluster marker gene *names*, plus `species`, `tissue`, and (optionally) `stage`, are sent to LLM providers. Raw expression values, cell-level data, and user metadata must never cross the provider boundary. Any PR that broadens what is sent is a hard red flag.

0 commit comments

Comments
 (0)