D.3 System Health

Is the environment operating correctly right now?

Begin with outcomes. Check whether accepted work is landing, governed obligations are holding, validators and gates are checking what they are supposed to check, and human intervention or rollback has risen unexpectedly. Use churn, coverage, drift, and other local measures only to diagnose changes in those outcomes.

Three readings

Use churn, validator coverage, correspondence failures, and queue pressure only when they explain movement in the primary readings.

  SYSTEM HEALTH               "Is the environment healthy right now?"
  ───────────────────────────────────────────────────────────────────
  Durable throughput       accepted work survives
  Defect / policy escape   governed obligations hold
  Human intervention       repeated attention is bounded
  ───────────────────────────────────────────────────────────────────
  Diagnose with:
  churn · correspondence · validator reach · resource pressure

Read churn as motion, not health

Churn measures code motion, not system health. A migration or architectural rewrite can produce high churn in a healthy environment, while a quiet repository can still contain stale representations or repeated human adjudication. Appendix H records the churn observed in DocAble.

© James C. Davis, 2026–present