Skip to content

Unable to save to global scope, contrary to store result output #63

@fadedsky

Description

@fadedsky

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

  1. CMD: sediment store --scope global "testing"
    Output:
    Stored:
      ID:    64c67569-90c0-44e2-9a2b-775f0ede1de2
      Scope: global
    
  2. CMD: sediment list --scope global
    Output:
    No items stored.
    
  3. 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

No items stored.

Environment

  • OS: macOS 26.4.1
  • Sediment version: 0.5.1
  • Install method: Homebrew
  • MCP client: Cursor / Codex

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions