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§
- Audit
Issue - A semantic validation issue found in the audit log.
- Audit
Validation Report - Result of semantic validation.
Functions§
- validate_
audit_ log - Run semantic validation on the audit log for a specific change or the whole project.