rogermt's picture
Upload 47 files
b48dd06 verified

Code Reviewer — How To

Purpose

  • Checklist and lightweight automated checks to ensure safe, minimal changes.

Quick checklist

  • No side effects at import time.
  • Avoid circular imports; prefer lazy imports.
  • Logging must be JSON serializable; gate values must be booleans.
  • Add tests for any change.

Verification

  • Run the example script in references/examples/review_checks.py.