- Add MissionAutopilot class with state machine (inactive → watching → activating → completing) - Add autopilot database schema: autopilotEnabled, autopilotState, lastAutopilotActivityAt columns - Integrate autopilot with scheduler: handleTaskCompletion() triggers slice activation - Add API routes: GET/PATCH /missions/:id/autopilot, POST start/stop endpoints - Add autopilot toggle UI in MissionManager dashboard component - Add retry logic with exponential backoff (up to 3 attempts) for slice activation - Add background poll (60s) to detect stale autopilot missions - Include changeset for @gsxdsm/fusion minor bump
329 B
329 B
@gsxdsm/fusion
| @gsxdsm/fusion |
|---|
| minor |
Add Mission Autopilot mode for autonomous mission progression.
Missions in autopilot mode automatically:
- Activate slices when previous ones complete
- Create tasks from features when slices are activated
- Progress through milestones as work completes
- Track overall mission health and state