superpowers/skills/systematic-debugging
Jesse Vincent 0146173544 fix(systematic-debugging): find-polluter accepts ./-prefixed patterns and matches top-level tests
Follow-up to #2011 (which fixed the ./-prefix mismatch for the documented
pattern form): strip a leading ./ from the caller's pattern instead of
double-prefixing it into a never-matching ././ form, and also match the
pattern with '**/' collapsed, since find -path cannot match '**/' against
zero directory levels and silently skipped files directly under the base
directory (src/top.test.ts vs src/**/*.test.ts).

Adds a deterministic test suite for the script with a stubbed npm.
2026-07-23 10:54:50 -07:00
..
condition-based-waiting-example.ts Consolidate debugging techniques into systematic-debugging skill 2025-12-17 16:44:51 -08:00
condition-based-waiting.md Consolidate debugging techniques into systematic-debugging skill 2025-12-17 16:44:51 -08:00
CREATION-LOG.md Release v5.1.0 (#1468) 2026-05-04 15:05:01 -07:00
defense-in-depth.md Consolidate debugging techniques into systematic-debugging skill 2025-12-17 16:44:51 -08:00
find-polluter.sh fix(systematic-debugging): find-polluter accepts ./-prefixed patterns and matches top-level tests 2026-07-23 10:54:50 -07:00
root-cause-tracing.md Release v5.1.0 (#1468) 2026-05-04 15:05:01 -07:00
SKILL.md refactor(skills): drop social proof from systematic-debugging 2026-07-14 15:02:16 -07:00
test-academic.md Now that skills are a first-class thing in Claude Code, restore them to the primary plugin 2025-10-16 07:19:00 -07:00
test-pressure-1.md Now that skills are a first-class thing in Claude Code, restore them to the primary plugin 2025-10-16 07:19:00 -07:00
test-pressure-2.md Now that skills are a first-class thing in Claude Code, restore them to the primary plugin 2025-10-16 07:19:00 -07:00
test-pressure-3.md Now that skills are a first-class thing in Claude Code, restore them to the primary plugin 2025-10-16 07:19:00 -07:00