diff --git a/src/instinct/server.py b/src/instinct/server.py index f4be54b..54d6aa6 100644 --- a/src/instinct/server.py +++ b/src/instinct/server.py @@ -933,7 +933,7 @@ def housekeep(dedup_threshold: float = 0.75) -> dict[str, Any]: "dedup" (dict with "found" and "applied"), "orphans_cleaned" (int), "fts_rebuilt" (bool). """ - return gc(dedup_threshold=dedup_threshold) + return _ok(store.gc(dedup_threshold=dedup_threshold)) # ── MCP Prompts ──────────────────────────────────────────────