Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Agent Instructions

## Review guidelines

Respect documented author intent and check for companion PRs.

- Read the PR body before the diff. If it has sections like "Design
decisions", "Companion PRs", "Cross-repo", or "Intent", treat them as
the author's binding statement of design — constraints, not code to
second-guess. Do not raise a finding that would contradict a documented
choice.
- Assume work often spans multiple repos in this org. "Missing caller",
"dead code", and "unused export" findings are often wrong because the
caller lives in a companion PR. Before flagging dead or missing code,
check whether the PR description references companion PRs in other
repos.
- When author intent is unclear, ask a question rather than request a
change.
Loading