feat(FN-4238): export merger errors from engine and polish workflow results

Exports merger error types from the engine package for use in the dashboard and CLI. Adds tests for the engine barrel exports and fixes workflow results tab styling to align the edit toggle with button styles.

Fusion-Task-Id: FN-4238
This commit is contained in:
Fusion
2026-05-12 20:35:00 -07:00
committed by gsxdsm
parent 8e9e48881b
commit 7e057a65d2
6 changed files with 99 additions and 10 deletions

View File

@@ -28,6 +28,9 @@ export {
dropAutostashBySha,
getAutostashDiff,
notifyAutostashOrphans,
DiffVolumeRegressionError,
MergeAbortedError,
SquashAuditError,
type MergerOptions,
type AutostashOrphanRecord,
} from "./merger.js";