Commit 404017c
Fix pyproject.toml path calculation in plugin finder
Corrects the parent directory index from parents[4] to parents[3] to properly
locate backend/pyproject.toml. The incorrect path prevented built-in plugins
(like the regex version source) from being discovered during bootstrap/CI builds,
causing "Unknown plugin" errors.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9bcf090 commit 404017c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments