What problem does it solve? Raw git diffs and scattered validation logs are hard to review, making it difficult to understand why a code or infrastructure change matters, what its blast radius is, and whether it was properly validated. ## Core Features & Use Cases - Terminal Change Reports: Renders 3-5 panel TXT/ANSI summaries covering why the change matters, what changed, evidence, validation ledger, and risk/gate footer using Python Rich. - Optional HTML Cockpit: Publishes a dark-themed HTML change dashboard to a local web path with URL validation when browser output is explicitly requested. - Validation Detection: Scans evidence files for known validation patterns (auth, cleanup, secrets, PROD boundary, syntax checks) and marks each as PASS or CHECK. - Use Case: After finishing a Terraform or script change, run the explainer to produce a single .ansi file showing the before/after delta, touched files, evidence paths, and PROD gate status for review. ## Quick Start Ask the agent to show a change explainer for the current repo diff, including the goal, why it matters, and any evidence directories from the task.