What is the Audit Daemon?

Audit Daemon is the framework's universal continuous-audit primitive. Every source — an HTTP webhook, a filesystem, a polled JSON endpoint, MongoDB change streams, Postgres LISTEN/NOTIFY, S3 events, MQTT, Redis keyspace, Kafka — becomes one agent with its own ZID-XXXXXXXX. Every event lands as one row in your audit_log chain, stamped with KO42 at the framework's 1.287 Hz HulyaPulse, sealed by a SHA-256 ZeqProof, and visible immediately in the State Observer at /state/?slug=<slug>.

The proof formula is verifiable offline. Anyone with the event payload + the row's zeqond, phase, source_type, and source_id can recompute the SHA-256 digest and confirm the row was not retroactively rewritten. Same algorithm regardless of which source produced it.

Universal
One chain row shape for nine source types. Same proof formula, same observer, same identity model.
Verifiable
proof_digest = sha256({ doc_hash, zeqond, phase, operator: "KO42", source_type, source_id }). Recompute offline.
Resumable
Each agent persists a checkpoint. Boot-restore brings every running agent back automatically after a server restart.