What problem does it solve? Pi workspaces lack durable memory across sessions unless Basic Memory is explicitly configured, and users risk mutating their global default project or enabling automation in untrusted workspaces without guidance. ## Core Features & Use Cases - Project-local configuration: Creates a .pi/basic-memory.json file that binds the workspace to a chosen Basic Memory project without touching global defaults. - CLI or MCP transport selection: Defaults to CLI transport requiring only bm on PATH, with guided switching to MCP mode via the pi-mcp-adapter npm package. - Trust-gated automation: Enables automatic recall and capture only after the user confirms workspace trust via BASIC_MEMORY_PI_TRUST_WORKSPACE=1, keeping manual /bm-recall and /bm-capture available otherwise. - Use Case: A developer starting a new Pi workspace runs /bm-status, sees no project configured, and uses this Skill to bind the workspace to their Basic Memory project with auto recall and capture enabled. ## Quick Start Set up Basic Memory for this Pi workspace and connect it to my project with automatic recall and capture enabled.