Ensure configuration documentation and validation rules match the real runtime contract: types/structures, default values, actual scope, and when validation happens.

Apply these checks to every configurable field: 1) Type/shape must support the operational use-case

2) Be explicit about validation bypass vs runtime resolution

3) Document true blast radius (shared/core toggles)

4) Align documented defaults with code

This prevents configuration drift, misleading docs, and rollout-time surprises—especially for environment-specific settings and feature flags.