// Cookbook Schedule — opens a small inline form (styled with the app's // existing .cookbook-* classes) that creates a ScheduledTask with // action=cookbook_serve. Mounted from two places: // // 1. The ^ button next to Launch in a serve panel. // 2. The "Schedule…" entry in the cached-model ⋯ dropdown menu (which // programmatically clicks the ^ button so this module owns the // single source of truth). // // Feedback uses uiModule.showToast() — the same toast the rest of the // app uses for "Saved", "Favorited", etc. — so the success message // doesn't introduce a parallel notification style. // // To remove: delete this file + the