Documentation
README
Resolve Merge Conflicts
- Inspect the current Git state, the operation in progress, its goal, and every conflicting file.
- Reconstruct each side's intent from the code, nearby tests, history, commit messages, and linked work items that are available and useful.
- Resolve each hunk by preserving compatible intent. Where intents conflict, prefer the merge's stated goal and current repository contracts; avoid inventing unrelated behavior.
- Run focused checks for the affected surface, then broader checks when risk or repository guidance warrants them.
- Unless the user requested advice or review only, stage resolved files and continue the current merge or rebase when it is safe to do so. Report what was resolved, what was verified, and any remaining uncertainty.
This is the opening of the README. Read the full README on GitHub.