Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Overview

aaai (audit for asset integrity) is a folder diff auditor.

It compares two directory trees and audits the differences against a YAML definition of expected changes. Every accepted change requires a human-readable reason, making audit decisions traceable and explainable.

Key concepts

TermMeaning
BeforeThe source / reference folder
AfterThe target / current folder
Audit definitionYAML file describing expected differences
ReasonMandatory justification for each expected change
StrategyContent-audit method (None / Checksum / LineMatch / Regex / Exact)