blowup 1.0.0

All tools related to improving my movie-watching experience.
Documentation
# CLAUDE.md

## Project Overview

## Architecture

## Development Commands

```bash
# Build
cargo build

# Run tests
cargo test

# Run
cargo run

# Lint
cargo clippy

# Format
cargo fmt
```

## Code Style & Conventions

## Key Files

## Notes