memory

Solid

Use durable BB memory when prior project knowledge or cross-project user preferences can improve the current task, and save durable new learning through the bb memory CLI.

AI & Automation 2,482 stars 282 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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: 1. Search with `bb memory search "<query>" --scope all --json`. 2. Read the selected record with `bb memory get <id> --scope all --json`. 3. 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. ## Save durable learning The agent may proactively write memory when information is likely to help in a future thread and is costly or error-prone to rediscover. Use project scope for repository-specific information: - commands, conventions, architecture decisions, paths, and environments; - project-specific user preferences; - verified quirks, failure causes, and reusable workarounds. Use global scope only for broadly applicable information: - user identity, communication preferences, and general workflow habits; - preferences that clearly apply across repositories; - stable cross-project operating conventions. When scope is ambiguous, use project scope. Global scope must be explicit. Create a memory with: ```bash bb memory add --scope proj...

Details

Author
get-bb
Repository
get-bb/bb
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category