feat(fdir): integrity monitoring library for kernel isolation structures
Periodic checker that snapshots /proc state (memory maps, seccomp,
cgroups) at boot and detects radiation-induced corruption by comparing
SHA-256 hashes on a timer. Integrated into pid1 as a daemon fiber.
65 tests covering corruption patterns (bit flips, truncation, null
injection), anomaly validation, realistic procfs tampering scenarios,
hash properties, config, and pretty-printers.