From 706dff7fd2b8513ec0209375b4bfd68a9b31fab2 Mon Sep 17 00:00:00 2001 From: Dakera Ops Date: Thu, 7 May 2026 20:31:11 +0000 Subject: [PATCH 1/2] feat: add crates.io keywords and categories for distribution Add discoverability metadata: keywords (agent-memory, vector-search, knowledge-graph, ai-agents, mcp) and categories (database, command-line-utilities) per distribution playbook week 1. Co-Authored-By: Claude Sonnet 4.6 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7f431c0..83e6289 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,9 @@ license = "MIT" description = "Command-line interface for Dakera AI Agent Memory Platform" repository = "https://github.com/dakera-ai/dakera-cli" homepage = "https://dakera.ai" +documentation = "https://docs.rs/dakera-cli" +keywords = ["agent-memory", "vector-search", "knowledge-graph", "ai-agents", "mcp"] +categories = ["database", "command-line-utilities"] [[bin]] name = "dk" From d4b2979982c1303acc8862ad2e42f6c7ad95c7a8 Mon Sep 17 00:00:00 2001 From: Dakera Ops Date: Fri, 8 May 2026 13:36:54 +0000 Subject: [PATCH 2/2] docs: add LoCoMo 87.8% benchmark reference to README (DAK-3939) Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3b36bd..d82e8f5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Command-line interface for Dakera AI — inspect and manage a Dakera instance fr Part of [Dakera AI](https://dakera.ai) — the memory engine for AI agents. +> The Dakera memory engine scores **87.8% on LoCoMo** (1,540 questions, standard eval) — [benchmark details](https://dakera.ai/benchmark) + --- ## Install