gsxdsm
2a3a320d19
feat(FN-980): add mission autopilot for autonomous slice progression
- 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
2026-04-05 23:11:28 -07:00
..
2026-04-05 07:26:30 -07:00
2026-04-05 23:11:28 -07:00
2026-04-05 22:58:28 -07:00
2026-04-04 04:13:36 -07:00
2026-04-01 01:15:44 -07:00
2026-04-05 21:36:18 -07:00
2026-04-03 22:45:59 -07:00
2026-04-05 23:11:28 -07:00
2026-04-05 12:03:50 -07:00
2026-04-05 20:54:11 -07:00
2026-03-25 18:24:48 -04:00
2026-04-05 23:11:28 -07:00