Commit 5ca391c
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 e1e5309 commit 5ca391c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments