docs: 修正 feature 的正确用法

This commit is contained in:
claude-code-best
2026-04-02 21:37:30 +08:00
parent 87fdd455cc
commit 47d88478c9
2 changed files with 19 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "claude-js",
"name": "claude-code-best",
"version": "1.0.3",
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
"type": "module",
@@ -25,7 +25,7 @@
"bun": ">=1.2.0"
},
"bin": {
"claude-js": "dist/cli.js"
"ccb": "dist/cli.js"
},
"workspaces": [
"packages/*",