Skip to main content
POST
Auto-resolve pending conflicts with an LLM judge (NDJSON stream)

Headers

X-Memloom-Owner
string<uuid>

The owner this request acts for. Applies to every owner-scoped endpoint, reads as well as writes. Omit it and the daemon's own default owner answers (see GET /health), which is what a single-owner install has always used. A value that is not a uuid is refused with 400 rather than coerced.

Body

application/json

The body is of type object.

Response

200 - application/x-ndjson

NDJSON progress stream ending with a done (or error) event.

The response is of type string.

Example:

"{\"type\":\"item\",\"conflictId\":\"...\",\"index\":1,\"total\":3,\"verdict\":\"keep_new\",\"reason\":\"the newer session shows the change\",\"content\":\"the deploy target is railway\"}\n{\"type\":\"done\",\"examined\":3,\"resolved\":2,\"keepNew\":1,\"keepExisting\":0,\"keepBoth\":1,\"unsure\":1}\n"