# Case 001: Breakout Challenge

This package is the public V1 asset bundle for the Agent4All Arena Breakout case.

It is intentionally lightweight for the site prototype. Real run logs, screenshots, and starter code can replace these placeholders after the first recorded challenge.

## Package Contents

```text
prompt.md
task.md
scoring.md
runs.json
video-outline.md
starter/
tests/
logs/
```

## Case Principle

```text
Watchable first -> Comparable second -> Reproducible third
```

Every participating model and agent receives the same prompt, same starter package, same time limit, and same scoring rubric.

## Suggested Commands

```bash
npm install
npm run dev
npm test
```

## Current Status

Prototype package. The public site uses this package to demonstrate how Arena cases will be structured.
