@kurrent/kcap 0.6.3 → 0.6.5

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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "kcap",
3
- "version": "0.6.3",
3
+ "version": "0.6.5",
4
4
  "description": "Records and visualizes Claude Code sessions via kcap CLI hooks"
5
5
  }
@@ -6,7 +6,7 @@
6
6
  "hooks": [
7
7
  {
8
8
  "type": "command",
9
- "command": "kcap session-start",
9
+ "command": "kcap hook --claude",
10
10
  "timeout": 5,
11
11
  "async": true
12
12
  }
@@ -27,7 +27,7 @@
27
27
  "hooks": [
28
28
  {
29
29
  "type": "command",
30
- "command": "kcap session-end",
30
+ "command": "kcap hook --claude",
31
31
  "timeout": 15
32
32
  }
33
33
  ]
@@ -38,7 +38,7 @@
38
38
  "hooks": [
39
39
  {
40
40
  "type": "command",
41
- "command": "kcap subagent-start",
41
+ "command": "kcap hook --claude",
42
42
  "timeout": 5
43
43
  }
44
44
  ]
@@ -49,7 +49,7 @@
49
49
  "hooks": [
50
50
  {
51
51
  "type": "command",
52
- "command": "kcap subagent-stop",
52
+ "command": "kcap hook --claude",
53
53
  "timeout": 5
54
54
  }
55
55
  ]
@@ -60,7 +60,7 @@
60
60
  "hooks": [
61
61
  {
62
62
  "type": "command",
63
- "command": "kcap notification",
63
+ "command": "kcap hook --claude",
64
64
  "timeout": 5
65
65
  }
66
66
  ]
@@ -71,7 +71,7 @@
71
71
  "hooks": [
72
72
  {
73
73
  "type": "command",
74
- "command": "kcap stop",
74
+ "command": "kcap hook --claude",
75
75
  "timeout": 5
76
76
  }
77
77
  ]
@@ -82,7 +82,7 @@
82
82
  "hooks": [
83
83
  {
84
84
  "type": "command",
85
- "command": "kcap permission-request",
85
+ "command": "kcap hook --claude",
86
86
  "timeout": 36000
87
87
  }
88
88
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kurrent/kcap",
3
- "version": "0.6.3",
3
+ "version": "0.6.5",
4
4
  "description": "CLI companion for Kurrent Capacitor — records and visualizes Claude Code sessions",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -14,12 +14,12 @@
14
14
  "postinstall": "node bin/postinstall.js"
15
15
  },
16
16
  "optionalDependencies": {
17
- "@kurrent/kcap-darwin-arm64": "0.6.3",
18
- "@kurrent/kcap-linux-x64": "0.6.3",
19
- "@kurrent/kcap-linux-arm64": "0.6.3",
20
- "@kurrent/kcap-linux-musl-x64": "0.6.3",
21
- "@kurrent/kcap-linux-musl-arm64": "0.6.3",
22
- "@kurrent/kcap-win-x64": "0.6.3"
17
+ "@kurrent/kcap-darwin-arm64": "0.6.5",
18
+ "@kurrent/kcap-linux-x64": "0.6.5",
19
+ "@kurrent/kcap-linux-arm64": "0.6.5",
20
+ "@kurrent/kcap-linux-musl-x64": "0.6.5",
21
+ "@kurrent/kcap-linux-musl-arm64": "0.6.5",
22
+ "@kurrent/kcap-win-x64": "0.6.5"
23
23
  },
24
24
  "files": [
25
25
  "bin/",