Expand description
Validation passes: referential integrity, temporal consistency, state tracking, orphan detection.
Structs§
- Validation
Report - The result of running all validation passes over a
Chronicle.
Enums§
- Validation
Error - A hard validation error indicating inconsistent world data.
- Validation
Warning - A soft validation warning that does not indicate broken data but may signal authoring oversights.
Functions§
- can_
add_ event - Check whether a proposed
Eventis consistent with the existing graph. - validate
- Run all four validation passes over the given
Chronicleand return aValidationReport.