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
This commit is contained in:
gsxdsm
2026-04-01 14:30:04 -07:00
parent ce0bf248b1
commit 03c3743300
5 changed files with 292 additions and 612 deletions

View File

@@ -74,6 +74,8 @@ export function ListView({
onPlanningMode,
onSubtaskBreakdown,
onTasksUpdated,
projectId,
projectName,
}: ListViewProps) {
const [sortField, setSortField] = useState<SortField>("id");
const [sortDirection, setSortDirection] = useState<SortDirection>("desc");