review.build-pdf-hybrid
Generate PDF documents from Re:VIEW manuscripts using a JS to Ruby hybrid pipeline, with automatic validation and error correction to prevent common writing issues.
Instructions
JS→Ruby hybrid pipeline for PDF generation (PDF first priority)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
config | No | ||
cwd | Yes | ||
skipPreprocess | No |
Input Schema (JSON Schema)
{
"properties": {
"config": {
"type": "string"
},
"cwd": {
"type": "string"
},
"skipPreprocess": {
"type": "boolean"
}
},
"required": [
"cwd"
],
"type": "object"
}