Package Exports
- @rebink/patchwire
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rebink/patchwire) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
patchwire
Local-first dev tool: push your project to a remote Mac Mini (or any remote box), run Claude Code there, and pull back a reviewable unified diff. The remote machine never edits your laptop's filesystem directly — every change crosses the wire as a patch you preview and git apply yourself.
Full docs: patchwire.vercel.app
Install
npm install -g patchwireThis installs two binaries:
patchwire— laptop CLI (sync, ask, apply, doctor, setup, init-remote)patchwire-agent— bearer-token HTTP server that runs on the remote Mac
Quickstart
On the remote Mac:
patchwire-agentOn your laptop:
patchwire init-remote # one-time bootstrap
patchwire ask "refactor the login flow to use the new session helper"
patchwire apply # review and git-apply the returned diffSee patchwire.vercel.app/quickstart for the full walkthrough.
License
MIT