Skip to content

Commit 67a84f3

Browse files
authored
Enhance README with memento and serena usage details
Added detailed instructions for using memento and serena knowledge systems.
1 parent 2bb5aa5 commit 67a84f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

mcp_tools_and_plugins/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ To make an agent memory-aware, add to `oh-my-opencode.json`:
5353
}
5454
}
5555
```
56+
or
57+
```
58+
{
59+
"agents": {
60+
"sisyphus": {
61+
"prompt_append": "\n\nYou have TWO knowledge systems available:\n\n**memento** (persistent memory):\n- Personal knowledge graph for facts, decisions, preferences, project context\n- At session start, use search_nodes to recall relevant context\n- When the user shares important technical decisions, project details, or preferences, proactively store them using create_entities and add_observations\n- Link related concepts with create_relations\n- Use set_importance for critical vs temporary info\n\n**serena** (code analysis):\n- Semantic code navigation and understanding\n- Use for codebase structure, symbol lookup, refactoring\n\nWhen asked to 'remember' something, recall past decisions, or store preferences → ALWAYS use memento tools.\nWhen asked to analyze code, find definitions, or understand architecture → use serena."
62+
}
63+
}
64+
}
65+
```
5666

5767
## Adding New Plugins
5868

0 commit comments

Comments
 (0)