Skip to content

Commit 20efb1a

Browse files
committed
docs(CLAUDE): update CLAUDE.md
1 parent 4952ee2 commit 20efb1a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ The package is structured as a pipeline: CLI → Analyzer → Writer.
4949
Entry point for the `balatrobench` command. Parses input/output directories, infers version from path. Orchestrates analysis for both models and strategies views, generates manifests.
5050

5151
```bash
52-
# Default: reads from ../balatrollm/runs/v1.0.0, writes to site/benchmarks
53-
balatrobench
52+
# Analyze runs from a specific directory
53+
balatrobench --input-dir /path/to/runs/v1.0.0
5454

55-
# Custom paths
55+
# Custom output directory
5656
balatrobench --input-dir /path/to/runs/v1.0.0 --output-dir /path/to/output
5757

5858
# Enable WebP conversion
59-
balatrobench --webp
59+
balatrobench --input-dir /path/to/runs/v1.0.0 --webp
6060
```
6161

6262
#### Analyzer (`analyzer.py`)

0 commit comments

Comments
 (0)