From 260a13eb7f0d77c69345f0996f5613960e580124 Mon Sep 17 00:00:00 2001 From: Adrian Edwards <17362949+MoralCode@users.noreply.github.com> Date: Sat, 21 Mar 2026 20:02:40 -0400 Subject: [PATCH] Update README to mention new tools Signed-off-by: Adrian Edwards <17362949+MoralCode@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14ca66b..1417902 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Four detectors run against each commit, each producing findings at a confidence **Medium confidence** -- patterns in the commit message itself: - `aider:` prefix (Aider's default commit format). - `Generated with Claude Code` footer. +- Known commit trailers in formats unique to specific tools (such as EntireIO and Replit) that can contain values indicative of AI use + **Low confidence** -- mentions of AI tool names in text: - Word-boundary matches for tool names like Claude, Copilot, Cursor, Aider, ChatGPT, Windsurf, Devin, etc. This detector also runs against commit messages, and is the primary detector for the text-scanning mode (PR bodies, comments).