Add example

This commit is contained in:
Andras Schmelczer 2026-03-11 21:04:55 +00:00
parent 545be141d8
commit 92e0697b05
4 changed files with 90 additions and 1 deletions

View file

@ -104,7 +104,7 @@ result = reconcile(parent, left, right)
print(result["text"]) # "Hi beautiful world"
```
See the [advanced Python examples](docs/advanced-python.md) for cursor tracking, change provenance, and compact diffs.
See the [merge-file example](examples/merge_file.py) for a file-merging CLI, or the [advanced examples document](docs/advanced-python.md) for cursor tracking, change provenance, and compact diffs.
## Motivation