review.check-ruby-extensions
Verify Ruby extensions are loaded correctly in Re:VIEW manuscripts to ensure proper document processing and prevent compatibility issues during writing.
Instructions
Verify Ruby extensions (ReviewExtention) are loaded correctly
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cwd | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cwd": {
"type": "string"
}
},
"required": [
"cwd"
],
"type": "object"
}