feat(FN-2869): merge fusion/fn-2869

- docs(FN-2869): pluggable notification providers reference + architecture
- chore: changeset for pluggable notification providers
- ui(merge): clarify mergeConflictStrategy option labels — both "smart" and "prefer-main" run the full smart cascade; differ only in the final fallback (-X theirs vs -X ours)
- TaskDetailModal: keep Node Routing summary block removed

Conflicts in executor.ts, core/index.ts, and RoutingTab.* resolved by
keeping HEAD — fn-2869 branched from a stale main and was dragging in
older versions of files that have since been updated by sibling tasks
(including the FN-2887 rebase fix on executor.ts itself).
This commit is contained in:
gsxdsm
2026-04-28 15:13:46 -07:00
parent ebeedb194f
commit c9241d8a9c
5 changed files with 82 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Add pluggable notification provider system with built-in ntfy and webhook support.