From fa0718da2ac95e68885321279475a745dbf0099e Mon Sep 17 00:00:00 2001 From: Aarav Sharma Date: Mon, 10 Aug 2026 08:45:39 -0600 Subject: [PATCH] style: sort keywords alphabetically in cli package.json --- packages/cli/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 2ea630a..c03f8a8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -3,14 +3,14 @@ "version": "1.0.3", "description": "AI-agent-first CLI for self-hosted Huly. Automate issues, projects, channels, docs, calendar & time tracking — no browser, no MCP, no Playwright.", "keywords": [ + "ai-agent", + "cli", "huly", "huly-cli", - "cli", - "ai-agent", - "self-hosted", "issue-tracker", - "skill", - "openclaw" + "openclaw", + "self-hosted", + "skill" ], "homepage": "https://github.com/IamCoder18/huly-cli#readme", "bugs": {