@kurrent/kapacitor 0.5.6 → 0.5.7

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": "kapacitor",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Records and visualizes Claude Code sessions via kapacitor CLI hooks"
5
5
  }
@@ -12,6 +12,8 @@ description: >-
12
12
  Provides instructions for retrieving session history via the kapacitor CLI.
13
13
  ---
14
14
 
15
+ > **For agents:** When the `kapacitor-sessions` MCP server is available, prefer its tools (`search_sessions`, `get_session_summary`, `get_session_transcript`) for retrieving past sessions. This CLI-wrapped skill remains a fallback for shell use and when MCP isn't installed.
16
+
15
17
  # Session Recap
16
18
 
17
19
  Retrieve session history recorded by Kurrent Capacitor. Supports single-session recap, continuation chains, and **repository-wide session summaries** for understanding recent work across multiple sessions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kurrent/kapacitor",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "CLI companion for Kurrent Capacitor — records and visualizes Claude Code sessions",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -11,12 +11,12 @@
11
11
  "kapacitor": "bin/kapacitor.js"
12
12
  },
13
13
  "optionalDependencies": {
14
- "@kurrent/kapacitor-darwin-arm64": "0.5.6",
15
- "@kurrent/kapacitor-linux-x64": "0.5.6",
16
- "@kurrent/kapacitor-linux-arm64": "0.5.6",
17
- "@kurrent/kapacitor-linux-musl-x64": "0.5.6",
18
- "@kurrent/kapacitor-linux-musl-arm64": "0.5.6",
19
- "@kurrent/kapacitor-win-x64": "0.5.6"
14
+ "@kurrent/kapacitor-darwin-arm64": "0.5.7",
15
+ "@kurrent/kapacitor-linux-x64": "0.5.7",
16
+ "@kurrent/kapacitor-linux-arm64": "0.5.7",
17
+ "@kurrent/kapacitor-linux-musl-x64": "0.5.7",
18
+ "@kurrent/kapacitor-linux-musl-arm64": "0.5.7",
19
+ "@kurrent/kapacitor-win-x64": "0.5.7"
20
20
  },
21
21
  "files": [
22
22
  "bin/",