init_memento
Initializes memento memory at session start, loading all saved notes and scoping them to the current repository or server workspace for persistent context across sessions.
Instructions
MANDATORY: Call this ALWAYS as the FIRST action of EVERY session, NO EXCEPTIONS, before anything else, even for greetings or simple questions. Already loads all mementos, calling get_mementos right after is redundant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No | Optional: Absolute path to the current repository/workspace. If provided, scoped memory will be tied to this path instead of the server's working directory. |