Summarize Your Merge Result
Write a JSON file at /output/result.json:
{
"status": "success | conflicts | failed",
"summary": "Brief description of merge result",
"conflictsResolved": ["path/to/conflicting/file"],
"conflictsRemaining": [],
"testsPassed": true
}
IMPORTANT: Write the file using the write tool to /output/result.json. Then commit and push the merge.