claudekit-cli 4.4.0-dev.7 → 4.4.0-dev.8
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/cli-manifest.json +3 -3
- package/dist/index.js +727 -659
- package/package.json +1 -1
package/cli-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.4.0-dev.
|
|
3
|
-
"generatedAt": "2026-06-
|
|
2
|
+
"version": "4.4.0-dev.8",
|
|
3
|
+
"generatedAt": "2026-06-09T18:06:36.611Z",
|
|
4
4
|
"commands": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"name": "agents",
|
|
@@ -1214,7 +1214,7 @@
|
|
|
1214
1214
|
},
|
|
1215
1215
|
"migrate": {
|
|
1216
1216
|
"name": "migrate",
|
|
1217
|
-
"description": "Migrate Claude Code agents, commands, skills, config, rules, and hooks to other providers",
|
|
1217
|
+
"description": "Migrate Claude Code agents, commands, skills, config, rules, and hooks to other providers (e.g. Codex). Set updatePipeline.autoMigrateAfterUpdate to keep targets in sync with Claude Code on each `ck update`.",
|
|
1218
1218
|
"usage": "ck migrate [options]",
|
|
1219
1219
|
"examples": [
|
|
1220
1220
|
{
|