- Add database schema v3 with missions, objectives, rewards, progress tables - Implement MissionStore with full CRUD, event emission, and progress tracking - Add comprehensive mission types (MissionDefinition, MissionInstance, Objective, Reward) - Include 900+ lines of MissionStore unit tests covering all operations - Export mission types and store from core package index
245 B
245 B
@fusion/core
| @fusion/core |
|---|
| minor |
Add Missions database schema and MissionStore for hierarchical project planning. New tables: missions, milestones, slices, mission_features. New types and MissionStore class with full CRUD and status rollup logic.