Commit c87f4ce
committed
Skip agent-tooling dirs in service detection
The project-tree service scan walked .agents/ and .claude/, which vendor
example skill code that references services the project doesn't use. The
mcp-builder skill ships an evaluation.py with "from anthropic import
Anthropic", which tripped the Anthropic detector on plain Next.js apps.
Add .agents and .claude to skipDirs, matching the existing handling of
node_modules, vendor, and bundled WordPress plugins.1 parent 9755fb3 commit c87f4ce
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
993 | 993 | | |
994 | 994 | | |
995 | 995 | | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
996 | 1002 | | |
997 | 1003 | | |
998 | 1004 | | |
| |||
0 commit comments