Skip to content
Merged
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading