detect_drift
Compare current workflow fingerprints to prior runs to identify added, removed, expanded, contracted, or silently rewritten functions, distinguishing first observation from no drift.
Instructions
Compares current workflow fingerprints against those from prior runs in .veris/state.db. A fingerprint is the SHA-256 of the workflow's sorted member ids, its internal edge signatures, and each member's normalized body hash — so a rewritten function body is detected even when its name and call targets are unchanged. Member ids are repository-relative, so renaming a directory does not register as drift. Surfaces added, removed, expanded, contracted and silently-rewritten workflows, and distinguishes a first observation from an absence of drift. Persists the current fingerprints for future comparisons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||