Preflight in the dialog
A preflight card appears in merge and rebase dialogs before you confirm the operation.
FluxGit's conflict prediction runs a read-only integration preflight so you learn which files are likely to conflict before starting a merge or rebase, not in the middle of one.
Starting a merge or rebase and only then discovering a painful conflict wastes time and raises the chance of a messy resolution. Knowing the risk up front lets you choose a safer path.
Conflict prediction is a read-only preflight in beta. It estimates likely conflicts and does not guarantee every conflict; strong commit-by-commit rebase prediction needs deeper simulation, and installed smoke is still in progress.
A preflight card appears in merge and rebase dialogs before you confirm the operation.
Repositories with potential-conflict signals are raised in the attention stack.
Agents can query conflict preflight read-only through repo.conflictPreflight.
Preflight runs locally and read-only. It inspects your repositories without sending paths, diffs or commits anywhere.