Commit f6dbbe2
committed
fix: restrict spec conflict check to directories only
compgen -G matches files and directories; a file like specs/001-notes.md
would false-positive the guardrail. Now iterates matches and checks -d
to ensure only directories trigger a conflict.1 parent 8f7472f commit f6dbbe2
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | | - | |
281 | | - | |
282 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
283 | 286 | | |
284 | 287 | | |
285 | 288 | | |
| |||
0 commit comments