You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<code>solo-mise</code> is the installable starter kit behind <ahref="https://github.com/solomonneas/solos-cookbook">Solomon's Guide to Cookin' with Gas</a>.
23
+
<code>brigade</code> is the installable starter kit behind <ahref="https://github.com/solomonneas/solos-cookbook">Solomon's Guide to Cookin' with Gas</a>.
24
24
It gives you the workspace skeleton, handoff inbox, conservative ingester, and publish guard that make a multi-agent setup usable without leaking private junk into public repos.
The workspace config directory is `.brigade` (older `.solo-mise` installs are still read), and the `solo-mise` command is a deprecated alias for `brigade`.
@@ -86,13 +86,13 @@ Once installed, `brigade doctor` verifies the wiring and `brigade status` report
86
86
87
87
## Two axes: depth + harnesses
88
88
89
-
solo-mise installs material on two independent axes:
89
+
brigade installs material on two independent axes:
@@ -150,7 +150,7 @@ Anything `[warn]` is fine; `[fail]` means the install is incomplete. The `opencl
150
150
151
151
### Privacy
152
152
153
-
solo-mise makes no network calls. It does not phone home, collect telemetry, or sync anything to a server. Everything happens on your local filesystem against the templates packaged with the install. The only file that touches the network is the `pre-push` hook, and it runs the local `content-guard` scanner against your own commits before they leave the machine.
153
+
brigade makes no network calls. It does not phone home, collect telemetry, or sync anything to a server. Everything happens on your local filesystem against the templates packaged with the install. The only file that touches the network is the `pre-push` hook, and it runs the local `content-guard` scanner against your own commits before they leave the machine.
0 commit comments