delimit-cli 4.1.12 → 4.1.13

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.
@@ -333,6 +333,7 @@ function installClaudeHooks(tool, hookConfig) {
333
333
  // --- SessionStart hook ---
334
334
  // Write a standalone bash script so it works without npm in PATH
335
335
  if (hookConfig.session_start) {
336
+ const home = getHome();
336
337
  const hooksDir = path.join(home, '.claude', 'hooks');
337
338
  fs.mkdirSync(hooksDir, { recursive: true });
338
339
  const hookScript = path.join(hooksDir, 'delimit');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "delimit-cli",
3
3
  "mcpName": "io.github.delimit-ai/delimit-mcp-server",
4
- "version": "4.1.12",
4
+ "version": "4.1.13",
5
5
  "description": "Unify Claude Code, Codex, Cursor, and Gemini CLI with persistent context, governance, and multi-model debate.",
6
6
  "main": "index.js",
7
7
  "files": [