Skip to main content

Module validate

Module validate 

Source
Expand description

Semantic validation for audit event logs.

Checks for structural and semantic issues beyond basic field presence:

  • Duplicate create events for the same entity
  • Orphaned events (referencing non-existent scopes)
  • Invalid status transitions (e.g., completing an already-completed task)

Structs§

AuditIssue
A semantic validation issue found in the audit log.
AuditValidationReport
Result of semantic validation.

Functions§

validate_audit_log
Run semantic validation on the audit log for a specific change or the whole project.