feat(KB-635): add Mission system integration across CLI, engine, and dashboard

- Add mission CLI commands: create, list, show, delete, activate-slice
- Add pi extension tools for mission management
- Add MissionStore helper methods and Mission types
- Add scheduler mission awareness for automatic slice activation
- Add engine integration wiring for mission-aware task execution
- Add dashboard mission routes and API endpoints
- Link tasks to missions via sliceId field with autoAdvance support
This commit is contained in:
gsxdsm
2026-04-01 07:49:21 -07:00
parent 021055c82a
commit 360af7d863
11 changed files with 1032 additions and 50 deletions

View File

@@ -2,4 +2,4 @@
"@fusion/engine": minor
---
Add MissionStore integration to scheduler. Supports automatic slice activation and milestone advancement when linked tasks complete. New scheduler options accept optional MissionStore for mission-aware scheduling.
Add MissionStore integration to scheduler and executor. Supports automatic slice activation and milestone advancement when linked tasks complete. New scheduler options accept optional MissionStore for mission-aware scheduling.