Documentation
README
BB memory
This plugin is provider-independent. Recommend disabling provider-native memory under Settings → Providers to avoid duplicated or conflicting stores.
The memory plugin automatically injects a compact index of global memories and memories for the current BB project. The index contains summaries only.
Retrieve progressively
When a memory summary may be relevant, inspect it instead of guessing:
- Search with
bb memory search "<query>" --scope all --json. - Read the selected record with
bb memory get <id> --scope all --json. - Treat remembered facts as potentially stale. Verify drift-prone facts when doing so is cheap or consequential.
Do not load every memory. Stop after the relevant records are clear.
This is the opening of the README. Read the full README on GitHub.