@xenoviz/ruk
v0.5.2
Published
Dependency-aware Git workspaces for parallel coding agents, with a local dashboard
Maintainers
Readme
Ruk
Dependency-aware Git workspaces for parallel coding agents.
Ruk gives each agent its own Git worktree with dependencies ready, fences every assignment with an immutable ID, and cleans up safely afterwards. A local web dashboard shows every workspace on the machine.
Install
npm install --global @xenoviz/rukbun install --global @xenoviz/ruk works too. The package installs a native
binary for Linux, macOS, or Windows on x64 or ARM64; Node.js is not kept
running once it is in place. Standalone executables are on
GitHub Releases.
Use
ruk acquire agent/auth-flow --owner agent-17 --json
cd <returned-path>
ruk run -- bun test
ruk release <returned-assignmentId> --jsonSee every workspace, renew or release leases, and clean up from a browser:
ruk ui --openUpdate in place with ruk update.
Documentation
MIT licensed.
