Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Sparkle Modes

Sparkle defaults to full mode, which persists workspace state (working memory, checkpoints, exchange logs) in a .sparkle-space/ directory in your working directory.

Core mode disables workspace persistence entirely. Your Sparkler identity and collaboration profile (~/.sparkle/) still work — you just don’t get .sparkle-space/, checkpoints, or exchange logging.

This is useful when you manage persistence through other tools, or when writing state to your working directory isn’t desirable.

Usage

MCP

{
  "mcpServers": {
    "sparkle": {
      "command": "sparkle-mcp",
      "args": ["--mode", "core"]
    }
  }
}

ACP

sparkle-mcp --acp --mode core

The default is full if --mode is not specified.