.vbw-planning/milestones/generator-enhancements/phases/01-generator-steps/PLAN-01-SUMMARY.md
patch_procfile_dev public method to InstallGenerator (between configure_recurring_jobs and print_next_steps)PROCFILE_JOBS_ENTRY private constantprint_next_steps with Procfile.dev info messageconfigure_queue_dispatcher public method to InstallGenerator (between patch_procfile_dev and print_next_steps)queue_config_has_recurring_schedule?, add_recurring_schedule_to_dispatchers!RECURRING_SCHEDULE_VALUE and DEFAULT_DISPATCHER private constantslib/source_monitor/setup/procfile_patcher.rb (lightweight Pathname-based helper)lib/source_monitor/setup/queue_config_patcher.rb (YAML parsing with recursive dispatcher search)lib/source_monitor/setup/workflow.rb: added 2 new kwargs, wired into run after initializer_patcher and before devise checklib/source_monitor.rblib/generators/source_monitor/install/install_generator.rb -- 2 new public methods, 4 private helpers/constantstest/lib/generators/install_generator_test.rb -- 8 new testslib/source_monitor/setup/procfile_patcher.rb -- NEWlib/source_monitor/setup/queue_config_patcher.rb -- NEWlib/source_monitor/setup/workflow.rb -- 2 new kwargs, 2 new patcher callstest/lib/source_monitor/setup/workflow_test.rb -- added patcher spies to all testslib/source_monitor.rb -- 2 new autoload entriesaf59468 feat(generator): add Procfile.dev patching step to install generator29250af feat(generator): add queue.yml dispatcher step to install generator96365b9 feat(generator): add 8 tests for Procfile.dev and queue.yml steps4393d17 feat(generator): add workflow helpers and wire patchers into guided install