JSON arrays like [11, 4, 10] were rendered as "11,4,10" because String() on a JS array drops brackets. Now uses JSON.stringify() for object/array values. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>