From 5f71a53b08e7bfa8c1a5e93fe9b07ae4dbf7a3cf Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 15 Mar 2026 02:16:03 +0000 Subject: [PATCH] add memory-tool instructions to project CLAUDE.md [ci skip] OpenClaw agents read the project-level CLAUDE.md from the workspace. Adding explicit memory-tool CLI instructions here ensures the agent uses exec to call memory-tool instead of looking for non-existent MCP tools (memory_store, memory_recall). --- .claude/CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 0fbf9abc..8bca2019 100755 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -9,7 +9,7 @@ - **GitHub API**: `curl` with tokens from tfvars (`gh` CLI blocked by sandbox) ## Instructions -- **"remember X"**: Update this file + `AGENTS.md` (if shared knowledge), commit with `[ci skip]` +- **"remember X"**: Use `memory-tool store "content" --category facts --tags "tag1,tag2"` (via exec) for persistent cross-session memory. Also update this file + `AGENTS.md` (if shared knowledge), commit with `[ci skip]`. To recall: `memory-tool recall "query"`. To list: `memory-tool list`. To delete: `memory-tool delete `. Do NOT use MCP tools like `memory_store` — they don't exist. Use the CLI. - **Apply with SOPS**: Use `scripts/tg` wrapper instead of raw `terragrunt` — auto-decrypts secrets - **New services need CI/CD** (Woodpecker) and **monitoring** (Prometheus/Uptime Kuma) - **New service**: Use `setup-project` skill for full workflow