chore(FN-4152): import dependency content from fusion/fn-4315

Squash-imported the working tree of fusion/fn-4315 as a single commit so this branch carries the dep's content without inheriting its individual commits. If the dep is later squash-merged to main, this commit's patch-id should match the merge and rebase cleanly.

Fusion-Task-Id: FN-4152
Fusion-Task-Lineage: cd26df5e-92f2-431a-950e-84a0fd81bd1f
This commit is contained in:
gsxdsm
2026-05-13 19:42:46 -07:00
parent d83e4deb7c
commit e1bc0c2810
6 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Add bulk Pause / Unpause / Archive actions to List View bulk edit.

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix false-positive `BranchCrossContaminationError` that paused tasks at start when their stored `baseCommitSha` was stale relative to `main`. The contamination check now computes a fresh merge-base against the integration branch instead of reusing the diff-stable `task.baseCommitSha`, and `captureBaseCommitSha` only preserves a prior stored value when resuming an existing worktree. Diff-base stability across resumed sessions is preserved (FN-4309/FN-4383 behavior unchanged).

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Auto-recover from post-merge audit blocks: programmatic per-file survival check, optional AI-driven restoration pass, and an audit-bounce loop (parallel to conflict bounces) before parking a task as failed. Governed by the new `mergeAuditAutoRecovery` setting (default: `ai-assisted`).

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Removed the Plan and Subtask AI-assist buttons from the New Task dialog. The same Plan/Subtask actions remain available in the board quick-entry box and other inline create surfaces.

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix FN-4068 branch-conflict recovery hot loop: prevent repeated "Branch conflict recovery required" emissions and add a per-task tripwire that hard-pauses after 5 repeats.

View File

@@ -0,0 +1,8 @@
---
"@runfusion/fusion": patch
---
Revert the Todo aging indicator added in FN-4316. The Todo column header
no longer shows age-bucket counts or supports click-to-filter by bucket;
Column rendering and pagination behave exactly as they did before
FN-4316.