5e9a2c94bde803fae8b081958c406c4d0a7be8ae01717308205072b307c2da538b64650a9b56ec7cAuthored: 4 weeks ago (Sun, 26 Jul 2026 20:04:12 +0000)Match: Claude-Session: https://claude.ai/code/session_01XadLkkyYJi67L2iEvbrrFL01717308205072b307c2da538b64650a9b56ec7cAuthored: 4 weeks ago (Sun, 26 Jul 2026 20:04:12 +0000)Match: Claude-Session: https://claude.ai/code/session_01XadLkkyYJi67L2iEvbrrFL01717308205072b307c2da538b64650a9b56ec7cAuthored: 4 weeks ago (Sun, 26 Jul 2026 20:04:12 +0000)Match: Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>febf9a8168620f3733dc6395b98106c9ede7d7acAuthored: 4 weeks ago (Sun, 26 Jul 2026 19:46:10 +0000)Match: Claude-Session: https://claude.ai/code/session_01XadLkkyYJi67L2iEvbrrFLfebf9a8168620f3733dc6395b98106c9ede7d7acAuthored: 4 weeks ago (Sun, 26 Jul 2026 19:46:10 +0000)Match: Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>a28fc3675a38a1efc6e108cd95d650eb4225d30dAuthored: 4 weeks ago (Sun, 26 Jul 2026 19:41:44 +0000)Match: Claude-Session: https://claude.ai/code/session_01XadLkkyYJi67L2iEvbrrFLa28fc3675a38a1efc6e108cd95d650eb4225d30dAuthored: 4 weeks ago (Sun, 26 Jul 2026 19:41:44 +0000)Match: Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>b196d617c9b2ad6163021630240160899db2a961Authored: 1 month ago (Sun, 26 Jul 2026 13:18:38 +0000)Match: Claude-Session: https://claude.ai/code/session_01BRtvKfpVqgRdDrcY4x6zVLb196d617c9b2ad6163021630240160899db2a961Authored: 1 month ago (Sun, 26 Jul 2026 13:18:38 +0000)Match: Co-authored-by: Claude Opus 5 <noreply@anthropic.com>55200a6aead258d94601093572b6fafde44058b1Authored: 1 month ago (Mon, 20 Jul 2026 11:38:55 +0000)Match: Claude-Session: https://claude.ai/code/session_01KNK7XYPXjxHpKJUCL52kVt55200a6aead258d94601093572b6fafde44058b1Authored: 1 month ago (Mon, 20 Jul 2026 11:38:55 +0000)Match: Claude-Session: https://claude.ai/code/session_01KNK7XYPXjxHpKJUCL52kVt55200a6aead258d94601093572b6fafde44058b1Authored: 1 month ago (Mon, 20 Jul 2026 11:38:55 +0000)Match: Claude-Session: https://claude.ai/code/session_01KNK7XYPXjxHpKJUCL52kVt55200a6aead258d94601093572b6fafde44058b1Authored: 1 month ago (Mon, 20 Jul 2026 11:38:55 +0000)Match: Claude-Session: https://claude.ai/code/session_01KNK7XYPXjxHpKJUCL52kVt55200a6aead258d94601093572b6fafde44058b1Authored: 1 month ago (Mon, 20 Jul 2026 11:38:55 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>999444878a24853040cbbe0560a9e7959304e985Authored: 1 month ago (Sat, 4 Jul 2026 23:31:02 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>5cc43d7c4340374211483b436cd0ca46c5276aadAuthored: 1 month ago (Sat, 4 Jul 2026 23:21:45 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>9b5221336838b4e9482514ad9421a92ff580e847Authored: 1 month ago (Sat, 4 Jul 2026 23:13:20 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>b55817ac48c4c6b9b255677dddbf0babf63dea25Authored: 1 month ago (Sat, 4 Jul 2026 13:08:06 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>AGENTS.mdTool: agents-md# AGENTS.md
This file provides guidance to coding agents (e.g. Claude Code) working in this repository.
## Project identity
**boardgame.io** is a turn-based game engine library — game logic lives in `src/`, public entry points in `packages/`, and rollup-built bundles in `dist/`. It is published on npm as `boardgame.io`. The toolchain runs on a modern **Node 24/26** baseline and uses **pnpm** as the package manager.
## Contributing
`CONTRIBUTING.md` governs how changes land, and applies to agent-authonone