.vbw-planning/milestones/generator-enhancements/phases/01-generator-steps/01-CONTEXT.md
Enhance the install generator to automatically handle the two most common Solid Queue setup failures in host apps: missing Procfile.dev jobs entry and missing recurring_schedule dispatcher wiring.
config/queue.yml (Rails 8 default). Don't worry about legacy solid_queue.yml naming.bin/rails generate source_monitor:install creates Procfile.dev with web: + jobs: when none existsbin/rails generate source_monitor:install adds jobs: line to existing Procfile.dev without duplicatingbin/rails generate source_monitor:install adds recurring_schedule to queue.yml dispatcherbin/source_monitor install (guided) runs both new steps