Awesome Reviewers

All documentation should behave like an interface: precise contracts, unambiguous rule precedence, and resilient references.

Apply this standard by:

1) Define explicit contracts (schemas + invariants)

2) Eliminate contradictions via rule precedence

3) Single source of truth; avoid doc duplication that will rot

4) Make references robust to installation/layout

5) Keep docs consistent with real fallback/merge behavior

Example (path robustness pattern)