Expert skill for designing and implementing high-quality compiler error messages
Expert skill for designing and implementing high-quality compiler error messages.
Elm/Rust error message guidelines
{
"type": "object",
"properties": {
"errorFormat": {
"type": "string",
"enum": ["human", "json", "sarif"]
},
"features": {
"type": "array",
"items": { "type": "string" }
},
"colorSupport": { "type": "boolean" },
"generatedFiles": {
"type": "array",
"items": { "type": "string" }
}
}
}