@kurrent/kapacitor
v0.1.34
Published
CLI companion for Kurrent Capacitor — records and visualizes Claude Code sessions
Downloads
3,495
Readme
@kurrent/kapacitor
CLI companion for Kurrent Capacitor — records and visualizes Claude Code sessions.
Install
npm install -g @kurrent/kapacitorSetup
kapacitor setupThis walks you through: server URL, authentication, Claude Code plugin installation, and verification.
Commands
kapacitor setup Configure server, login, and install plugin
kapacitor status Show server, auth, and agent status
kapacitor agent start [-d] Start agent daemon
kapacitor agent stop Stop agent daemon
kapacitor review <pr> Launch Claude Code with PR review context
kapacitor update Check for updates
kapacitor --version Show version
kapacitor --help Show all commandsPR Review
Start a Claude Code session with tools to query implementation context for a PR:
kapacitor review https://github.com/owner/repo/pull/123
# or
kapacitor review owner/repo#123Claude gets MCP tools to search session transcripts, understand per-file rationale, and explain design decisions made during implementation.
