From 9cbba880ed6890cd10893e554d2e046c9b1644fd Mon Sep 17 00:00:00 2001 From: Dakera Ops Date: Wed, 13 May 2026 01:17:20 +0000 Subject: [PATCH] dist: add science category to align with distribution playbook Adds the `science` category to match the canonical set used by all 4 published dakera crates (database, science, command-line-utilities). Co-Authored-By: Claude Sonnet 4.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83e6289..e4587e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ 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"] +categories = ["database", "science", "command-line-utilities"] [[bin]] name = "dk"