@kurrent/kcap 0.10.7 → 0.10.9
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.
package/kcap/.mcp.json
CHANGED
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
"args": ["mcp", "memory"],
|
|
22
22
|
"cwd": "${CLAUDE_PROJECT_DIR}",
|
|
23
23
|
"description": "Team memory — search, read, and save durable learnings scoped to you, your team, or the org."
|
|
24
|
+
},
|
|
25
|
+
"kcap-workitems": {
|
|
26
|
+
"command": "kcap",
|
|
27
|
+
"args": ["mcp", "workitems"],
|
|
28
|
+
"cwd": "${CLAUDE_PROJECT_DIR}",
|
|
29
|
+
"description": "Attach the current session to a work item (issue, PR, or a brand-new item) on the Capacitor server, and list the work items a session is attached to."
|
|
24
30
|
}
|
|
25
31
|
}
|
|
26
32
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kurrent/kcap",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.9",
|
|
4
4
|
"description": "CLI companion for Kurrent Capacitor — records and visualizes Claude Code sessions",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
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.10.
|
|
18
|
-
"@kurrent/kcap-linux-x64": "0.10.
|
|
19
|
-
"@kurrent/kcap-linux-arm64": "0.10.
|
|
20
|
-
"@kurrent/kcap-linux-musl-x64": "0.10.
|
|
21
|
-
"@kurrent/kcap-linux-musl-arm64": "0.10.
|
|
22
|
-
"@kurrent/kcap-win-x64": "0.10.
|
|
17
|
+
"@kurrent/kcap-darwin-arm64": "0.10.9",
|
|
18
|
+
"@kurrent/kcap-linux-x64": "0.10.9",
|
|
19
|
+
"@kurrent/kcap-linux-arm64": "0.10.9",
|
|
20
|
+
"@kurrent/kcap-linux-musl-x64": "0.10.9",
|
|
21
|
+
"@kurrent/kcap-linux-musl-arm64": "0.10.9",
|
|
22
|
+
"@kurrent/kcap-win-x64": "0.10.9"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"bin/",
|