---
description: Fix failing tests
allowed-tools: Task, Read, Write, Bash, Grep
---

# 🧪 Fix Tests

Fix all failing tests.

## Process
1. Run test suite
2. Collect failures
3. Analyze each failure
4. Fix one by one
5. Verify all pass

## Commands
```bash
npm test
npm run test:coverage
```

Report results after fixing.
