@kurrent/kcap 0.6.8 → 0.6.10
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,15 +1,18 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: recap
|
|
3
3
|
description: >-
|
|
4
|
-
This skill should be used
|
|
5
|
-
|
|
6
|
-
"
|
|
7
|
-
"what did we do last time", "catch me up
|
|
8
|
-
"summarize session", "show me what happened",
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
This skill should be used to read, search, or recall past Kurrent Capacitor
|
|
5
|
+
sessions. Triggers include: "read a previous session", "get session history",
|
|
6
|
+
"recap session", "what happened in session X", "load context from a previous
|
|
7
|
+
session", "continue from session", "what did we do last time", "catch me up
|
|
8
|
+
on session X", "summarize session", "show me what happened", "what have we
|
|
9
|
+
been working on", "recently we implemented", "what was done in this repo",
|
|
10
|
+
"recent changes", "recent sessions", or providing a session ID to review.
|
|
11
|
+
Also covers search/recall asks: "find the session where we…", "which session
|
|
12
|
+
discussed X", "did we ever debug Y", "look up the session about Z", "recall
|
|
13
|
+
the session that…", "search past sessions for…". Provides instructions for
|
|
14
|
+
retrieving and searching session history via the kcap CLI and the
|
|
15
|
+
kcap-sessions MCP tools.
|
|
13
16
|
---
|
|
14
17
|
|
|
15
18
|
> **For agents:** When the `kcap-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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kurrent/kcap",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.10",
|
|
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.
|
|
18
|
-
"@kurrent/kcap-linux-x64": "0.6.
|
|
19
|
-
"@kurrent/kcap-linux-arm64": "0.6.
|
|
20
|
-
"@kurrent/kcap-linux-musl-x64": "0.6.
|
|
21
|
-
"@kurrent/kcap-linux-musl-arm64": "0.6.
|
|
22
|
-
"@kurrent/kcap-win-x64": "0.6.
|
|
17
|
+
"@kurrent/kcap-darwin-arm64": "0.6.10",
|
|
18
|
+
"@kurrent/kcap-linux-x64": "0.6.10",
|
|
19
|
+
"@kurrent/kcap-linux-arm64": "0.6.10",
|
|
20
|
+
"@kurrent/kcap-linux-musl-x64": "0.6.10",
|
|
21
|
+
"@kurrent/kcap-linux-musl-arm64": "0.6.10",
|
|
22
|
+
"@kurrent/kcap-win-x64": "0.6.10"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"bin/",
|