diff options
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 |
