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(readme): frame GraphTrail and MiseLedger as built-in engines (#409)
The consolidation moved both into this repository under engines/ with
unified releases, but the README still presented them as optional
sidecar stations living in their own repos. Reframe the tagline, hub
paragraph, and component table to match the shipped architecture.
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
</p>
10
10
11
11
<palign="center">
12
-
Local control plane for multi-agent coding: share MCP, tools, and memory; remember across sessions; prove runs with file receipts; improve only from real exit codes. Optional stations (GraphTrail, MiseLedger, Agent Pantry) plug into that loop. Diff before every write. No daemon, no lock-in.
12
+
Local control plane for multi-agent coding: share MCP, tools, and memory; remember across sessions; prove runs with file receipts; improve only from real exit codes. Code intelligence (GraphTrail) and evidence memory (MiseLedger) are built-in engines. Optional stations like Agent Pantry plug into the same loop. Diff before every write. No daemon, no lock-in.
13
13
</p>
14
14
15
15
<palign="center">
@@ -104,9 +104,9 @@ Self-improving means the fleet gets better from measured work, not from the mode
104
104
105
105
<palign="center"><em>Hub marks (circular + hairline). Each links to its <code>brigade.tools/…</code> page.</em></p>
106
106
107
-
Brigade is the hub. `brigade setup` installs GraphTrail, `graphtrail-mcp`, MiseLedger, and SessionFind from the running CLI's exact release manifest. Optional stations stay in their own repos; use `brigade add <station>` for pantry, tokens, and other station-specific tools. `status` and `doctor` health-check what is present. Core works with zero sidecars.
107
+
GraphTrail and MiseLedger are Brigade's engines, not separate products. Their source lives in this repository under `engines/`, and `brigade setup` installs `graphtrail`, `graphtrail-mcp`, `miseledger`, and `sessionfind` from the running CLI's exact release manifest, digest-verified, with no Rust or Go toolchain required. Optional stations stay in their own repos; use `brigade add <station>` for pantry, tokens, and other station-specific tools. `status` and `doctor` health-check what is present. Core works with no stations installed.
108
108
109
-
||Station| Install | Plugs into | Role |
109
+
||Component| Install | Plugs into | Role |
110
110
|---|---|---|---|---|
111
111
| <ahref="https://brigade.tools/graphtrail"><imgsrc="docs/assets/marks/graphtrail-circle.svg"width="28"height="28"alt="GraphTrail"></a> |**[GraphTrail](https://brigade.tools/graphtrail)**|`brigade setup`|**Prove**| Code graph; `brigade run` prepends a context pack when a graph exists |
112
112
| <ahref="https://brigade.tools/miseledger"><imgsrc="docs/assets/marks/miseledger-circle.svg"width="28"height="28"alt="MiseLedger"></a> |**[MiseLedger](https://brigade.tools/miseledger)**|`brigade setup`|**Prove** / **Remember**| Evidence ledger; export briefs into the next work context |
@@ -122,7 +122,7 @@ brigade add tokens
122
122
brigade status --target .
123
123
```
124
124
125
-
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`.
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
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).
0 commit comments