Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 840 Bytes

File metadata and controls

14 lines (11 loc) · 840 Bytes

CLAUDE.md

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 bugs
  • review-docs -- auditing an environment's README/AGENTS.md against its engine
  • create-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)