Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +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": [
"agent-skills",
"ai-agent",
"cli",
"headless",
"huly",
"huly-api",
"huly-cli",
"huly-client",
"huly-mcp",
"huly-sdk",
"cli",
"ai-agent",
"self-hosted",
"issue-tracker",
"mcp-server",
"openclaw",
"project-management",
"self-hosted"
"skill",
"openclaw"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: openclaw brand keyword placement is inconsistent with other brand keywords

The other brand identifiers (huly, huly-cli) are grouped at the top of the array, but openclaw — which appears to be the ClawHub distribution channel (see commit 18dd603 feat(publish): publish skill to ClawHub in lockstep with npm release and the clawhub config in scripts/) — is placed at the very end of the array, separated from the other brand keywords.

On the npm registry page, keywords are rendered in the order they appear in package.json, so a brand keyword placed last is the least discoverable. The current ordering looks like an incidental side effect of the diff (the deleted openclaw line was simply moved to a new trailing position) rather than an intentional categorization choice.

If openclaw is meant to be a brand keyword, consider moving it to position 3 (after huly-cli) so it sits alongside the other brand identifiers.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

],
"homepage": "https://github.com/IamCoder18/huly-cli#readme",
"bugs": {
Expand Down
Loading