@kurrent/kcap 0.8.15 → 0.8.17

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.15",
3
+ "version": "0.8.17",
4
4
  "description": "Records and visualizes Claude Code sessions via kcap CLI hooks"
5
5
  }
@@ -16,6 +16,14 @@ Use `kcap mcp flows` MCP tools to run structured review loops for specs/designs
16
16
  - Reviewing a spec or design document → use `kind: "spec-review"`
17
17
  - Reviewing code changes or a pull request → use `kind: "code-review"`
18
18
 
19
+ ## If the flows MCP tools are not loaded
20
+
21
+ If `start_review_flow` / `submit_review_round` are not among the tools available in this session, do NOT try to obtain them:
22
+
23
+ - Do NOT run `kcap mcp flows` from a shell, do NOT handshake it over stdio/JSON-RPC, and do NOT edit any MCP configuration.
24
+ - The absence is deliberate: hosted review-flow reviewers run with all MCP servers stripped, so a reviewer cannot start a nested flow.
25
+ - If you were asked to review a spec, design, or code and these tools are absent, you are most likely the hosted reviewer inside an existing flow. This skill does not apply to you — skip the workflow below entirely. Perform the requested review directly and end with a final message that starts with `FINDINGS:` (followed by your findings) or `NO FINDINGS`. Your final message is captured automatically; no tool call is needed to deliver it.
26
+
19
27
  ## Core rules
20
28
 
21
29
  1. **Start exactly one flow per user task.** Call `start_review_flow` once and hold the returned `flow_run_id`. Do NOT start a new flow for follow-up rounds — reuse the same ID.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kurrent/kcap",
3
- "version": "0.8.15",
3
+ "version": "0.8.17",
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.15",
18
- "@kurrent/kcap-linux-x64": "0.8.15",
19
- "@kurrent/kcap-linux-arm64": "0.8.15",
20
- "@kurrent/kcap-linux-musl-x64": "0.8.15",
21
- "@kurrent/kcap-linux-musl-arm64": "0.8.15",
22
- "@kurrent/kcap-win-x64": "0.8.15"
17
+ "@kurrent/kcap-darwin-arm64": "0.8.17",
18
+ "@kurrent/kcap-linux-x64": "0.8.17",
19
+ "@kurrent/kcap-linux-arm64": "0.8.17",
20
+ "@kurrent/kcap-linux-musl-x64": "0.8.17",
21
+ "@kurrent/kcap-linux-musl-arm64": "0.8.17",
22
+ "@kurrent/kcap-win-x64": "0.8.17"
23
23
  },
24
24
  "files": [
25
25
  "bin/",