This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
See AGENTS.md for project overview, architecture, commands, and code style.
See .agents/skills/ for detailed how-to guides:
create-environment-- building a game environment (Python backend)create-harness-- writing an LLM harness (connecting a language model to a game)review-harness-- auditing an existing harness for gameplay-impacting bugsreview-docs-- auditing an environment's README/AGENTS.md against its enginecreate-visualizer-- building a web visualizer for any game (regular or OpenSpiel)create-playable-visualizer-- building an interactive human-vs-AI visualizer (TS engine port + worker)onboard-open-spiel-game-- adding an OpenSpiel game (Python backend)