Awesome Reviewers

Coding standard for hook/compose-style tooling: never fail silently; parse defensively; gate writes by installed compatibility; and make transient failures self-healing. Diagnostics must only fail on real faults (e.g., stale markers), not normal in-flight states.

Apply: 1) Normalize & parse defensively

2) No silent no-ops: log “can’t apply” cases

3) Compatibility gate writes by installed schema

4) Make transient failures recoverable

5) Health/doctor outputs: fail only on real faults