Description

The bin/ directory contains over 20 independent scripts with overlapping logic (YAML loading, text normalization). This makes the pipeline hard to maintain and slow due to redundant operations.

Acceptance Criteria

Final Summary

Consolidated over 60 independent scripts into a unified Rakefile structure.

Definition of Done