AI-Powered Git Merge Conflict Resolver using AST Tree Matching
Semantic git merge driver that resolves code branch conflicts by analyzing syntactic AST changes rather than raw textual line differences.

Project Overview
Replaces traditional git 3-way line-based merge conflicts with semantic AST tree diffing. Correctly reconciles non-interfering refactorings, reordered methods, and renamed local variables across conflicting branch commits automatically.
Replaces traditional git 3-way line-based merge conflicts with semantic AST tree diffing. Correctly reconciles non-interfering refactorings, reordered methods, and renamed local variables across conflicting branch commits automatically.
Semantic git merge driver that resolves code branch conflicts by analyzing syntactic AST changes rather than raw textual line differences.
Core Project Objectives
Capture continuous analog/digital sensor readings with robust noise filtering and hardware calibration.