From abd612c15799f604e671e83dc7c410ed2b44185f Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 15:40:48 -0400 Subject: slop refactor --- internal/validate/doc.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 internal/validate/doc.go (limited to 'internal/validate/doc.go') diff --git a/internal/validate/doc.go b/internal/validate/doc.go new file mode 100644 index 0000000..bbdf211 --- /dev/null +++ b/internal/validate/doc.go @@ -0,0 +1,6 @@ +// Package validate runs startup integrity checks across all YAML data files: +// duplicate IDs, referential integrity (rooms, mobs, objects, items, drops, +// courses, techs), and world wiring (orphan rooms). It imports only the data +// packages (world, object, item, behavior) and may be called directly in +// tests. +package validate -- cgit v1.2.3