Documentation
README
slm-scope β Memory Scope and Sharing Model
SuperLocalMemory is profile-isolated by default. Every profile is a fully independent memory namespace. The scope model adds controlled, opt-in sharing between profiles on the same machine β it is never active unless you explicitly set it.
The Three Scopes
| Scope | Visibility | When to use |
|---|---|---|
personal |
Active profile only | Default β all facts. Never set explicitly. |
shared |
Active profile + shared_with profiles |
Team handoffs, shared project context |
global |
Every profile on this machine | Machine-wide conventions, org-wide rules |
This is the opening of the README. Read the full README on GitHub.