Humanize Apply fixes from a previous run with automatic safe/risky classification. Usage Flags: - - Show what would be fixed without changing files - - Fix entire codebase (runs review with --all first) - - Only fix specific category: Instructions Hard gates Advance past destructive or evidence-bound steps only when each PASS is true (commands and artifacts—not “I checked mentally”): 1. G1 — Safe to edit files — PASS: is empty, or exits 0. 2. G2 — Review input is real JSON with expected shape — PASS: exists and the file parses as JSON with a key and a value that is an array (possibly empty).…