filter-tiago

Results 2 issues of filter-tiago

## Summary Fixes the hookify plugin's broken Python imports that cause all hooks to fail with `No module named 'hookify'`. ## Problem The hook scripts use absolute imports like: ```python...

## Summary The hookify plugin's Python hook scripts fail with `No module named 'hookify'` because the import statements don't match the package structure. ## Steps to Reproduce 1. Install hookify...