From e7275bd3d1a7c8f1f4286a70eca9d705e87549eb Mon Sep 17 00:00:00 2001 From: Jules Rosser Date: Fri, 27 Feb 2026 13:00:37 -0800 Subject: [PATCH] Remove reality check instruction from AI reviewer agent --- .claude/agents/code-inline-reviewer.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.claude/agents/code-inline-reviewer.md b/.claude/agents/code-inline-reviewer.md index 8c665b9b8b6cd..27e5b2bbefa52 100644 --- a/.claude/agents/code-inline-reviewer.md +++ b/.claude/agents/code-inline-reviewer.md @@ -56,7 +56,6 @@ Each rule file contains: 8. **DO NOT invent new rules, stylistic preferences, or commentary outside the listed rules.** 9. **DO NOT describe what you are doing or add extra content.** EXCEPTION: If you believe something MIGHT be a Rule violation but are uncertain, err on the side of including it in the violations array rather than skipping it. -10. **Reality check before posting**: Before creating each inline comment, re-read the specific code one more time and confirm the violation is real. If upon re-reading you realize the code is actually correct, **do NOT post the comment** — silently skip it and move on. Never post a comment that flags a violation and then concludes it is not actually a problem. ## Comment Format