Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ No separate server. No Gemini API key. No data leaves your machine.
| Tool | Session Source | Format |
|------|---------------|--------|
| Claude Code | `~/.claude/projects/` | JSONL |
| Cursor | `~/.cursor/chats/` and Cursor composer storage | SQLite |

## Screenshots

Expand Down Expand Up @@ -150,7 +149,7 @@ Claude Code plugin with local-first analysis. Provides MCP tools for the full pi

| Tool | Description |
|------|-------------|
| `scan_sessions` | Discover and cache supported local session logs from Claude Code and Cursor |
| `scan_sessions` | Discover and cache supported local session logs from Claude Code |
| `extract_data` | Run deterministic Phase 1 extraction (metrics, scores) |
| `save_domain_results` | Store domain analysis results (called by analysis skills) |
| `classify_developer_type` | Classify into the 5x3 type matrix |
Expand Down
2 changes: 1 addition & 1 deletion docs/agent/PLUGIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Session count: scans `~/.claude/projects/*/` for `.jsonl` files (filesystem only

## Single-Session Install Flow

After `claude plugin install`, the MCP server isn't running yet (plugin lifecycle starts next session). The `/bp-setup` skill handles this with Step 0.5:
After `/plugin install`, the MCP server isn't running yet (plugin lifecycle starts next session). The `/bp-setup` skill handles this with Step 0.5:

```
install plugin → /bp-setup → Step 0.5: `claude mcp add -s user -e NODE_PATH=... -e CLAUDE_PLUGIN_DATA=... betterprompt -- node <server-entry.js>` → MCP tools available → continue setup
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/skills/bp-setup/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Call the `scan_sessions` MCP tool to confirm the plugin is working.
- Number of sessions discovered
- Date range of sessions
- Sources detected (Claude Code, Cursor, etc.)
- **On failure**: Report the error clearly and suggest the user verify the plugin is installed correctly (`claude plugin install betterprompt@betterprompt`).
- **On failure**: Report the error clearly and suggest the user verify the plugin is installed correctly (`/plugin install betterprompt@betterprompt`).

### Step 2: CLAUDE.md Integration

Expand Down
Loading