@kurrent/kcap 0.8.11 → 0.8.13

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.8.11",
3
+ "version": "0.8.13",
4
4
  "description": "Records and visualizes Claude Code sessions via kcap CLI hooks"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "mcp_servers": {
2
+ "mcpServers": {
3
3
  "kcap-review": {
4
4
  "command": "kcap",
5
5
  "args": ["mcp", "review"]
package/kcap/.mcp.json CHANGED
@@ -9,6 +9,12 @@
9
9
  "command": "kcap",
10
10
  "args": ["mcp", "sessions"],
11
11
  "cwd": "${CLAUDE_PROJECT_DIR}"
12
+ },
13
+ "kcap-flows": {
14
+ "command": "kcap",
15
+ "args": ["mcp", "flows"],
16
+ "cwd": "${CLAUDE_PROJECT_DIR}",
17
+ "description": "Structured AI review flows — start_review_flow, submit_review_round, get_review_flow_status, close_review_flow. Launches a hosted reviewer agent through your daemon; requires `kcap login` and a running daemon with this repo checked out (the tools are inert otherwise)."
12
18
  }
13
19
  }
14
20
  }
package/kcap/README.md CHANGED
@@ -122,7 +122,7 @@ kcap/
122
122
  .codex-plugin/
123
123
  plugin.json — Codex manifest (refs ./.codex-mcp.json)
124
124
  .mcp.json — Claude MCP servers (camelCase mcpServers shape)
125
- .codex-mcp.json — Codex MCP servers (snake_case mcp_servers shape)
125
+ .codex-mcp.json — Codex plugin MCP servers (also camelCase mcpServers shape)
126
126
  hooks/
127
127
  hooks.json — Hook definitions for all Claude lifecycle events
128
128
  skills/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kurrent/kcap",
3
- "version": "0.8.11",
3
+ "version": "0.8.13",
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.8.11",
18
- "@kurrent/kcap-linux-x64": "0.8.11",
19
- "@kurrent/kcap-linux-arm64": "0.8.11",
20
- "@kurrent/kcap-linux-musl-x64": "0.8.11",
21
- "@kurrent/kcap-linux-musl-arm64": "0.8.11",
22
- "@kurrent/kcap-win-x64": "0.8.11"
17
+ "@kurrent/kcap-darwin-arm64": "0.8.13",
18
+ "@kurrent/kcap-linux-x64": "0.8.13",
19
+ "@kurrent/kcap-linux-arm64": "0.8.13",
20
+ "@kurrent/kcap-linux-musl-x64": "0.8.13",
21
+ "@kurrent/kcap-linux-musl-arm64": "0.8.13",
22
+ "@kurrent/kcap-win-x64": "0.8.13"
23
23
  },
24
24
  "files": [
25
25
  "bin/",