Problem
Plugin changes (like the timestamp whisper fix) require manual git pull on each machine.
Solution
Either:
- Lightweight cron that runs
git -C ~/.claude/plugins/cache/conduit-ui-marketplace/know/1.0.0 pull hourly
- Gitea webhook receiver that triggers pull on push events (Tailscale-only)
Acceptance Criteria
Part of v1.1.0 release.