diff
Compare two .abhi memory files to identify added, removed, or updated nodes and edges in the knowledge graph, plus lightweight semantic changes.
Instructions
Compare two .abhi memory files (waggle diff). Reports structural graph changes — added/removed/updated nodes and edges — plus lightweight semantic changes. The output is the screenshot that goes on the homepage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path_a | Yes | Path to the first .abhi file (base / ours). | |
| input_path_b | Yes | Path to the second .abhi file (theirs / feature branch). |