claudekit-cli 4.5.1 → 4.5.2-dev.1
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 +6 -2
- package/dist/index.js +4031 -2073
- package/package.json +1 -1
package/cli-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.5.1",
|
|
3
|
-
"generatedAt": "2026-07-
|
|
2
|
+
"version": "4.5.2-dev.1",
|
|
3
|
+
"generatedAt": "2026-07-03T23:12:17.056Z",
|
|
4
4
|
"commands": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"name": "agents",
|
|
@@ -1097,6 +1097,10 @@
|
|
|
1097
1097
|
"flags": "--sync",
|
|
1098
1098
|
"description": "Sync config files from upstream with interactive hunk-by-hunk merge"
|
|
1099
1099
|
},
|
|
1100
|
+
{
|
|
1101
|
+
"flags": "--install-mode <mode>",
|
|
1102
|
+
"description": "Engineer global install mode: auto, plugin, or legacy (default: auto)"
|
|
1103
|
+
},
|
|
1100
1104
|
{
|
|
1101
1105
|
"flags": "--archive <path>",
|
|
1102
1106
|
"description": "Use local archive file instead of downloading (zip/tar.gz)"
|