LLM-based three-way merge of a user edit with the current LLM output
Semantic auto-merge for a single file.
Uses Claude to combine the user’s saved content with the fresh LLM baseline: preserve user framing, absorb new facts. Saves the result as an updated content edit and returns the refreshed tree.
Only works on DRAFT trees that have an active content edit and a captured LLM baseline for the path.
Authorizations
API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Path Parameters
Body
File path to auto-merge.
Response
Successful Response
Sidecar describing an in-flight (or just-failed) regeneration.
Present only on the dashboard path (include_published=true) when a newer
PROCESSING/FAILED row exists behind the served ready tree — the served body
stays the last COMPLETED/PUBLISHED tree so the brain never blanks out
mid-regen, and this block is how the UI knows to show a progress banner.