Skip to content

Commit 421b9e9

Browse files
committed
Fix find-bugs paths to include runtime entrypoints and resources
The find-bugs skill was missing top-level runtime entrypoint files (cli.ts, daemon.ts, doctor-cli.ts) and the mcp/resources directory, causing PRs that only touch those files to skip bug detection.
1 parent a0e59cf commit 421b9e9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

warden.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,13 @@ remote = "getsentry/skills@b10e2db21d3165de1904bdf3fa64285016765fe5"
314314
maxTurns = 10
315315
maxFindings = 5
316316
paths = [
317+
"src/cli.ts",
317318
"src/cli/**",
319+
"src/daemon.ts",
318320
"src/daemon/**",
321+
"src/doctor-cli.ts",
319322
"src/integrations/**",
323+
"src/mcp/resources/**",
320324
"src/mcp/tools/**",
321325
"src/runtime/**",
322326
"src/server/**",

0 commit comments

Comments
 (0)