BLURB: open-source from Leafscale tagline + copyright footer
Author:
Chris Tusa <chris.tusa@leafscale.com>
Date:
May 11, 2026 16:02
Node:
04f4d25e84983bc3df156a724a5651299bb64c12
Branch:
default
Changed files:
M
BLURB.md
Diff
diff -r 4d8a15425ff2 -r 04f4d25e8498 BLURB.md --- a/BLURB.md Mon May 11 16:01:10 2026 -0500 +++ b/BLURB.md Mon May 11 16:02:35 2026 -0500 @@ -2,6 +2,8 @@ **A safety harness for AI-assisted development. Per-project Incus containers, opinionated NFS backup.** +*An open-source project from [Leafscale, LLC](https://www.leafscale.com).* + AI coding agents — Claude Code, Aider, Cline, Continue, Gemini CLI — are extraordinarily productive when you give them broad permissions. They are also extraordinarily good at "fixing" things you didn't ask them to touch: rewriting the wrong file, mass-editing the wrong directory, running an install script against the host, deleting a path they misread, pushing a stray commit before you can stop them. `repoman` puts each project inside its own [Incus](https://linuxcontainers.org/incus/) (LXC) container — a full Linux environment with its own root filesystem, package manager, and PATH — and bind-mounts just the repo's working directory into it. The agent gets a real shell that feels like its own VPS. **The host doesn't.** @@ -34,3 +36,7 @@ repoman sync # rsync every repo to NFS for backup repoman remove my-project # toss the container; the repo on host is untouched ``` + +--- + +(C)opyright 2026, [Leafscale, LLC](https://www.leafscale.com). Released as open-source software; see the LICENSE file in the source tree for terms.