- Fix step addition flow in ScheduleStepsEditor component - Add form validation for multi-step schedules in ScheduleForm - Add integration tests for multi-step scheduled task flow - Update related CLI and core tests for consistency - Include changeset for the fix
550 B
550 B
@gsxdsm/fusion
| @gsxdsm/fusion |
|---|
| patch |
Fix Add Command Step and Add AI Prompt Step buttons in scheduled task editor
- Added client-side validation for multi-step schedules to ensure all steps have required content before submission
- ScheduleStepsEditor now exposes editing state via
onEditingChangecallback for parent form validation - Form validation prevents submission when steps are incomplete or being edited
- Added specific error messages for incomplete steps (e.g., "Step 1: Command is required")
- Added integration tests for multi-step flow