# Output Directory

This directory contains the cclog SQLite database augmented with cost and quality data.

## Generating Analysis

Run the conversation analysis:

```bash
make conversations-analysis
```

This reads the cclog database, computes costs and quality metrics, and writes the results back to the database.

### Custom Analysis

```bash
python -m src.app \
  --cclog-db ~/.claude/projects/claude-code-log-cache.db \
  --claude-projects ~/.claude/projects \
  --project-filter "permissions" \
  --verbose
```
