claudekit-cli 4.3.1-dev.15 → 4.3.1-dev.17
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.3.1-dev.
|
|
3
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"version": "4.3.1-dev.17",
|
|
3
|
+
"generatedAt": "2026-05-27T03:32:56.469Z",
|
|
4
4
|
"commands": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"name": "agents",
|
|
@@ -1188,6 +1188,10 @@
|
|
|
1188
1188
|
{
|
|
1189
1189
|
"flags": "--force-overwrite-settings",
|
|
1190
1190
|
"description": "Fully replace settings.json instead of selective merge"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"flags": "--restore-ck-hooks",
|
|
1194
|
+
"description": "Restore CK-managed hook registrations during update self-heal"
|
|
1191
1195
|
}
|
|
1192
1196
|
]
|
|
1193
1197
|
},
|