mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-23 10:08:38 +02:00
Resolve conflicts from main advancing under PR #4383: - batch-action-toolbar.tsx: keep main's "reflect the selection's shared value" picker props (common.status / common.assignee / mixed) AND this PR's routing of batch status/assign through the pre-trigger confirm modal (handleBatchStatus / handleBatchAssignee). - mutations.ts (useBatchUpdateIssues): keep main's dual-cache (list + myAll + children) optimistic patch AND this PR's stripping of control fields (suppress_run / handoff_note) from the cached patch. - create-issue.tsx: take main's StagePicker + maxSiblingStage; drop the BacklogAgentHintContent import — this PR deleted that dialog (RFC §9.2), and the merged body no longer references it. Also add `stage: null` to two Issue test fixtures (cache-helpers.test.ts, drag-utils.test.ts) that main's stage PR (#4410) left without the now- required Issue.stage field, so the merged tree typechecks. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>