resolve
Resolve an open memory conflict AFTER the user says which claim is correct. Pass the conflict id and winner = the node id of the correct claim. The losing claim is then rewritten (or removed) so the tree no longer contradicts itself — do not leave a conflict resolved without calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional: the user's reasoning | |
| winner | No | Node id of the claim the user confirmed is correct (the other is superseded) | |
| new_claim | No | Optional: if NEITHER side is right, the correct claim to author; both originals are then superseded | |
| workspace | No | Optional memory space to operate in — pass this session's team space (shown in your context) when the session is on one; omit for your default. Member-validated. | |
| conflict_id | Yes | Conflict id from `conflicts`, e.g. 'c0001' |