* Fix hooks failing silently on Windows due to python3 not found Add `|| python` fallback to all hook commands in hooks.json. On Windows, `python3` either doesn't exist or resolves to a Microsoft Store stub that fails silently, breaking all plugin hooks. Fixes #20 * Bump version to 0.8.2