Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rudel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rudel
CLI for uploading Claude Code session transcripts to Rudel for analytics.
Installation
npm install -g rudelQuick Start
# 1. Log in via your browser
rudel login
# 2. Enable automatic session uploads
rudel enable
# That's it! Your Claude Code sessions will now be uploaded automatically.Commands
rudel login
Authenticate with Rudel. Opens your browser to app.rudel.ai where you sign in, then the CLI receives a token automatically.
rudel enable
Registers a Claude Code hook that automatically uploads your session transcript when a Claude Code session ends. This is the recommended way to use Rudel -- set it and forget it.
rudel disable
Removes the auto-upload hook.
rudel upload <session>
Manually upload a session transcript. Accepts a session ID or path to a .jsonl file.
# Upload by session ID
rudel upload abc123
# Upload a specific file
rudel upload ./path/to/session.jsonl
# Preview without uploading
rudel upload abc123 --dry-run
# Auto-classify the session
rudel upload abc123 --classifyrudel whoami
Show the currently authenticated user.
rudel logout
Clear stored credentials.
Links
- Web App: app.rudel.ai
- Issues: GitHub Issues