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: docs/overview.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,9 +343,10 @@ Safety and operations tools:
343
343
Evidence ledger tools:
344
344
345
345
-[MiseLedger](https://github.com/escoffier-labs/miseledger): local-first evidence ledger. One binary crawls sessions, files, git history, and chat sources (`miseledger crawl ...`), stores `miseledger.adapter.v1` JSONL in SQLite with FTS5, and emits Brigade-ready evidence bundles. No separate exporter install.
346
-
- Brigade station CLI (process boundary; does not crawl for you):
346
+
- Brigade station CLI (process boundary):
347
347
-`brigade add evidence` installs miseledger and prints the crawl/export path
348
348
-`brigade evidence status` / `doctor` — advisory health + next commands
349
+
-`brigade evidence crawl <args...>` / `search <args...>` - transparent MiseLedger execution; engine output and exit code pass through
-`brigade receipts export miseledger --new-only --import` — export verify/run receipts into the ledger
351
352
- Historical note only: StationTrail and SourceHarvest were absorbed into MiseLedger crawl in v0.3.0; their archived repos are migration notes, not active products.
Copy file name to clipboardExpand all lines: docs/station-contract.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Fresh repo installs use the `repo` profile: core, skills, memory, guard, securit
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
20
|`search`| code-search, graphtrail | local semantic search plus a code-graph CLI for callers, impact, and structural diffs |
21
-
|`evidence`| miseledger (Go sidecar) |plans crawl/export and health-checks the local evidence ledger; does not crawl for you|
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|
@@ -1377,11 +1378,9 @@ These plan commands do not generate or copy PSKs, start services, or mutate brow
1377
1378
1378
1379
`evidence` (alias `ledger`) is the local evidence-ledger station. MiseLedger remains a process-boundary Go binary; Brigade never imports it.
1379
1380
`brigade add evidence` installs miseledger and prints the crawl/export path.
1380
-
Use `brigade evidence status` and `brigade evidence doctor` for advisory health with explicit `next` commands, `brigade evidence crawl plan` to preview miseledger init/crawl/doctor commands, and `brigade evidence export plan` to preview `brigade receipts export miseledger --new-only --import`.
1381
-
These plan commands do not execute crawl or import. Product page: https://brigade.tools/miseledger.
1381
+
Use `brigade evidence status` and `brigade evidence doctor` for advisory health with explicit `next` commands. `brigade evidence crawl <args...>` and `brigade evidence search <args...>` relay a safe argv list to MiseLedger, preserving its text or JSON output and exit status. `--code-reference <brigade.code-reference.v1 JSON>` is passed to MiseLedger unchanged, so its exact code-reference lookup runs before lexical fallback. Crawl defaults to 900 seconds and can be changed with the positive finite numeric `BRIGADE_EVIDENCE_CRAWL_TIMEOUT_SECONDS`; search remains at 30 seconds. An invalid crawl timeout reports a diagnostic and exits 2 before starting MiseLedger. `brigade evidence crawl plan` still previews miseledger init/crawl/doctor commands, and `brigade evidence export plan` still previews `brigade receipts export miseledger --new-only --import`. Product page: https://brigade.tools/miseledger.
1382
1382
1383
-
`search` (alias `code-search`) wires GraphTrail and optional code-search-api. The `code-search-mcp` compatibility key points to the bridge maintained under `code-search-api/mcp`.
1384
-
Use `brigade search status` / `doctor` and review-only `brigade search sync plan`. Brigade does not run `graphtrail sync` or start the search API for you.
1383
+
`code` runs GraphTrail through a process boundary: `brigade code sync|context|impact <args...>` uses safe argument forwarding and preserves engine text, JSON, and exit status. Sync defaults to 900 seconds and can be changed with the positive finite numeric `BRIGADE_CODE_SYNC_TIMEOUT_SECONDS`; context and impact remain at 30 seconds. An invalid sync timeout reports a diagnostic and exits 2 before starting GraphTrail. `search` retains its `status`, `doctor`, and `sync plan` surfaces; its executable `sync`, `context`, and `impact` forms are compatibility aliases for `code` for at least two minor releases or 90 days, whichever is longer. `search` still wires optional code-search-api, and the `code-search-mcp` compatibility key points to the bridge maintained under `code-search-api/mcp`.
1385
1384
1386
1385
`tokens` wires Token Glace (current name; TokenJuice is the old name) and optional usage-tracker spend export.
1387
1386
Use `brigade tokens status` / `doctor` and review-only `brigade tokens wire plan`.
@@ -1390,8 +1389,7 @@ Use `brigade tokens status` / `doctor` and review-only `brigade tokens wire plan
1390
1389
1391
1390
`evidence` (alias `ledger`) is the local evidence-ledger station. MiseLedger remains a process-boundary Go binary; Brigade never imports it.
1392
1391
`brigade add evidence` installs miseledger and prints the crawl/export path.
1393
-
Use `brigade evidence status` and `brigade evidence doctor` for advisory health with explicit `next` commands, `brigade evidence crawl plan` to preview miseledger init/crawl/doctor commands, and `brigade evidence export plan` to preview `brigade receipts export miseledger --new-only --import`.
1394
-
These plan commands do not execute crawl or import. Product page: https://brigade.tools/miseledger.
1392
+
Use `brigade evidence status` and `brigade evidence doctor` for advisory health with explicit `next` commands. `brigade evidence crawl <args...>` and `brigade evidence search <args...>` relay a safe argv list to MiseLedger, preserving its text or JSON output and exit status. `brigade evidence crawl plan` still previews miseledger init/crawl/doctor commands, and `brigade evidence export plan` still previews `brigade receipts export miseledger --new-only --import`. Product page: https://brigade.tools/miseledger.
0 commit comments