What problem does it solve?
It resolves inconsistencies found during the madamisu-publish review by classifying issues by severity and automatically applying safe fixes while pausing for user-confirmation on higher-risk problems.
Core Features & Use Cases
- Issue classification for publish review: Splits review problems into four tiers—light (auto-fix), reference/info-level (auto-fix), design-level (user confirmation), and premise-level (stop).
- Controlled auto-fixing: Applies edits only for “light” and “reference/info-level” issues, and records every change with review annotations.
- Safety guardrails with gated progression: Stops on premise-level issues and loops back for design-level problems based on explicit user decisions, then performs a limited-impact diff review.
Quick Start
Run publish-step6 by providing the input directory and the target publish version, so it reads the review report, classifies issues, auto-applies safe fixes, and produces a completion log.