fix: explicit cast for string attribute serialization
slices pointing to internal _string_storage need explicit cast to
[]const u8 for std.json.Stringify to serialize them as strings
rather than byte arrays.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>