Skip to main content

Module drift

Module drift 

Source
Expand description

Stack Drift Detection

Detects when PAIML stack crates are using outdated versions of other stack crates. This ensures stack coherence and prevents version drift.

§Toyota Way Principles

  • Jidoka: Blocks operations when drift detected
  • Genchi Genbutsu: Real-time crates.io dependency verification
  • Kaizen: Continuous improvement through enforced updates

Structs§

DriftChecker
Drift checker for the PAIML stack
DriftReport
A single drift issue detected in the stack

Enums§

DriftSeverity
Severity of version drift

Functions§

format_drift_errors
Format drift reports for display (blocking error style)
format_drift_json
Format drift reports as JSON