Commit f5f4e03
fix(workspace): handle Java PathMatcher glob quirk for root-level paths
Java's PathMatcher glob **/X/** doesn't match when X is the first path
component. Add fallback matchers without the leading **/ prefix.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8baed69 commit f5f4e03
1 file changed
Lines changed: 11 additions & 1 deletion
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
| |||
0 commit comments