@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanhcan148/mk",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "CLI to install and manage MyClaudeKit (.claude/) in your projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -285,9 +285,9 @@ function buildToml(projectRoot = PACKAGE_ROOT) {
285
285
  const hookBlocks = buildHookBlocks(projectRoot);
286
286
 
287
287
  const parts = [
288
- '# codex >=0.129.0 <0.140.0',
288
+ '# codex >=0.130.0 <0.140.0',
289
289
  '',
290
- emitTable('features', { codex_hooks: true }),
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),