From 3a0f782646ba1dc460bebdc7f997043ad3d01682 Mon Sep 17 00:00:00 2001 From: bensig Date: Thu, 9 Apr 2026 22:14:28 -0700 Subject: [PATCH] docs: note lower dedup threshold (0.85-0.87) per community feedback --- integrations/openclaw/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/openclaw/SKILL.md b/integrations/openclaw/SKILL.md index 7328ae1..88f0b2f 100644 --- a/integrations/openclaw/SKILL.md +++ b/integrations/openclaw/SKILL.md @@ -54,7 +54,7 @@ You have access to a local memory palace via MCP tools. The palace stores verbat - `limit`: max results (default 5) - `mempalace_check_duplicate` — Check if content already exists before filing. - `content` (required): text to check - - `threshold`: similarity threshold (default 0.9) + - `threshold`: similarity threshold (default 0.9 — lowering to 0.85–0.87 often catches more near-duplicates without significant false positives) - `mempalace_status` — Palace overview: total drawers, wings, rooms, AAAK spec - `mempalace_list_wings` — All wings with drawer counts - `mempalace_list_rooms` — Rooms within a wing (optional wing filter)