You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools are displayed as cards showing the tool name, number of detected resources, repositories involved, and a badge indicating whether the tool was detected as a **usage** or **workflow**.
196
+
197
+
### Detection categories
198
+
199
+
Detections are grouped into two categories:
200
+
201
+
-**Usage** — tool detected via code-level patterns:
202
+
-**Code marker** — tool signatures or attribution markers found in source code
203
+
-**Commit** — references to the tool in commit messages or metadata
204
+
-**Workflow** — tool detected via configuration or process files, such as commands, `.gitignore` entries, hooks, instructions, settings, skills, agent definitions, governance files, or IDE configuration
205
+
206
+
### Navigating tool details
207
+
208
+
Clicking a tool card opens a detail view grouped by detection pattern (for example, "Generated with [Claude Code]" or "Generated by Claude"). For each detection pattern, you can drill into:
209
+
210
+
1.**Repositories** — which repositories contain this detection, with file and reference counts
211
+
2.**Files** — the specific files within each repository
212
+
3.**Lines** — the exact lines where the tool is referenced, with direct links to the file in your Git provider
0 commit comments