superpowers/skills
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
..
brainstorming refactor(skills): fold brainstorming Key Principles into points of use 2026-07-14 15:02:16 -07:00
dispatching-parallel-agents refactor(skills): drop social proof from dispatching-parallel-agents 2026-07-14 15:02:16 -07:00
executing-plans refactor(skills): trim quality claim from executing-plans subagent note 2026-07-14 15:02:16 -07:00
finishing-a-development-branch fix(skills): capture worktree path before Step 5 changes directory 2026-07-13 14:25:32 -07:00
receiving-code-review refactor(skills): drop The Bottom Line recap from receiving-code-review 2026-07-14 15:02:16 -07:00
requesting-code-review refactor(skills): trim requesting-code-review, keep review guards as a table 2026-07-14 15:02:16 -07:00
subagent-driven-development feat(sdd): lifecycle restructure with resume-based fix loop, five-round breaker, and rationalization table 2026-07-19 12:36:33 -07:00
systematic-debugging fix(systematic-debugging): find-polluter accepts ./-prefixed patterns and matches top-level tests 2026-07-23 10:54:50 -07:00
test-driven-development refactor(skills): fold TDD Why Order Matters rebuttals into rationalization table 2026-07-14 15:02:16 -07:00
using-git-worktrees refactor(skills): convert using-git-worktrees guard sections to rationalization table 2026-07-14 15:02:16 -07:00
using-superpowers docs(using-superpowers): drop dangling subagent-support anchor (#2010) 2026-07-23 10:47:44 -07:00
verification-before-completion refactor(skills): drop persuasion sections from verification-before-completion 2026-07-14 15:02:16 -07:00
writing-plans refactor(skills): drop Remember recap from writing-plans 2026-07-14 15:02:16 -07:00
writing-skills docs: fix dead references to pruned claude-code-tools.md/copilot-tools.md 2026-07-15 19:15:16 +00:00