Skip to content

Commit fd223fd

Browse files
authored
Update prompt_append instructions in README
1 parent cbcd220 commit fd223fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp_tools_and_plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To make an agent memory-aware, add to `oh-my-opencode.json`:
4848
{
4949
"agents": {
5050
"sisyphus": {
51-
"prompt_append": "\n\nYou have access to a persistent memory system via the 'memory' MCP server. At session start, use search_nodes to recall relevant context. When the user shares important technical decisions, project details, or preferences, proactively store them using create_entities and add_observations. Link related concepts with create_relations."
51+
"prompt_append": "\n\n## STRICT TOOL ROUTING\n\n**'knowledge graph' / 'store fact' / 'recall'** → memento\nTools: create_entities, add_observations, search_nodes, read_graph\nExample: 'Add to knowledge graph: user prefers bun over npm'\n\n**'session checkpoint' / 'handoff' / 'continue session'** → serena\nTools: prepare_for_new_conversation, list_memories\nExample: 'Create session checkpoint before I close terminal'\n\nNEVER interpret 'remember' or 'memory' as serena. Default ambiguous requests to memento."
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)