PolicyDriftDetector

Detects policy/config drift across runs.

IMPORTANT: We hash a sanitized projection of config. Do not include secrets.

This is local-only; whether you transmit drift events off-device is controlled by the host app.

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class DriftResult(val drifted: Boolean, val previousHash: String?, val currentHash: String, val firstSeenAtMs: Long, val lastChangedAtMs: Long)

Functions

Link copied to clipboard