Description
Unable to store memories to global scope. After trying to store using global as scope, list shows it gets saved as project scope.
Steps to Reproduce
- CMD:
sediment store --scope global "testing"
Output:
Stored:
ID: 64c67569-90c0-44e2-9a2b-775f0ede1de2
Scope: global
- CMD:
sediment list --scope global
Output:
- CMD:
sediment list
Output:
Stored items (1):
64c67569-90c0-44e2-9a2b-775f0ede1de2 (project)
testing
Expected Behavior
Stored items (1):
64c67569-90c0-44e2-9a2b-775f0ede1de2 (global)
testing
Actual Behavior
Environment
- OS: macOS 26.4.1
- Sediment version: 0.5.1
- Install method: Homebrew
- MCP client: Cursor / Codex
Description
Unable to store memories to
globalscope. After trying to store usingglobalas scope,listshows it gets saved asprojectscope.Steps to Reproduce
sediment store --scope global "testing"Output:
sediment list --scope globalOutput:
sediment listOutput:
Expected Behavior
Actual Behavior
Environment