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
docs: finish engines-vs-stations reframe below the fold (#410)
The tagline and hub paragraph were fixed in #409; this sweeps the rest.
The station pages line now separates capability pages from station
pages, the station-contract intro states that the engines are not
stations, and the search/evidence rows stop describing engine binaries
as sidecars.
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ brigade status --target .
124
124
125
125
GraphTrail and MiseLedger ship from this repository's unified releases. The remaining rows are optional stations with their own repos. For one release, `brigade add evidence`, `brigade add search`, and `brigade add graphtrail` remain compatibility paths for independent installations. They are not required after `brigade setup`.
126
126
127
-
Station pages: [GraphTrail](https://brigade.tools/graphtrail) · [MiseLedger](https://brigade.tools/miseledger) ·[Agent Pantry](https://brigade.tools/agentpantry) · [Content Guard](https://brigade.tools/content-guard) · [Skillet](https://brigade.tools/skillet) · [Token Glace](https://brigade.tools/token-glace). Full station reference (install, profiles, `brigade add`, contract): [docs/station-contract.md](docs/station-contract.md).
127
+
Capability pages: [Code Intelligence](https://brigade.tools/code-intelligence) · [Evidence Memory](https://brigade.tools/evidence-memory). Station pages:[Agent Pantry](https://brigade.tools/agentpantry) · [Content Guard](https://brigade.tools/content-guard) · [Skillet](https://brigade.tools/skillet) · [Token Glace](https://brigade.tools/token-glace). Full station reference (install, profiles, `brigade add`, contract): [docs/station-contract.md](docs/station-contract.md).
128
128
129
129
## One MCP catalog, synced into every tool
130
130
@@ -309,7 +309,7 @@ I run an always-on OpenClaw agent next to daily Codex and Claude Code sessions.
309
309
-[Security and Content Guard](docs/security.md): scanner policies, handoff guards, import flow.
310
310
-[Handoff promotion](docs/handoff-promotion.md): how notes move toward memory.
311
311
-[Repo fleet](docs/repo-fleet.md) and [Tool catalog](docs/tool-catalog.md).
312
-
-[Station contract](docs/station-contract.md): how `brigade stations verify` checks a sidecar's `station.json` (isolation, manifest rules, exit codes).
312
+
-[Station contract](docs/station-contract.md): how `brigade stations verify` checks a station's `station.json` (isolation, manifest rules, exit codes).
313
313
-[Command inventory](docs/command-inventory.md): every public CLI command.
314
314
-[Maintainers](MAINTAINERS.md), [Governance](GOVERNANCE.md), [Security](SECURITY.md), and [Contributing](CONTRIBUTING.md).
315
315
-[Roadmap](ROADMAP.md) and [roadmap archive](docs/roadmap-archive.md).
Copy file name to clipboardExpand all lines: docs/station-contract.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Stations reference
2
2
3
-
Brigade is the hub. Most stations wire an optional standalone tool, installed with `brigade add <station>` and health-checked by `brigade status` and `brigade doctor`. Each external tool is its own repo, independently installable, with no library coupling back into Brigade.
3
+
Brigade is the hub. Most stations wire an optional standalone tool, installed with `brigade add <station>` and health-checked by `brigade status` and `brigade doctor`. Each station tool is its own repo, independently installable, with no library coupling back into Brigade. The code-graph and evidence engines are not stations: they live in this repository under `engines/` and are installed by `brigade setup` from the release manifest.
4
4
5
5
## Selecting stations
6
6
7
-
Use `brigade profiles list` to see built-in station bundles and `brigade stations list` to see which stations are selected by the default repo profile before installing any sidecar tools. `brigade stations list --json` also shows each managed tool's machine surfaces: doctor JSON, markdown briefs, summary JSON, and verify commands where the tool supports them.
7
+
Use `brigade profiles list` to see built-in station bundles and `brigade stations list` to see which stations are selected by the default repo profile before installing any station tools. `brigade stations list --json` also shows each managed tool's machine surfaces: doctor JSON, markdown briefs, summary JSON, and verify commands where the tool supports them.
8
8
9
-
Fresh repo installs use the `repo` profile: core, skills, memory, guard, security, tokens, evidence, and search are selected up front. `brigade init` wires the built-in skills immediately, including `brigade-work` and `ultra-work-scout`, so new Codex users can run the Brigade work loop and broad Scout scoping from the start. External sidecars stay in their own repos and install only when you run `brigade add <station>`.
9
+
Fresh repo installs use the `repo` profile: core, skills, memory, guard, security, tokens, evidence, and search are selected up front. `brigade init` wires the built-in skills immediately, including `brigade-work` and `ultra-work-scout`, so new Codex users can run the Brigade work loop and broad Scout scoping from the start. External stations stay in their own repos and install only when you run `brigade add <station>`.
10
10
11
11
## The `brigade add` reference
12
12
@@ -17,8 +17,8 @@ Fresh repo installs use the `repo` profile: core, skills, memory, guard, securit
17
17
|`tokens`| token-glace | tracks token spend across your harnesses and compacts noisy output |
18
18
|`memory`| bootstrap-doctor (optional); memory maintenance is built in | `brigade memory status|lint|compact` plus memory-care for card freshness |
19
19
|`pantry`| agentpantry (Go sidecar) | plans and health-checks sealed browser-session sync; never starts source/sink |
20
-
|`search`| code-search, graphtrail | local semantic search plus a code-graph CLI for callers, impact, and structural diffs |
21
-
|`evidence`|miseledger (Go sidecar)| explicitly runs local MiseLedger for `brigade evidence crawl|search`; crawl/export plans are review-only, and Brigade neither starts daemons nor uploads data |
20
+
|`search`| code-search; GraphTrail is installed by `brigade setup`| local semantic search plus the code-graph engine for callers, impact, and structural diffs |
21
+
|`evidence`|MiseLedger, the evidence engine installed by `brigade setup`| explicitly runs local MiseLedger for `brigade evidence crawl|search`; crawl/export plans are review-only, and Brigade neither starts daemons nor uploads data |
0 commit comments