Commit 90b650d
feat: broaden tests signal to PHP, Ruby, C#
File regex now also recognises *Test.php (PHPUnit), *_test.rb /
*_spec.rb (Minitest / RSpec), and *Tests?.cs (xUnit / NUnit / MSTest).
Repos that nest tests in subdirectories (e.g. ASP.NET Core, Rails)
now correctly hit the test signal even without a recognised root-level
test directory.
Sibling repos (agent-friendly-action, agent-friendly-skill) re-vendored
and logged under their CHANGELOG.md "Unreleased" sections per AGENTS.md.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7c832bf commit 90b650d
2 files changed
Lines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
86 | 106 | | |
0 commit comments