Skip to content

Commit 428b07f

Browse files
committed
docs(CLAUDE): add views flag in CLAUDE.md
1 parent 686d9b3 commit 428b07f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Output directory: `runs/v1.0.0/{strategy}/{vendor}/{model}/{timestamp}_{deck}_{s
143143
| `src/balatrollm/config.py` | Multi-source configuration management |
144144
| `src/balatrollm/executor.py` | Parallel execution orchestration |
145145
| `src/balatrollm/collector.py` | Data collection and statistics |
146+
| `src/balatrollm/views.py` | HTTP server for views overlay |
146147

147148
### Configuration
148149

@@ -171,5 +172,8 @@ Config precedence: environment variables < YAML config file < CLI arguments (hig
171172
- `API_KEY`, `BASE_URL`, `MODEL` - LLM configuration
172173
- `SEED`, `DECK`, `STAKE`, `STRATEGY` - Game parameters
173174
- `PARALLEL`, `HOST`, `PORT` - Execution settings
175+
- `VIEWS` - Enable HTTP server for views overlay (set to `1`)
174176

175177
**Usage**: `balatrollm config/example.yaml --model openai/gpt-4o --seed AAAAAAA --deck RED --stake WHITE`
178+
179+
**Views overlay**: Use `--views` to start an HTTP server on port 12345 that serves the HTML views (`views/task.html`, `views/responses.html`).

0 commit comments

Comments
 (0)