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.
Rakefile or Ruby CLI tool that encapsulates all generator and validator logic._data/*.yml) is moved to a central module.rake generate:interviews).bin/ once consolidated.
Consolidated over 60 independent scripts into a unified Rakefile structure.
bin/pipeline to serve as a high-level wrapper for the most common Rake tasks (build, test, validate, ci).rake ci) passes successfully.Generators::Core module.