# SPDX-License-Identifier: GPL-3.0-or-later """Enodia Sentinel — a host intrusion-detection daemon. A poll-based HIDS that runs a set of detectors over live system state and captures a forensic snapshot with incident-response guidance whenever a known attack signature appears. The Python re-architecture of the bash v0 prototype. """ __version__ = "0.5.0"