Skip to content

GAMEBOARD_SCHEMA_VERSION

const GAMEBOARD_SCHEMA_VERSION: "1.0.0" = '1.0.0'

Defined in: src/types/index.ts:56

Schema version written to generated gameboard plans.

Lives here (and not in src/gameboard/) so trait declarations under src/traits/ can reference it without importing the gameboard module at runtime — which would re-enter the same dependency cycle that R2’s decomposition is meant to keep linear (traits → types, never traits → gameboard).