@khanhcan148/mk 0.1.29 → 0.1.30
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/package.json
CHANGED
|
@@ -285,9 +285,9 @@ function buildToml(projectRoot = PACKAGE_ROOT) {
|
|
|
285
285
|
const hookBlocks = buildHookBlocks(projectRoot);
|
|
286
286
|
|
|
287
287
|
const parts = [
|
|
288
|
-
'# codex >=0.
|
|
288
|
+
'# codex >=0.130.0 <0.140.0',
|
|
289
289
|
'',
|
|
290
|
-
emitTable('features', {
|
|
290
|
+
emitTable('features', { hooks: true }),
|
|
291
291
|
'',
|
|
292
292
|
emitHookGroups('hooks.PreToolUse', hookBlocks['hooks.PreToolUse'].items),
|
|
293
293
|
emitHookGroups('hooks.PostToolUse', hookBlocks['hooks.PostToolUse'].items),
|