v0.1.1
Fix: hook breaks all Claude sessions after pipx install
memor install-hook wrote a path to bin/memor-hook.py relative to the source tree, which doesn't exist in site-packages after pipx install. This caused every Claude Code session to fail with:
UserPromptSubmit operation blocked by hook:
can't open file '.../site-packages/bin/memor-hook.py': [Errno 2] No such file or directory
Changes
memor-hookis now a proper console_scripts entry point (installed to~/.local/bin/by pipx)memor install-hookresolves the entry point viashutil.whichinstead of guessing a file path- Hook sidecar startup uses
python -m memor.hook_serverinstead of a fragile path
If you're affected
Run memor install-hook again after upgrading, or manually remove the hooks section from ~/.claude/settings.json.