@crewkit/cli 0.5.3 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@crewkit/cli)
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
Manage your team's Claude Code agents from the terminal. Sync role-based configs
|
|
6
|
+
Manage your team's Claude Code agents from the terminal. Sync role-based configs and track what's working - all CLI-first. A/B experiments live in the dashboard at https://crewkit.io.
|
|
7
7
|
|
|
8
8
|
## Quick Start
|
|
9
9
|
|
|
@@ -30,8 +30,6 @@ That's it. Your team's agent configurations are now synced.
|
|
|
30
30
|
| `crewkit code -p "prompt"` | Headless mode for scripting and CI |
|
|
31
31
|
| `crewkit auth login` | Authenticate with crewkit |
|
|
32
32
|
| `crewkit auth status` | Check authentication status |
|
|
33
|
-
| `crewkit experiments create <agent>` | Start an A/B test on agent configurations |
|
|
34
|
-
| `crewkit experiments metrics <name>` | See which variant performs better |
|
|
35
33
|
|
|
36
34
|
## Features
|
|
37
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crewkit/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "Manage Claude Code agents for teams - role-based configs, A/B testing, accuracy tracking",
|
|
5
5
|
"author": "crewkit <hello@crewkit.io>",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"node": ">=18"
|
|
46
46
|
},
|
|
47
47
|
"optionalDependencies": {
|
|
48
|
-
"@crewkit/cli-darwin-arm64": "0.5.
|
|
49
|
-
"@crewkit/cli-linux-x64": "0.5.
|
|
48
|
+
"@crewkit/cli-darwin-arm64": "0.5.5",
|
|
49
|
+
"@crewkit/cli-linux-x64": "0.5.5"
|
|
50
50
|
}
|
|
51
51
|
}
|