kittylitter
v0.3.4
Published
Iroh-backed daemon that multiplexes local coding agents (Codex, Pi, OpenCode, Claude) for paired clients.
Downloads
1,867
Readme
kittylitter
Distribution wrapper for the alleycat daemon. Ships the daemon to npm, Homebrew, and the platform installer scripts under the kittylitter brand.
The wrapper itself is a 3-line main() that re-exports alleycat::run("kittylitter"). All daemon behavior lives in the alleycat crate; this crate exists so cargo-dist sees a kittylitter package name and produces correctly-named artifacts (kittylitter-installer.sh, kittylitter.rb, kittylitter on npm).
Cutting a release
- Push the alleycat changes to
dnakov/alleycat. - Keep the
alleycatdependency onbranch = "main"and refresh it with./tools/scripts/update-alleycat-main.sh --kittylitter. - Bump
versionin this crate'sCargo.tomland the version of the kittylitter binary tracking it. - Tag
vX.Y.Zon the litter repo. Therelease.ymlworkflow at the repo root builds and publishes.
