LLM-based three-way merge of a user edit with the current LLM output
Context Documents
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.
POST
LLM-based three-way merge of a user edit with the current LLM output
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
application/json
File path to auto-merge.
List persisted user edits for an app
Previous
Mark the user's decision on an edit — records which baseline they reviewed
Next