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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.5.0] - 2026-05-24
9
+
10
+
### Changed
11
+
- Renamed the project to **Brigade**. The PyPI distribution is now `brigade-cli` and the command is `brigade`. The workspace config directory is now `.brigade`, with a `.solo-mise` read fallback so older installs keep working.
12
+
13
+
### Added
14
+
- Built-in station registry that drives the doctor checks.
15
+
-`brigade status` command, alongside `brigade init` and `brigade doctor`, reporting over the station registry.
16
+
17
+
### Deprecated
18
+
- The `solo-mise` command is kept as a deprecated alias for `brigade`.
19
+
8
20
## [0.4.0] - 2026-05-17
9
21
10
22
### Breaking
@@ -103,7 +115,8 @@ Initial release.
103
115
- OpenClaw adapter fragments and harness-aware doctor checks.
The workspace config directory is `.brigade` (older `.solo-mise` installs are still read), and the `solo-mise` command is a deprecated alias for `brigade`.
68
+
67
69
## Quick path
68
70
69
-
Run `solo-mise init` with no flags for the interactive picker:
71
+
Run `brigade init` with no flags for the interactive picker:
Once installed, `brigade doctor` verifies the wiring and `brigade status` reports over the station registry.
86
+
83
87
## Two axes: depth + harnesses
84
88
85
89
solo-mise installs material on two independent axes:
@@ -117,14 +121,14 @@ Four common combos:
117
121
118
122
The canonical memory owner is picked automatically by priority (`openclaw > hermes > claude > codex > this-repo`). Override with `--owner`.
119
123
120
-
Re-running `solo-mise init` against an existing target is safe. It refuses to overwrite tracked files without `--force`, and the `.gitignore` block it manages is replaced between its markers without touching the rest of your file.
124
+
Re-running `brigade init` against an existing target is safe. It refuses to overwrite tracked files without `--force`, and the `.gitignore` block it manages is replaced between its markers without touching the rest of your file.
121
125
122
126
See [QUICKSTART.md](QUICKSTART.md) for setup, verification, and the ingest flow.
0 commit comments