6015d37fe6
fix(systematic-debugging): match find -path ./ prefix in find-polluter.sh ( #2011 )
...
find . emits ./-prefixed paths, so -path "src/**/*.test.ts" matched
nothing; wc -l on empty stdin then lied as "Found 1". Fixes #2008 .
Co-authored-by: arimu1 <19286898+arimu1@users.noreply.github.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-23 17:27:16 -07:00
54d0efefd7
fix(systematic-debugging): match find -path ./ prefix in find-polluter.sh ( #2011 )
...
find . emits ./-prefixed paths, so -path "src/**/*.test.ts" matched
nothing; wc -l on empty stdin then lied as "Found 1". Fixes #2008 .
Co-authored-by: arimu1 <19286898+arimu1@users.noreply.github.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-23 10:53:39 -07:00
dev_Hakaze and Drew Ritter
3d0725756c
docs(windows): update polyglot hook docs
...
Rewrite the Windows polyglot hook documentation to match the current run-hook.cmd dispatcher and update the porting guide cross-reference.\n\nFixes #1653 .
2026-06-16 10:09:44 -07:00