From 8953249cc14fc921542b585c08ac743458ae2949 Mon Sep 17 00:00:00 2001 From: Orkun Manap Date: Sun, 5 Apr 2026 13:42:35 +0200 Subject: [PATCH] Fix Engram section: use placeholder for project name, remove exact tool count Address review feedback: - Change --project=my-assistant to --project= with a note to customize - Replace "11 memory tools including" with "memory tools such as" to avoid staleness Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/tools_configuration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/tools_configuration.md b/docs/tools_configuration.md index 352951c52..65eeeb847 100644 --- a/docs/tools_configuration.md +++ b/docs/tools_configuration.md @@ -480,7 +480,7 @@ go install github.com/Gentleman-Programming/engram/cmd/engram@latest "engram": { "enabled": true, "command": "engram", - "args": ["mcp", "--tools=agent", "--project=my-assistant"] + "args": ["mcp", "--tools=agent", "--project="] } } } @@ -488,7 +488,9 @@ go install github.com/Gentleman-Programming/engram/cmd/engram@latest } ``` -This gives your agent 11 memory tools including `mem_save`, `mem_search`, `mem_context`, and `mem_session_summary`. See the [Engram documentation](https://github.com/Gentleman-Programming/engram) for the full tool reference. +Replace `` with a name that identifies your agent or environment. + +This gives your agent memory tools such as `mem_save`, `mem_search`, `mem_context`, and `mem_session_summary`. See the [Engram documentation](https://github.com/Gentleman-Programming/engram) for the full tool reference. ## Skills Tool