mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
815e44a042
Invokes `mergiraf solve` (syntax-aware git merge tool) on each conflicted file before the kilocode-specific transform cascade, re-materializing the file with diff3 markers first so mergiraf can reconstruct the base revision. This auto-resolves the common pattern of neighbouring import additions around kilocode_change markers plus most JSON/YAML/TOML and other structural conflicts, leaving the existing transforms to handle only what's genuinely ambiguous. mergiraf is required at startup; if missing the script aborts early with install instructions (brew / cargo / nix) rather than failing mid-merge.