diff options
| author | historia <[not public]> | 2026-06-25 15:40:48 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-25 15:40:48 -0400 |
| commit | abd612c15799f604e671e83dc7c410ed2b44185f (patch) | |
| tree | 0597ca92350de73aac2a7cf26b2f2d6595dac0cc /internal/validate/doc.go | |
| parent | 2725e2927a1595c7b100d942d1f14146252adeb7 (diff) | |
| download | thehouseoficarus-abd612c15799f604e671e83dc7c410ed2b44185f.tar.gz | |
slop refactor
Diffstat (limited to 'internal/validate/doc.go')
| -rw-r--r-- | internal/validate/doc.go | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
