v4.1.3 — MCP + hooks find attestor on PATH
Fix: the MCP server and lifecycle hooks failed with bash: attestor: command not found. Claude Code spawns them with a minimal, non-interactive PATH that excludes ~/.local/bin (the pipx shim), so the .env-sourcing wrappers couldn't find the binary — /mcp never attached and auto-capture hooks silently saved nothing.
Both _mcp_entry and _hook_command now prepend export PATH="$HOME/.local/bin:$PATH" before invoking attestor. Pairs with the 4.1.2 attestor quickstart zero-question installer so a fresh pipx install reaches a working MCP server + hooks after restart.
Install: pipx install attestor==4.1.3 then attestor quickstart.