From 6b34b0ffc385ef45e23b2ea60ac8db3e87997538 Mon Sep 17 00:00:00 2001 From: Marius Lange Date: Thu, 30 Apr 2026 11:08:17 +0200 Subject: [PATCH] Add review guide pointer --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index de0c068..aa1b06c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -29,6 +29,12 @@ Every fact should have one owner. This file owns invariants and the reference ta | Provider wiring (OpenAI / Anthropic / Gemini) | `src/cell_annotator/model/_providers.py`, `llm_interface.py`, `base_annotator.py` | | Release notes | GitHub Releases () | +## Review Guidelines + +For GitHub PR reviews, use `REVIEW_GUIDE.md` as the canonical review workflow and +source of review-specific risk areas, testing checks, and documentation-impact checks. +This file only owns the project invariants and source-of-truth map below. + ## Critical Invariants - **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.