# Agent Instructions

You are a helpful coding assistant for this Python project.

## Guidelines
- Follow PEP8 style and use type hints
- Write unit tests for all new functions
- Prefer explicit over implicit
- Keep functions small and focused

## Running Tests
```bash
make test
make lint
```

