From e98b7276920b3880532ccd32f88ca41cbc988033 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 22452c4..f985f2a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -36,6 +36,12 @@ table below — everything else is delegated. | Optional-dependency gating | `src/cellmapper/check.py` | | Method-level behavior (parameters, return shapes) | docstrings in `src/cellmapper/model/` | +## 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 - **Self-mapping mode** activates when `reference is None` **or** `reference is query` (object identity). See `CellMapper.__init__` in `src/cellmapper/model/cellmapper.py`.