shiva-code 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1177,11 +1177,11 @@ hookCommand.command("install").description("SHIVA Hooks in Claude Code installie
1177
1177
  settings.hooks.SessionStart = [];
1178
1178
  }
1179
1179
  settings.hooks.SessionStart.push({
1180
- matcher: {},
1181
1180
  hooks: [
1182
1181
  {
1183
1182
  type: "command",
1184
- command: "shiva sync --pull --quiet"
1183
+ command: "shiva sync --pull --quiet",
1184
+ timeout: 30
1185
1185
  }
1186
1186
  ]
1187
1187
  });
@@ -1189,11 +1189,11 @@ hookCommand.command("install").description("SHIVA Hooks in Claude Code installie
1189
1189
  settings.hooks.Stop = [];
1190
1190
  }
1191
1191
  settings.hooks.Stop.push({
1192
- matcher: {},
1193
1192
  hooks: [
1194
1193
  {
1195
1194
  type: "command",
1196
- command: "shiva sync --push --quiet"
1195
+ command: "shiva sync --push --quiet",
1196
+ timeout: 30
1197
1197
  }
1198
1198
  ]
1199
1199
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shiva-code",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Makes Claude Code Persistent - Cross-Project Memory CLI",
5
5
  "author": "SHIVA AI",
6
6
  "license": "MIT",