Files
fusion/.changeset/missions-launch.md
gsxdsm 0529048fa6 test(KB-636): expand mission integration coverage
- Add deeper MissionStore integration tests for hierarchy integrity, rollups, reorders, and task link cleanup
- Extend mission API end-to-end coverage for feature patching, validation, and cascade scenarios
- Fix TaskStore task upsert placeholders to preserve mission slice linking fields after merge resolution
- Tidy mission CLI help text and include the published package changeset for the missions launch
2026-04-01 14:30:04 -07:00

1.0 KiB

@gsxdsm/fusion
@gsxdsm/fusion
minor

Add Missions system for large-scale project planning.

The Missions system provides a hierarchical planning structure:

  • Mission — High-level goals and projects
  • Milestone — Major phases within missions
  • Slice — Parallel work areas within milestones
  • Feature — Individual deliverables linked to tasks

New Features:

  • SQLite database schema for mission hierarchy with automatic status rollup
  • MissionStore with full CRUD operations and event emissions
  • REST API with AI-driven interview system for interactive planning
  • Dashboard UI: mission list, hierarchical detail view, timeline visualization
  • CLI commands: fn mission create, list, show, delete, activate-slice
  • Pi extension tools for chat-based mission management
  • Engine integration: automatic slice activation when linked tasks complete

Usage:

  • Press Cmd/Ctrl+Shift+M in dashboard to open missions
  • Use interview mode for AI-assisted mission planning
  • Link features to tasks for automatic progress tracking