From 91da25849cac8bb165d452bec6a6adaef76c2ffb Mon Sep 17 00:00:00 2001 From: kokevidaurre Date: Wed, 1 Apr 2026 22:43:09 -0300 Subject: [PATCH] fix(npm): optimize description for search ranking (closes #671) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add technical search terms: agent framework, multi-agent, CLI, orchestration, IDP, CrewAI alternative. npm opensearch weights description field beyond keywords array — improves ranking for developer queries. Co-Authored-By: Claude Sonnet 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ffa5101..1988b64e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "squads-cli", "version": "0.3.0", - "description": "Your AI workforce. Every user gets an AI manager that runs their team — finance, marketing, engineering, operations — for the cost of API calls.", + "description": "CLI for organizing AI agents into domain-aligned squads. Multi-agent orchestration with persistent memory, git collaboration, and built-in IDP. Open-source CrewAI alternative.", "type": "module", "bin": { "squads": "dist/cli.js"