rememb_init
Initialize a local memory store for AI agents by creating a .rememb/ folder in your project directory. This setup enables persistent, sectioned memory with semantic search capabilities.
Instructions
Initialize a local rememb memory store in the current directory, creating a .rememb/ folder. Idempotent — safe to call even if already initialized (returns status without overwriting). Call this once per project before using other tools. Falls back to ~/.rememb/ globally if not initialized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | No | Optional project name |